Home
last modified time | relevance | path

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

/xnu-8020.101.4/osfmk/i386/
H A Dmtrr.c108 static uint64_t mtrr_phys_mask = PHYS_BITS_TO_MASK(36); variable
111 #define IA32_MTRR_PHYSBASE_MASK (mtrr_phys_mask & ~0x0000000000000FFFULL)
118 ((~((mask) & IA32_MTRR_PHYSBASE_MASK) & mtrr_phys_mask) + 1)