Home
last modified time | relevance | path

Searched defs:_PAGE_DIRTY (Results 1 – 2 of 2) sorted by relevance

/kvm-unit-tests/lib/riscv/asm/
H A Dpgtable.h39 #define _PAGE_DIRTY (1 << 7) macro
/kvm-unit-tests/lib/ppc64/asm/
H A Dpgtable-hwdef.h49 #define _PAGE_DIRTY 0x00080 /* C: page changed */ macro