Searched refs:IA32_MTRR_PHYSBASE_MASK (Results 1 – 1 of 1) sorted by relevance
111 #define IA32_MTRR_PHYSBASE_MASK (mtrr_phys_mask & ~0x0000000000000FFFULL) macro118 ((~((mask) & IA32_MTRR_PHYSBASE_MASK) & mtrr_phys_mask) + 1)121 (~((len) - 1) & IA32_MTRR_PHYSBASE_MASK)648 range->base = (address & IA32_MTRR_PHYSBASE_MASK) | in var_range_encode()663 v_address = range->base & IA32_MTRR_PHYSBASE_MASK; in var_range_overlap()