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

/freebsd-11-stable/sys/i386/i386/
H A Dinitcpu.c910 u_int64_t whcr; local
939 whcr = (rdmsr(0xc0000082) & ~(0x7fLL << 1)) | (size << 1);
942 if (whcr & (0x7fLL << 1)) {
949 whcr &= ~0x0001LL;
952 whcr |= 0x0001LL;
959 whcr &= ~0x0001LL;
961 wrmsr(0x0c0000082, whcr);
970 u_int64_t whcr; local
999 whcr = (rdmsr(0xc0000082) & ~(0x3ffLL << 22)) | (size << 22);
1002 if (whcr
[all...]

Completed in 165 milliseconds