Home
last modified time | relevance | path

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

/f-stack/freebsd/i386/i386/
H A Dinitcpu.c857 u_int64_t whcr; in enable_K6_wt_alloc() local
886 whcr = (rdmsr(0xc0000082) & ~(0x7fLL << 1)) | (size << 1); in enable_K6_wt_alloc()
889 if (whcr & (0x7fLL << 1)) in enable_K6_wt_alloc()
890 whcr |= 0x0001LL; in enable_K6_wt_alloc()
896 whcr &= ~0x0001LL; in enable_K6_wt_alloc()
898 wrmsr(0x0c0000082, whcr); in enable_K6_wt_alloc()
907 u_int64_t whcr; in enable_K6_2_wt_alloc() local
939 if (whcr & (0x3ffLL << 22)) in enable_K6_2_wt_alloc()
940 whcr |= 1LL << 16; in enable_K6_2_wt_alloc()
946 whcr &= ~(1LL << 16); in enable_K6_2_wt_alloc()
[all …]