Searched refs:VMM_MTRR_PHYSBASE_MASK (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/amd64/vmm/ | ||
H A D | x86.h | 87 #define VMM_MTRR_PHYSBASE_MASK (MTRR_PHYSBASE_PHYSBASE | MTRR_PHYSBASE_TYPE) macro |
H A D | x86.c | 721 if (val & ~VMM_MTRR_PHYSBASE_MASK) { in vm_wrmtrr() |