Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/intel/io/vmm/
H A Dvmm.c111 #define VMM_MTRR_PHYSBASE_MASK (MTRR_PHYSBASE_PHYSBASE | MTRR_PHYSBASE_TYPE) macro
2001 if (val & ~VMM_MTRR_PHYSBASE_MASK) { in vm_wrmtrr()