Symbol: PAGE_SIZE
arch/arc/include/uapi/asm/page.h
27
#define PAGE_SIZE _BITUL(PAGE_SHIFT) /* Default 8K */
arch/arm64/include/asm/fixmap.h
82
#define NR_FIX_BTMAPS (SZ_256K / PAGE_SIZE)
arch/hexagon/kernel/vmlinux.lds.S
24
#define PAGE_SIZE _PAGE_SIZE
arch/loongarch/kernel/vmlinux.lds.S
7
#define PAGE_SIZE _PAGE_SIZE
arch/mips/kernel/vmlinux.lds.S
5
#define PAGE_SIZE _PAGE_SIZE
arch/powerpc/boot/page.h
17
#define PAGE_SIZE (ASM_CONST(1) << PAGE_SHIFT)
arch/powerpc/include/asm/fixmap.h
56
#define FIX_IMMR_SIZE (512 * 1024 / PAGE_SIZE)
arch/powerpc/include/asm/fixmap.h
63
#define FIX_IMMR_SIZE (SZ_2M / PAGE_SIZE)
arch/powerpc/include/asm/fixmap.h
72
#define NR_FIX_BTMAPS (SZ_256K / PAGE_SIZE)
arch/riscv/include/asm/fixmap.h
46
#define NR_FIX_BTMAPS (SZ_256K / PAGE_SIZE)
include/linux/raid/pq.h
42
# define PAGE_SIZE 4096
include/vdso/page.h
15
#define PAGE_SIZE (_AC(1,UL) << CONFIG_PAGE_SHIFT)
lib/vdso/getrandom.c
18
#undef PAGE_SIZE
lib/vdso/getrandom.c
20
#define PAGE_SIZE (1UL << CONFIG_PAGE_SHIFT)
tools/bootconfig/main.c
137
#define PAGE_SIZE 4096
tools/include/linux/mm.h
10
#define PAGE_SIZE (_AC(1, UL) << PAGE_SHIFT)
tools/sched_ext/include/scx/bpf_arena_common.bpf.h
6
#define PAGE_SIZE __PAGE_SIZE
tools/testing/scatterlist/linux/mm.h
29
#define PAGE_SIZE (4096)
tools/testing/selftests/bpf/bpf_arena_common.h
24
#define PAGE_SIZE __PAGE_SIZE
tools/testing/selftests/bpf/prog_tests/arena_htab.c
9
#define PAGE_SIZE getpagesize()
tools/testing/selftests/bpf/prog_tests/arena_list.c
9
#define PAGE_SIZE getpagesize()
tools/testing/selftests/bpf/prog_tests/cgroup_hierarchical_stats.c
37
#define PAGE_SIZE 4096
tools/testing/selftests/bpf/prog_tests/sk_bypass_prot_mem.c
10
#define PAGE_SIZE getpagesize()
tools/testing/selftests/bpf/prog_tests/sockopt.c
10
#define PAGE_SIZE 4096
tools/testing/selftests/bpf/progs/test_sockmap_change_tail.c
7
#define PAGE_SIZE __PAGE_SIZE
tools/testing/selftests/bpf/progs/test_tc_change_tail.c
6
#define PAGE_SIZE __PAGE_SIZE
tools/testing/selftests/bpf/uptr_test_common.h
8
#define PAGE_SIZE 4096
tools/testing/selftests/cgroup/lib/include/cgroup_util.h
6
#define PAGE_SIZE 4096
tools/testing/selftests/coredump/coredump_test.h
14
#define PAGE_SIZE 4096
tools/testing/selftests/coredump/coredump_test_helpers.c
36
#define PAGE_SIZE 4096
tools/testing/selftests/coredump/stackdump_test.c
32
#define PAGE_SIZE 4096
tools/testing/selftests/kvm/include/s390/processor.h
26
#define PAGE_SIZE BIT_ULL(PAGE_SHIFT)
tools/testing/selftests/kvm/include/x86/processor.h
369
#define PAGE_SIZE (1ULL << PAGE_SHIFT)
tools/testing/selftests/mm/pkey-arm64.h
37
#define PAGE_SIZE sysconf(_SC_PAGESIZE)
tools/testing/selftests/mm/pkey-powerpc.h
37
#define PAGE_SIZE sysconf(_SC_PAGESIZE)
tools/testing/selftests/mm/pkey-x86.h
34
#define PAGE_SIZE 4096
tools/testing/selftests/powerpc/benchmarks/mmap_bench.c
17
#define PAGE_SIZE (1UL << 16)
tools/testing/selftests/powerpc/pmu/sampling_tests/misc.c
19
#define PAGE_SIZE sysconf(_SC_PAGESIZE)
tools/testing/selftests/powerpc/syscalls/rtas_filter.c
34
#define PAGE_SIZE 4096
tools/testing/selftests/proc/proc-pid-vm.c
114
#define PAGE_SIZE 4096
tools/testing/selftests/ptrace/peeksiginfo.c
36
#define PAGE_SIZE sysconf(_SC_PAGESIZE)
tools/testing/selftests/resctrl/fill_buf.c
22
#define PAGE_SIZE (4 * 1024)
tools/testing/selftests/sgx/defines.h
11
#define PAGE_SIZE 4096
tools/testing/selftests/x86/lam.c
62
#define PAGE_SIZE (4 << 10)
tools/testing/selftests/x86/nx_stack.c
38
#define PAGE_SIZE 4096
tools/testing/selftests/x86/test_mremap_vdso.c
25
#define PAGE_SIZE 4096
tools/testing/selftests/x86/test_shadow_stack.c
61
#define PAGE_SIZE 0x1000
tools/testing/vsock/vsock_test.c
1722
#define PAGE_SIZE 4096
tools/testing/vsock/vsock_test_zerocopy.c
28
#define PAGE_SIZE 4096
tools/testing/vsock/vsock_uring_test.c
24
#define PAGE_SIZE 4096
tools/virtio/linux/kernel.h
27
#define PAGE_SIZE getpagesize()
tools/virtio/virtio-trace/trace-agent.c
17
#define PAGE_SIZE (sysconf(_SC_PAGE_SIZE))