Searched defs:_PAGE_DIRTY (Results 1 – 2 of 2) sorted by relevance
/kvm-unit-tests/lib/riscv/asm/ | ||
H A D | pgtable.h | 39 #define _PAGE_DIRTY (1 << 7) macro |
/kvm-unit-tests/lib/ppc64/asm/ | ||
H A D | pgtable-hwdef.h | 49 #define _PAGE_DIRTY 0x00080 /* C: page changed */ macro |