Home
last modified time | relevance | path

Searched defs:PGDIR_MASK (Results 1 – 5 of 5) sorted by relevance

/kvm-unit-tests/lib/riscv/asm/
H A Dpgtable.h12 #define PGDIR_MASK _AC(0x3FF, UL) macro
23 #define PGDIR_MASK _AC(0x1FF, UL) macro
/kvm-unit-tests/lib/x86/asm/
H A Dpage.h72 #define PGDIR_MASK 511 macro
76 #define PGDIR_MASK 1023 macro
/kvm-unit-tests/lib/ppc64/asm/
H A Dpgtable-hwdef.h31 #define PGDIR_MASK (~(PGDIR_SIZE-1)) macro
/kvm-unit-tests/lib/arm/asm/
H A Dpgtable-hwdef.h15 #define PGDIR_MASK (~((1 << PGDIR_SHIFT) - 1)) macro
/kvm-unit-tests/lib/arm64/asm/
H A Dpgtable-hwdef.h54 #define PGDIR_MASK (~(PGDIR_SIZE-1)) macro