Home
last modified time | relevance | path

Searched defs:PAGE_MASK (Results 1 – 11 of 11) sorted by relevance

/linux/include/vdso/
H A Dpage.h26 #define PAGE_MASK (~((1 << CONFIG_PAGE_SHIFT) - 1)) macro
28 #define PAGE_MASK (~(PAGE_SIZE - 1)) macro
/linux/arch/arc/include/uapi/asm/
H A Dpage.h28 #define PAGE_MASK (~(PAGE_SIZE-1)) macro
/linux/rust/kernel/
H A Dpage.rs26 pub const PAGE_MASK: usize = !(PAGE_SIZE - 1); constant
/linux/tools/testing/selftests/kvm/include/s390/
H A Dprocessor.h27 #define PAGE_MASK (~(PAGE_SIZE - 1)) macro
/linux/arch/powerpc/boot/
H A Dpage.h18 #define PAGE_MASK (~(PAGE_SIZE-1)) macro
/linux/tools/include/linux/
H A Dmm.h10 #define PAGE_MASK (~(PAGE_SIZE - 1)) macro
/linux/lib/vdso/
H A Dgetrandom.c21 #define PAGE_MASK (~(PAGE_SIZE - 1)) macro
/linux/tools/testing/selftests/sgx/
H A Ddefines.h12 #define PAGE_MASK (~(PAGE_SIZE - 1)) macro
/linux/tools/virtio/linux/
H A Dkernel.h27 #define PAGE_MASK (~(PAGE_SIZE-1)) macro
/linux/tools/testing/scatterlist/linux/
H A Dmm.h31 #define PAGE_MASK (~(PAGE_SIZE-1)) macro
/linux/tools/testing/selftests/kvm/include/x86/
H A Dprocessor.h379 #define PAGE_MASK (~(PAGE_SIZE-1) & PHYSICAL_PAGE_MASK) macro