Searched refs:HDLPRIV (Results 1 – 1 of 1) sorted by relevance
576 #define HDLPRIV(hdl) ((cpu_t *)(hdl)->cmih_hdlpriv) macro581 return (cpuid_getvendor(HDLPRIV(hdl))); in ntv_vendor()587 return (cpuid_getvendorstr(HDLPRIV(hdl))); in ntv_vendorstr()593 return (cpuid_getfamily(HDLPRIV(hdl))); in ntv_family()599 return (cpuid_getmodel(HDLPRIV(hdl))); in ntv_model()605 return (cpuid_getstep(HDLPRIV(hdl))); in ntv_stepping()642 return (cpuid_get_apicid(HDLPRIV(hdl))); in ntv_strand_apicid()666 return (cpuid_getchiprev(HDLPRIV(hdl))); in ntv_chiprev()672 return (cpuid_getchiprevstr(HDLPRIV(hdl))); in ntv_chiprevstr()678 return (cpuid_getsockettype(HDLPRIV(hdl))); in ntv_getsockettype()[all …]