Searched defs:xen_mc_lcpu_cookie_t (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/intel/sys/
H A Dhypervisor.h126 typedef struct xen_mc_lcpu_cookie *xen_mc_lcpu_cookie_t; typedef in typeref:struct:xen_mc_lcpu_cookie
128 extern xen_mc_lcpu_cookie_t xen_physcpu_next(xen_mc_lcpu_cookie_t);
129 extern const char *xen_physcpu_vendorstr(xen_mc_lcpu_cookie_t);
130 extern int xen_physcpu_family(xen_mc_lcpu_cookie_t);
131 extern int xen_physcpu_model(xen_mc_lcpu_cookie_t);
132 extern int xen_physcpu_stepping(xen_mc_lcpu_cookie_t);
133 extern id_t xen_physcpu_chipid(xen_mc_lcpu_cookie_t);
134 extern id_t xen_physcpu_coreid(xen_mc_lcpu_cookie_t);
135 extern id_t xen_physcpu_strandid(xen_mc_lcpu_cookie_t);
[all...]

Completed in 44 milliseconds