Zephyr API Documentation 4.4.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
sysctl.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2025 EPAM Systems
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
12
13#ifndef __XEN_DOM0_SYSCTL_H__
14#define __XEN_DOM0_SYSCTL_H__
15
16#include <zephyr/xen/generic.h>
19
25
32
44
59 uint16_t first, uint16_t num);
60
62
63#endif /* __XEN_DOM0_SYSCTL_H__ */
Internal Xen support helpers.
int xen_sysctl_physinfo(struct xen_sysctl_physinfo *info)
Query physical host information from Xen.
int xen_sysctl_getdomaininfo(struct xen_domctl_getdomaininfo *domaininfo, uint16_t first, uint16_t num)
Retrieves information about Xen domains.
__UINT16_TYPE__ uint16_t
Definition stdint.h:89
Definition domctl.h:96
Definition sysctl.h:56