Home
last modified time | relevance | path

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

/kvm-unit-tests/lib/riscv/asm/
H A Dpgtable.h34 #define _PAGE_WRITE (1 << 2) macro
/kvm-unit-tests/lib/ppc64/asm/
H A Dpgtable-hwdef.h43 #define _PAGE_WRITE 0x00002 /* write access allowed */ macro