PAGE_SIZE 10 arch/alpha/include/asm/page.h #define PAGE_SIZE (_AC(1,UL) << PAGE_SHIFT) PAGE_SIZE 31 arch/arc/include/uapi/asm/page.h #define PAGE_SIZE _BITUL(PAGE_SHIFT) /* Default 8K */ PAGE_SIZE 12 arch/arm/include/asm/page.h #define PAGE_SIZE (_AC(1,UL) << PAGE_SHIFT) PAGE_SIZE 76 arch/arm64/include/asm/fixmap.h #define NR_FIX_BTMAPS (SZ_256K / PAGE_SIZE) PAGE_SIZE 17 arch/arm64/include/asm/page-def.h #define PAGE_SIZE (_AC(1, UL) << PAGE_SHIFT) PAGE_SIZE 14 arch/csky/include/asm/page.h #define PAGE_SIZE (_AC(1, UL) << PAGE_SHIFT) PAGE_SIZE 53 arch/hexagon/include/asm/page.h #define PAGE_SIZE (1UL << PAGE_SHIFT) PAGE_SIZE 24 arch/hexagon/kernel/vmlinux.lds.S #define PAGE_SIZE _PAGE_SIZE PAGE_SIZE 42 arch/ia64/include/asm/page.h #define PAGE_SIZE (__IA64_UL_CONST(1) << PAGE_SHIFT) PAGE_SIZE 15 arch/m68k/include/asm/page.h #define PAGE_SIZE (_AC(1, UL) << PAGE_SHIFT) PAGE_SIZE 33 arch/microblaze/include/asm/page.h #define PAGE_SIZE (ASM_CONST(1) << PAGE_SHIFT) PAGE_SIZE 35 arch/mips/include/asm/page.h #define PAGE_SIZE (_AC(1,UL) << PAGE_SHIFT) PAGE_SIZE 5 arch/mips/kernel/vmlinux.lds.S #define PAGE_SIZE _PAGE_SIZE PAGE_SIZE 16 arch/nds32/include/asm/page.h #define PAGE_SIZE (_AC(1,UL) << PAGE_SHIFT) PAGE_SIZE 25 arch/nios2/include/asm/page.h #define PAGE_SIZE (_AC(1, UL) << PAGE_SHIFT) PAGE_SIZE 23 arch/openrisc/include/asm/page.h #define PAGE_SIZE (1 << PAGE_SHIFT) PAGE_SIZE 25 arch/openrisc/include/asm/page.h #define PAGE_SIZE (1UL << PAGE_SHIFT) PAGE_SIZE 16 arch/parisc/include/asm/page.h #define PAGE_SIZE (_AC(1,UL) << PAGE_SHIFT) PAGE_SIZE 17 arch/powerpc/boot/page.h #define PAGE_SIZE (ASM_CONST(1) << PAGE_SHIFT) PAGE_SIZE 61 arch/powerpc/include/asm/fixmap.h #define FIX_IMMR_SIZE (512 * 1024 / PAGE_SIZE) PAGE_SIZE 24 arch/powerpc/include/asm/page.h #define PAGE_SIZE (ASM_CONST(1) << PAGE_SHIFT) PAGE_SIZE 16 arch/riscv/include/asm/page.h #define PAGE_SIZE (_AC(1, UL) << PAGE_SHIFT) PAGE_SIZE 20 arch/s390/include/asm/page.h #define PAGE_SIZE _PAGE_SIZE PAGE_SIZE 24 arch/sh/include/asm/page.h #define PAGE_SIZE (_AC(1, UL) << PAGE_SHIFT) PAGE_SIZE 15 arch/sparc/include/asm/page_32.h #define PAGE_SIZE (_AC(1, UL) << PAGE_SHIFT) PAGE_SIZE 9 arch/sparc/include/asm/page_64.h #define PAGE_SIZE (_AC(1,UL) << PAGE_SHIFT) PAGE_SIZE 14 arch/um/include/asm/page.h #define PAGE_SIZE (_AC(1, UL) << PAGE_SHIFT) PAGE_SIZE 14 arch/unicore32/include/asm/page.h #define PAGE_SIZE (_AC(1, UL) << PAGE_SHIFT) PAGE_SIZE 11 arch/x86/include/asm/page_types.h #define PAGE_SIZE (_AC(1,UL) << PAGE_SHIFT) PAGE_SIZE 24 arch/xtensa/include/asm/page.h #define PAGE_SIZE (__XTENSA_UL_CONST(1) << PAGE_SHIFT) PAGE_SIZE 18 include/asm-generic/page.h #define PAGE_SIZE (1 << PAGE_SHIFT) PAGE_SIZE 20 include/asm-generic/page.h #define PAGE_SIZE (1UL << PAGE_SHIFT) PAGE_SIZE 44 include/linux/raid/pq.h # define PAGE_SIZE 4096 PAGE_SIZE 45 samples/mic/mpssd/mpssd.h #define PAGE_SIZE 4096 PAGE_SIZE 12 samples/mic/mpssd/sysfs.c #define PAGE_SIZE 4096 PAGE_SIZE 29 tools/testing/scatterlist/linux/mm.h #define PAGE_SIZE (4096) PAGE_SIZE 4 tools/testing/selftests/cgroup/cgroup_util.h #define PAGE_SIZE 4096 PAGE_SIZE 23 tools/testing/selftests/kvm/x86_64/smm_test.c #define PAGE_SIZE 4096 PAGE_SIZE 35 tools/testing/selftests/kvm/x86_64/vmx_tsc_adjust_test.c #define PAGE_SIZE 4096 PAGE_SIZE 17 tools/testing/selftests/powerpc/benchmarks/mmap_bench.c #define PAGE_SIZE (1UL << 16) PAGE_SIZE 107 tools/testing/selftests/proc/proc-pid-vm.c #define PAGE_SIZE 4096 PAGE_SIZE 36 tools/testing/selftests/ptrace/peeksiginfo.c #define PAGE_SIZE sysconf(_SC_PAGESIZE) PAGE_SIZE 15 tools/testing/selftests/vm/gup_benchmark.c #define PAGE_SIZE sysconf(_SC_PAGESIZE) PAGE_SIZE 22 tools/testing/selftests/vm/transhuge-stress.c #define PAGE_SIZE (1 << PAGE_SHIFT) PAGE_SIZE 15 tools/testing/selftests/vm/va_128TBswitch.c #define PAGE_SIZE (64 << 10) PAGE_SIZE 21 tools/testing/selftests/vm/va_128TBswitch.c #define PAGE_SIZE (4 << 10) PAGE_SIZE 142 tools/testing/selftests/x86/pkey-helpers.h #define PAGE_SIZE 4096 PAGE_SIZE 23 tools/testing/selftests/x86/test_mremap_vdso.c #define PAGE_SIZE 4096 PAGE_SIZE 22 tools/virtio/linux/kernel.h #define PAGE_SIZE getpagesize() PAGE_SIZE 17 tools/virtio/virtio-trace/trace-agent.c #define PAGE_SIZE (sysconf(_SC_PAGE_SIZE))