Home
last modified time | relevance | path

Searched defs:xen_sysctl_physinfo (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/xen/public/
H A Dsysctl.h93 struct xen_sysctl_physinfo { struct
94 uint32_t threads_per_core;
95 uint32_t cores_per_socket;
96 uint32_t nr_cpus;
97 uint32_t nr_nodes;
98 uint32_t cpu_khz;
99 uint64_aligned_t total_pages;
123 typedef struct xen_sysctl_physinfo xen_sysctl_physinfo_t; argument