/linux/rust/kernel/ |
H A D | page.rs | 18 pub const PAGE_SIZE: usize = bindings::PAGE_SIZE; constant [all...] |
/linux/arch/arc/include/uapi/asm/ |
H A D | page.h | 27 #define PAGE_SIZE _BITUL(PAGE_SHIFT) /* Default 8K */ macro
|
/linux/include/vdso/ |
H A D | page.h | 15 #define PAGE_SIZE (_AC(1,UL) << CONFIG_PAGE_SHIFT) macro
|
/linux/tools/testing/selftests/bpf/progs/ |
H A D | test_sockmap_change_tail.c | 7 #define PAGE_SIZE __PAGE_SIZE macro
|
H A D | test_tc_change_tail.c | 6 #define PAGE_SIZE __PAGE_SIZE macro
|
/linux/tools/testing/selftests/proc/ |
H A D | thread-self.c | 49 const int PAGE_SIZE = sysconf(_SC_PAGESIZE); in main() local
|
H A D | proc-self-map-files-001.c | 49 const unsigned int PAGE_SIZE = sysconf(_SC_PAGESIZE); in main() local
|
H A D | proc-self-map-files-002.c | 49 const int PAGE_SIZE = sysconf(_SC_PAGESIZE); in main() local
|
/linux/tools/testing/selftests/cgroup/lib/include/ |
H A D | cgroup_util.h | 6 #define PAGE_SIZE 4096 macro
|
/linux/arch/hexagon/kernel/ |
H A D | vmlinux.lds.S | 24 #define PAGE_SIZE _PAGE_SIZE macro
|
/linux/tools/testing/selftests/kvm/include/s390/ |
H A D | processor.h | 26 #define PAGE_SIZE BIT_ULL(PAGE_SHIFT) macro
|
/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | arena_list.c | 9 #define PAGE_SIZE getpagesize() macro
|
H A D | arena_htab.c | 9 #define PAGE_SIZE getpagesize() macro
|
H A D | test_lsm.c | 19 #define GET_PAGE_ADDR(ADDR, PAGE_SIZE) \ argument
|
/linux/arch/powerpc/boot/ |
H A D | page.h | 17 #define PAGE_SIZE (ASM_CONST(1) << PAGE_SHIFT) macro
|
/linux/tools/testing/selftests/powerpc/benchmarks/ |
H A D | mmap_bench.c | 17 #define PAGE_SIZE (1UL << 16) macro
|
/linux/tools/testing/selftests/x86/ |
H A D | test_mremap_vdso.c | 25 #define PAGE_SIZE 4096 macro
|
H A D | nx_stack.c | 38 #define PAGE_SIZE 4096 macro
|
/linux/tools/include/linux/ |
H A D | mm.h | 9 #define PAGE_SIZE (_AC(1, UL) << PAGE_SHIFT) macro
|
/linux/lib/vdso/ |
H A D | getrandom.c | 20 #define PAGE_SIZE (1UL << CONFIG_PAGE_SHIFT) macro
|
/linux/tools/testing/selftests/bpf/ |
H A D | bpf_arena_common.h | 24 #define PAGE_SIZE __PAGE_SIZE macro
|
H A D | uptr_test_common.h | 8 #define PAGE_SIZE 4096 macro
|
/linux/arch/mips/kernel/ |
H A D | vmlinux.lds.S | 5 #define PAGE_SIZE _PAGE_SIZE macro
|
/linux/tools/testing/selftests/ptrace/ |
H A D | peeksiginfo.c | 36 #define PAGE_SIZE sysconf(_SC_PAGESIZE) macro
|
/linux/arch/loongarch/kernel/ |
H A D | vmlinux.lds.S | 7 #define PAGE_SIZE _PAGE_SIZE macro
|