Home
last modified time | relevance | path

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

/linux-6.6.21/arch/powerpc/boot/
Dpage.h28 #define PAGE_ALIGN(addr) _ALIGN(addr, PAGE_SIZE) macro
/linux-6.6.21/tools/include/linux/
Dmm.h17 #define PAGE_ALIGN(addr) ALIGN(addr, PAGE_SIZE) macro
/linux-6.6.21/tools/testing/selftests/mm/
Dmlock-random-test.c24 #define PAGE_ALIGN(size, ps) (((size) + ((ps) - 1)) & ~((ps) - 1)) macro
/linux-6.6.21/tools/virtio/linux/
Dkernel.h28 #define PAGE_ALIGN(x) ((x + PAGE_SIZE - 1) & PAGE_MASK) macro
/linux-6.6.21/tools/testing/scatterlist/linux/
Dmm.h38 #define PAGE_ALIGN(addr) ALIGN(addr, PAGE_SIZE) macro
/linux-6.6.21/include/linux/
Dmm.h221 #define PAGE_ALIGN(addr) ALIGN(addr, PAGE_SIZE) macro