Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/bhyve/amd64/machine/
H A Dpmap.h95 #define PG_M X86_PG_M macro
121 PG_M | PG_A | PG_U | PG_RW | PG_V)
146 #undef PG_M
/illumos-gate/usr/src/uts/intel/io/vmm/
H A Dvmm_instruction_emul.c392 #define PG_M (1 << 6) /* Dirty */ macro
3180 if (!check_only && writable && (pte32 & PG_M) == 0) { in _vm_gla2gpa()
3182 pte32, pte32 | PG_M) == 0) { in _vm_gla2gpa()
3281 if (!check_only && writable && (pte & PG_M) == 0) { in _vm_gla2gpa()
3282 if (atomic_cmpset_64(&ptpbase[ptpindex], pte, pte | PG_M) == 0) in _vm_gla2gpa()