Home
last modified time | relevance | path

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

/linux-6.1.9/arch/powerpc/boot/
Dpage.h28 #define PAGE_ALIGN(addr) _ALIGN(addr, PAGE_SIZE) macro
/linux-6.1.9/tools/include/linux/
Dmm.h19 #define PAGE_ALIGN(addr) ALIGN(addr, PAGE_SIZE) macro
/linux-6.1.9/tools/testing/selftests/vm/
Dmlock-random-test.c23 #define PAGE_ALIGN(size, ps) (((size) + ((ps) - 1)) & ~((ps) - 1)) macro
/linux-6.1.9/tools/virtio/linux/
Dkernel.h26 #define PAGE_ALIGN(x) ((x + PAGE_SIZE - 1) & PAGE_MASK) macro
/linux-6.1.9/tools/testing/scatterlist/linux/
Dmm.h38 #define PAGE_ALIGN(addr) ALIGN(addr, PAGE_SIZE) macro
/linux-6.1.9/include/linux/
Dmm.h223 #define PAGE_ALIGN(addr) ALIGN(addr, PAGE_SIZE) macro