Home
last modified time | relevance | path

Searched refs:MSR_PPIN_CTL_LOCKED (Results 1 – 2 of 2) sorted by path

/illumos-gate/usr/src/uts/i86pc/cpu/generic_cpu/
H A Dgcpu_main.c126 if ((value & MSR_PPIN_CTL_LOCKED) != 0) { in gcpu_init_ident_ppin()
155 (void) cmi_hdl_wrmsr(hdl, ppin_ctl_msr, MSR_PPIN_CTL_LOCKED); in gcpu_init_ident_ppin()
/illumos-gate/usr/src/uts/intel/sys/
H A Dx86_archext.h617 #define MSR_PPIN_CTL_LOCKED 0x01 macro