Lines Matching refs:HDLPRIV

576 #define	HDLPRIV(hdl)	((cpu_t *)(hdl)->cmih_hdlpriv)  macro
581 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()
684 return (cpuid_getsocketstr(HDLPRIV(hdl))); in ntv_getsocketstr()
690 return (HDLPRIV(hdl)->cpu_id); in ntv_logical_id()
709 cpu_t *cp = HDLPRIV(hdl); in ntv_getcr4()
733 cpu_t *cp = HDLPRIV(hdl); in ntv_setcr4()
767 cpu_t *cp = HDLPRIV(hdl); in ntv_rdmsr()
805 cpu_t *cp = HDLPRIV(hdl); in ntv_wrmsr()
840 cpu_t *cp = HDLPRIV(hdl); in ntv_int()
849 processorid_t cpuid = HDLPRIV(hdl)->cpu_id; in ntv_online()
874 #define HDLPRIV(hdl) ((xen_mc_lcpu_cookie_t)(hdl)->cmih_hdlpriv) macro
883 HDLPRIV(hdl)))); in xpv_vendor()
889 return (xen_physcpu_vendorstr(HDLPRIV(hdl))); in xpv_vendorstr()
895 return (xen_physcpu_family(HDLPRIV(hdl))); in xpv_family()
901 return (xen_physcpu_model(HDLPRIV(hdl))); in xpv_model()
907 return (xen_physcpu_stepping(HDLPRIV(hdl))); in xpv_stepping()
943 return (xen_physcpu_initial_apicid(HDLPRIV(hdl))); in xpv_strand_apicid()
1003 return (xen_physcpu_logical_id(HDLPRIV(hdl))); in xpv_logical_id()
1011 *valp = xen_physcpu_mcg_cap(HDLPRIV(hdl)); in xpv_rdmsr()
1048 mci->mcinj_cpunr = xen_physcpu_logical_id(HDLPRIV(hdl)); in xpv_wrmsr_cmn()
1085 mce->mceinj_cpunr = xen_physcpu_logical_id(HDLPRIV(hdl)); in xpv_int()
1115 xs.u.cpu_hotplug.cpu = xen_physcpu_logical_id(HDLPRIV(hdl)); in xpv_online()
1699 cpu_t *cp = HDLPRIV(thdl); in cmi_ntv_hwdisable_mce()