Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kernel/cpu/mtrr/
H A Dcentaur.c13 } centaur_mcr[8]; variable
52 *base = centaur_mcr[reg].high >> PAGE_SHIFT; in centaur_get_mcr()
53 *size = -(centaur_mcr[reg].low & 0xfffff000) >> PAGE_SHIFT; in centaur_get_mcr()
56 if (centaur_mcr_type == 1 && ((centaur_mcr[reg].low & 31) & 2)) in centaur_get_mcr()
58 if (centaur_mcr_type == 1 && (centaur_mcr[reg].low & 31) == 25) in centaur_get_mcr()
60 if (centaur_mcr_type == 0 && (centaur_mcr[reg].low & 31) == 31) in centaur_get_mcr()
85 centaur_mcr[reg].high = high; in centaur_set_mcr()
86 centaur_mcr[reg].low = low; in centaur_set_mcr()