Home
last modified time | relevance | path

Searched defs:PAGE_MASK (Results 1 – 8 of 8) 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/rust/kernel/
H A Dpage.rs21 pub const PAGE_MASK: usize = !(PAGE_SIZE - 1); global() constant
/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/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