Home
last modified time | relevance | path

Searched refs:xen_mc_lcpu_cookie_t (Results 1 – 4 of 4) 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
128 extern xen_mc_lcpu_cookie_t xen_physcpu_next(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);
137 extern boolean_t xen_physcpu_is_cmt(xen_mc_lcpu_cookie_t);
138 extern id_t xen_physcpu_logical_id(xen_mc_lcpu_cookie_t);
[all …]
/illumos-gate/usr/src/uts/i86xpv/os/
H A Dxen_machdep.c1193 xen_mc_lcpu_cookie_t
1194 xen_physcpu_next(xen_mc_lcpu_cookie_t cookie) in xen_physcpu_next()
1202 return ((xen_mc_lcpu_cookie_t)xen_phys_cpus); in xen_physcpu_next()
1207 return ((xen_mc_lcpu_cookie_t)++xcp); in xen_physcpu_next()
1221 xen_physcpu_family(xen_mc_lcpu_cookie_t cookie) in xen_physcpu_family()
1227 xen_physcpu_model(xen_mc_lcpu_cookie_t cookie) in xen_physcpu_model()
1233 xen_physcpu_stepping(xen_mc_lcpu_cookie_t cookie) in xen_physcpu_stepping()
1239 xen_physcpu_chipid(xen_mc_lcpu_cookie_t cookie) in xen_physcpu_chipid()
1245 xen_physcpu_coreid(xen_mc_lcpu_cookie_t cookie) in xen_physcpu_coreid()
1269 xen_physcpu_is_cmt(xen_mc_lcpu_cookie_t cookie) in xen_physcpu_is_cmt()
[all …]
/illumos-gate/usr/src/uts/i86pc/os/
H A Dcmi_hw.c914 #define HDLPRIV(hdl) ((xen_mc_lcpu_cookie_t)(hdl)->cmih_hdlpriv)
1206 xen_mc_lcpu_cookie_t cpi; in cpu_search()
1242 return (xen_physcpu_is_cmt((xen_mc_lcpu_cookie_t)priv)); in cpu_is_cmt()
1311 (char *)xen_physcpu_vendorstr((xen_mc_lcpu_cookie_t)priv)); in cmi_hdl_create()
1351 hdl->cmih_procnodeid = xen_physcpu_chipid((xen_mc_lcpu_cookie_t)priv); in cmi_hdl_create()
H A Dstartup.c1661 xen_mc_lcpu_cookie_t cpi; in startup_modules()