Searched refs:PG_M (Results 1 – 2 of 2) sorted by relevance
95 #define PG_M X86_PG_M macro121 PG_M | PG_A | PG_U | PG_RW | PG_V)146 #undef PG_M
392 #define PG_M (1 << 6) /* Dirty */ macro3180 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()