/linux-6.12.1/rust/kernel/ |
D | page.rs | 18 pub const PAGE_SIZE: usize = bindings::PAGE_SIZE; constant
|
/linux-6.12.1/arch/arm64/include/asm/ |
D | page-def.h | 15 #define PAGE_SIZE (_AC(1, UL) << PAGE_SHIFT) macro
|
/linux-6.12.1/arch/arc/include/uapi/asm/ |
D | page.h | 29 #define PAGE_SIZE _BITUL(PAGE_SHIFT) /* Default 8K */ macro
|
/linux-6.12.1/tools/testing/selftests/cgroup/ |
D | cgroup_util.h | 7 #define PAGE_SIZE 4096 macro
|
/linux-6.12.1/tools/testing/selftests/proc/ |
D | thread-self.c | 49 const int PAGE_SIZE = sysconf(_SC_PAGESIZE); in main() local
|
D | proc-self-map-files-001.c | 49 const unsigned int PAGE_SIZE = sysconf(_SC_PAGESIZE); in main() local
|
D | proc-self-map-files-002.c | 49 const int PAGE_SIZE = sysconf(_SC_PAGESIZE); in main() local
|
/linux-6.12.1/arch/hexagon/kernel/ |
D | vmlinux.lds.S | 24 #define PAGE_SIZE _PAGE_SIZE macro
|
/linux-6.12.1/tools/testing/selftests/kvm/include/s390x/ |
D | processor.h | 26 #define PAGE_SIZE BIT_ULL(PAGE_SHIFT) macro
|
/linux-6.12.1/tools/testing/selftests/x86/ |
D | test_mremap_vdso.c | 24 #define PAGE_SIZE 4096 macro
|
D | nx_stack.c | 38 #define PAGE_SIZE 4096 macro
|
/linux-6.12.1/tools/testing/selftests/bpf/prog_tests/ |
D | arena_list.c | 9 #define PAGE_SIZE getpagesize() macro
|
D | arena_htab.c | 9 #define PAGE_SIZE getpagesize() macro
|
D | test_lsm.c | 19 #define GET_PAGE_ADDR(ADDR, PAGE_SIZE) \ argument
|
/linux-6.12.1/arch/powerpc/boot/ |
D | page.h | 17 #define PAGE_SIZE (ASM_CONST(1) << PAGE_SHIFT) macro
|
/linux-6.12.1/tools/testing/selftests/powerpc/benchmarks/ |
D | mmap_bench.c | 17 #define PAGE_SIZE (1UL << 16) macro
|
/linux-6.12.1/arch/x86/include/asm/ |
D | page_types.h | 11 #define PAGE_SIZE (_AC(1,UL) << PAGE_SHIFT) macro
|
/linux-6.12.1/tools/include/linux/ |
D | mm.h | 9 #define PAGE_SIZE (_AC(1, UL) << PAGE_SHIFT) macro
|
/linux-6.12.1/lib/vdso/ |
D | getrandom.c | 17 #define PAGE_SIZE (1UL << CONFIG_PAGE_SHIFT) macro
|
/linux-6.12.1/arch/m68k/include/asm/ |
D | page.h | 11 #define PAGE_SIZE (_AC(1, UL) << PAGE_SHIFT) macro
|
/linux-6.12.1/tools/testing/selftests/bpf/ |
D | bpf_arena_common.h | 24 #define PAGE_SIZE __PAGE_SIZE macro
|
/linux-6.12.1/arch/arm/include/asm/ |
D | page.h | 12 #define PAGE_SIZE (_AC(1,UL) << PAGE_SHIFT) macro
|
/linux-6.12.1/tools/testing/selftests/resctrl/ |
D | fill_buf.c | 22 #define PAGE_SIZE (4 * 1024) macro
|
/linux-6.12.1/tools/testing/selftests/mm/ |
D | pkey-powerpc.h | 35 #define PAGE_SIZE sysconf(_SC_PAGESIZE) macro
|
/linux-6.12.1/arch/mips/kernel/ |
D | vmlinux.lds.S | 5 #define PAGE_SIZE _PAGE_SIZE macro
|