Searched refs:whcr (Results 1 – 1 of 1) sorted by relevance
857 u_int64_t whcr; in enable_K6_wt_alloc() local886 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() local939 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 …]