Home
last modified time | relevance | path

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

/freebsd/sys/i386/i386/
H A Dinitcpu.c855 u_int64_t whcr; in enable_K6_wt_alloc() local
884 whcr = (rdmsr(0xc0000082) & ~(0x7fLL << 1)) | (size << 1); in enable_K6_wt_alloc()
887 if (whcr & (0x7fLL << 1)) in enable_K6_wt_alloc()
888 whcr |= 0x0001LL; in enable_K6_wt_alloc()
894 whcr &= ~0x0001LL; in enable_K6_wt_alloc()
896 wrmsr(0x0c0000082, whcr); in enable_K6_wt_alloc()
905 u_int64_t whcr; in enable_K6_2_wt_alloc() local
934 whcr = (rdmsr(0xc0000082) & ~(0x3ffLL << 22)) | (size << 22); in enable_K6_2_wt_alloc()
937 if (whcr & (0x3ffLL << 22)) in enable_K6_2_wt_alloc()
938 whcr |= 1LL << 16; in enable_K6_2_wt_alloc()
[all …]