Home
last modified time | relevance | path

Searched defs:PAGE_SHIFT (Results 1 – 9 of 9) sorted by relevance

/linux/rust/kernel/
H A Dpage.rs15 pub const PAGE_SHIFT: usize = bindings::PAGE_SHIFT as usize; constant
/linux/include/vdso/
H A Dpage.h13 #define PAGE_SHIFT CONFIG_PAGE_SHIFT macro
/linux/tools/testing/shared/linux/
H A Dkernel.h22 #define PAGE_SHIFT 12 macro
/linux/arch/powerpc/boot/
H A Dpage.h16 #define PAGE_SHIFT 12 macro
/linux/tools/include/linux/
H A Dmm.h8 #define PAGE_SHIFT 12 macro
/linux/include/linux/raid/
H A Dpq.h40 # define PAGE_SHIFT 12 macro
/linux/tools/testing/scatterlist/linux/
H A Dmm.h30 #define PAGE_SHIFT (12) macro
/linux/tools/testing/selftests/drivers/net/hw/
H A Dncdevmem.c77 #define PAGE_SHIFT 12 macro
/linux/arch/
H A DKconfig1285 config PAGE_SHIFT config