Searched refs:centaur_mcr (Results 1 – 1 of 1) sorted by relevance
12 } centaur_mcr[8]; variable52 centaur_mcr[mcr].low = lo; in mtrr_centaur_report_mcr()53 centaur_mcr[mcr].high = hi; in mtrr_centaur_report_mcr()60 *base = centaur_mcr[reg].high >> PAGE_SHIFT; in centaur_get_mcr()61 *size = -(centaur_mcr[reg].low & 0xfffff000) >> PAGE_SHIFT; in centaur_get_mcr()64 if (centaur_mcr_type == 1 && ((centaur_mcr[reg].low & 31) & 2)) in centaur_get_mcr()66 if (centaur_mcr_type == 1 && (centaur_mcr[reg].low & 31) == 25) in centaur_get_mcr()68 if (centaur_mcr_type == 0 && (centaur_mcr[reg].low & 31) == 31) in centaur_get_mcr()93 centaur_mcr[reg].high = high; in centaur_set_mcr()94 centaur_mcr[reg].low = low; in centaur_set_mcr()