Searched defs:xen_sysctl_physinfo (Results 1 – 1 of 1) sorted by relevance
93 struct xen_sysctl_physinfo { struct94 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