Home
last modified time | relevance | path

Searched refs:HDLPRIV (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/os/
H A Dcmi_hw.c581 #define HDLPRIV(hdl) ((cpu_t *)(hdl)->cmih_hdlpriv) macro
586 return (cpuid_getvendor(HDLPRIV(hdl))); in ntv_vendor()
592 return (cpuid_getvendorstr(HDLPRIV(hdl))); in ntv_vendorstr()
598 return (cpuid_getfamily(HDLPRIV(hdl))); in ntv_family()
604 return (cpuid_getmodel(HDLPRIV(hdl))); in ntv_model()
610 return (cpuid_getstep(HDLPRIV(hdl))); in ntv_stepping()
647 return (cpuid_get_apicid(HDLPRIV(hdl))); in ntv_strand_apicid()
671 return (cpuid_getchiprev(HDLPRIV(hdl))); in ntv_chiprev()
677 return (cpuid_getchiprevstr(HDLPRIV(hdl))); in ntv_chiprevstr()
683 return (cpuid_getsockettype(HDLPRIV(hdl))); in ntv_getsockettype()
[all …]