Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/cpu/generic_cpu/
H A Dgcpu_mca.c1317 uint64_t ctl2; in gcpu_mca_init() local
1319 (void) cmi_hdl_rdmsr(hdl, IA32_MSR_MC_CTL2(i), &ctl2); in gcpu_mca_init()
1320 if (ctl2 & MSR_MC_CTL2_EN) in gcpu_mca_init()
1322 ctl2 |= MSR_MC_CTL2_EN; in gcpu_mca_init()
1323 (void) cmi_hdl_wrmsr(hdl, IA32_MSR_MC_CTL2(i), ctl2); in gcpu_mca_init()
1324 (void) cmi_hdl_rdmsr(hdl, IA32_MSR_MC_CTL2(i), &ctl2); in gcpu_mca_init()
1326 (ctl2 & MSR_MC_CTL2_EN) ? 1 : 0; in gcpu_mca_init()
1333 ctl2 = (ctl2 & (~MSR_MC_CTL2_EN)) | 1; in gcpu_mca_init()
1334 (void) cmi_hdl_wrmsr(hdl, IA32_MSR_MC_CTL2(i), ctl2); in gcpu_mca_init()
1608 uint64_t ctl2; in gcpu_cmci_logout() local
[all …]
H A Dgcpu_poll_ntv.c101 uint64_t ctl2; in gcpu_ntv_mca_poll() local
106 &ctl2); in gcpu_ntv_mca_poll()
107 ctl2 |= MSR_MC_CTL2_EN; in gcpu_ntv_mca_poll()
109 ctl2); in gcpu_ntv_mca_poll()
/illumos-gate/usr/src/uts/common/io/pciex/
H A Dpcie.c1601 uint32_t cap, cap2, ctl2; in pcie_capture_speeds() local
1625 ctl2 = 0; in pcie_capture_speeds()
1631 ctl2 = pci_cfgacc_get16(rcdip, bus_p->bus_bdf, in pcie_capture_speeds()
1635 ctl2 = PCIE_CAP_GET(16, bus_p, PCIE_LINKCTL2); in pcie_capture_speeds()
1639 if (ctl2 == PCI_EINVAL16) in pcie_capture_speeds()
1640 ctl2 = 0; in pcie_capture_speeds()
1795 switch (ctl2 & PCIE_LINKCTL2_TARGET_SPEED_MASK) { in pcie_capture_speeds()
3275 uint16_t ctl2, rval; in pcie_link_set_target() local
3322 ctl2 = PCIE_CAP_GET(16, bus_p, PCIE_LINKCTL2); in pcie_link_set_target()
3323 ctl2 &= ~PCIE_LINKCTL2_TARGET_SPEED_MASK; in pcie_link_set_target()
[all …]
/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_hw.h37 uint32_t ctl2; member
76 #define ds_ctl2 u.tx.ctl2