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

/freebsd-11-stable/sys/i386/i386/
H A Dinitcpu.c548 u_int64_t bbl_cr_ctl3; local
555 bbl_cr_ctl3 = rdmsr(MSR_BBL_CR_CTL3);
558 if (!(bbl_cr_ctl3 & 1)) {
559 bbl_cr_ctl3 = 0x134052bLL;
566 bbl_cr_ctl3 |= CPU_L2_LATENCY << 1;
568 bbl_cr_ctl3 |= 5 << 1;
570 wrmsr(MSR_BBL_CR_CTL3, bbl_cr_ctl3);

Completed in 61 milliseconds