Searched refs:centaur_mcr (Results 1 – 1 of 1) sorted by relevance
13 } centaur_mcr[8]; variable53 centaur_mcr[mcr].low = lo; in mtrr_centaur_report_mcr()54 centaur_mcr[mcr].high = hi; in mtrr_centaur_report_mcr()61 *base = centaur_mcr[reg].high >> PAGE_SHIFT; in centaur_get_mcr()62 *size = -(centaur_mcr[reg].low & 0xfffff000) >> PAGE_SHIFT; in centaur_get_mcr()65 if (centaur_mcr_type == 1 && ((centaur_mcr[reg].low & 31) & 2)) in centaur_get_mcr()67 if (centaur_mcr_type == 1 && (centaur_mcr[reg].low & 31) == 25) in centaur_get_mcr()69 if (centaur_mcr_type == 0 && (centaur_mcr[reg].low & 31) == 31) in centaur_get_mcr()94 centaur_mcr[reg].high = high; in centaur_set_mcr()95 centaur_mcr[reg].low = low; in centaur_set_mcr()