Home
last modified time | relevance | path

Searched defs:PHYS_MASK (Results 1 – 4 of 4) sorted by relevance

/kvm-unit-tests/lib/riscv/asm/
H A Dmmu.h9 #define PHYS_MASK ((phys_addr_t)SATP_PPN << PAGE_SHIFT | (PAGE_SIZE - 1)) macro
/kvm-unit-tests/lib/ppc64/asm/
H A Dpgtable-hwdef.h64 #define PHYS_MASK ((UL(1) << PHYS_MASK_SHIFT) - 1) macro
/kvm-unit-tests/lib/arm/asm/
H A Dpgtable-hwdef.h117 #define PHYS_MASK ((_AC(1, ULL) << PHYS_MASK_SHIFT) - 1) macro
/kvm-unit-tests/lib/arm64/asm/
H A Dpgtable-hwdef.h122 #define PHYS_MASK ((UL(1) << PHYS_MASK_SHIFT) - 1) macro