Lines Matching refs:low
12 unsigned long low;
53 centaur_mcr[mcr].low = lo;
62 *size = -(centaur_mcr[reg].low & 0xfffff000) >> PAGE_SHIFT;
65 if (centaur_mcr_type == 1 && ((centaur_mcr[reg].low & 31) & 2))
67 if (centaur_mcr_type == 1 && (centaur_mcr[reg].low & 31) == 25)
69 if (centaur_mcr_type == 0 && (centaur_mcr[reg].low & 31) == 31)
77 unsigned long low, high;
81 high = low = 0;
86 low = -size << PAGE_SHIFT | 0x1f;
89 low = -size << PAGE_SHIFT | 0x02; /* NC */
91 low = -size << PAGE_SHIFT | 0x09; /* WWO, WC */
95 centaur_mcr[reg].low = low;
96 wrmsr(MSR_IDT_MCR0 + reg, low, high);