Searched refs:IA32_MTRR_PHYSBASE_TYPE (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/osfmk/i386/
H A Dmtrr.c112 #define IA32_MTRR_PHYSBASE_TYPE 0x00000000000000FFULL macro
631 (type & (uint32_t)IA32_MTRR_PHYSBASE_TYPE);
646 v_type = (uint32_t)(range->base & IA32_MTRR_PHYSBASE_TYPE);
730 type = (uint32_t)(mtrr_state.var_range[i].base & IA32_MTRR_PHYSBASE_TYPE);
737 mtrr_state.var_range[i].base &=~IA32_MTRR_PHYSBASE_TYPE;

Completed in 21 milliseconds