Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kernel/cpu/mtrr/
H A Dcentaur.c16 static u8 centaur_mcr_type; /* 0 for winchip, 1 for winchip2 */ variable
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()
75 if (centaur_mcr_type == 0) { in centaur_set_mcr()
97 (centaur_mcr_type == 0 || type != MTRR_TYPE_UNCACHABLE)) { in centaur_validate_add_page()
99 centaur_mcr_type ? " and uncacheable are" : " is"); in centaur_validate_add_page()