Searched refs:ctl2 (Results 1 - 3 of 3) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/i86pc/cpu/generic_cpu/
H A Dgcpu_poll_ntv.c99 uint64_t ctl2; local
104 &ctl2);
105 ctl2 |= MSR_MC_CTL2_EN;
107 ctl2);
H A Dgcpu_mca.c1230 uint64_t ctl2; local
1232 (void) cmi_hdl_rdmsr(hdl, IA32_MSR_MC_CTL2(i), &ctl2);
1233 if (ctl2 & MSR_MC_CTL2_EN)
1235 ctl2 |= MSR_MC_CTL2_EN;
1236 (void) cmi_hdl_wrmsr(hdl, IA32_MSR_MC_CTL2(i), ctl2);
1237 (void) cmi_hdl_rdmsr(hdl, IA32_MSR_MC_CTL2(i), &ctl2);
1239 (ctl2 & MSR_MC_CTL2_EN) ? 1 : 0;
1246 ctl2 = ctl2 & (~MSR_MC_CTL2_EN) | 1;
1247 (void) cmi_hdl_wrmsr(hdl, IA32_MSR_MC_CTL2(i), ctl2);
1518 uint64_t ctl2; local
1564 uint64_t ctl2 = 0; local
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/io/arn/
H A Darn_hw.h37 uint32_t ctl2; member in struct:ar5416_desc::__anon5207::__anon5208
76 #define ds_ctl2 u.tx.ctl2

Completed in 48 milliseconds