Home
last modified time | relevance | path

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

/kvm-unit-tests/lib/asm-generic/
H A Dpage.h20 #define PAGE_ALIGN(addr) ALIGN(addr, PAGE_SIZE) macro
/kvm-unit-tests/lib/x86/asm/
H A Dpage.h20 #define PAGE_ALIGN(addr) ALIGN(addr, PAGE_SIZE) macro
/kvm-unit-tests/lib/arm/asm/
H A Dpage.h17 #define PAGE_ALIGN(addr) ALIGN(addr, PAGE_SIZE) macro
/kvm-unit-tests/lib/arm64/asm/
H A Dpage.h42 #define PAGE_ALIGN(addr) ALIGN(addr, PAGE_SIZE) macro
/kvm-unit-tests/lib/ppc64/asm/
H A Dpage.h29 #define PAGE_ALIGN(addr) ALIGN(addr, PAGE_SIZE) macro