Home
last modified time | relevance | path

Searched defs:PAGE_SIZE (Results 1 – 25 of 46) sorted by relevance

12

/linux/rust/kernel/
H A Dpage.rs18 pub const PAGE_SIZE: usize = bindings::PAGE_SIZE; constant
[all...]
/linux/arch/arc/include/uapi/asm/
H A Dpage.h27 #define PAGE_SIZE _BITUL(PAGE_SHIFT) /* Default 8K */ macro
/linux/include/vdso/
H A Dpage.h15 #define PAGE_SIZE (_AC(1,UL) << CONFIG_PAGE_SHIFT) macro
/linux/tools/testing/selftests/bpf/progs/
H A Dtest_sockmap_change_tail.c7 #define PAGE_SIZE __PAGE_SIZE macro
H A Dtest_tc_change_tail.c6 #define PAGE_SIZE __PAGE_SIZE macro
/linux/tools/testing/selftests/proc/
H A Dthread-self.c49 const int PAGE_SIZE = sysconf(_SC_PAGESIZE); in main() local
H A Dproc-self-map-files-001.c49 const unsigned int PAGE_SIZE = sysconf(_SC_PAGESIZE); in main() local
H A Dproc-self-map-files-002.c49 const int PAGE_SIZE = sysconf(_SC_PAGESIZE); in main() local
/linux/tools/testing/selftests/cgroup/lib/include/
H A Dcgroup_util.h6 #define PAGE_SIZE 4096 macro
/linux/arch/hexagon/kernel/
H A Dvmlinux.lds.S24 #define PAGE_SIZE _PAGE_SIZE macro
/linux/tools/testing/selftests/kvm/include/s390/
H A Dprocessor.h26 #define PAGE_SIZE BIT_ULL(PAGE_SHIFT) macro
/linux/tools/testing/selftests/bpf/prog_tests/
H A Darena_list.c9 #define PAGE_SIZE getpagesize() macro
H A Darena_htab.c9 #define PAGE_SIZE getpagesize() macro
H A Dtest_lsm.c19 #define GET_PAGE_ADDR(ADDR, PAGE_SIZE) \ argument
/linux/arch/powerpc/boot/
H A Dpage.h17 #define PAGE_SIZE (ASM_CONST(1) << PAGE_SHIFT) macro
/linux/tools/testing/selftests/powerpc/benchmarks/
H A Dmmap_bench.c17 #define PAGE_SIZE (1UL << 16) macro
/linux/tools/testing/selftests/x86/
H A Dtest_mremap_vdso.c25 #define PAGE_SIZE 4096 macro
H A Dnx_stack.c38 #define PAGE_SIZE 4096 macro
/linux/tools/include/linux/
H A Dmm.h9 #define PAGE_SIZE (_AC(1, UL) << PAGE_SHIFT) macro
/linux/lib/vdso/
H A Dgetrandom.c20 #define PAGE_SIZE (1UL << CONFIG_PAGE_SHIFT) macro
/linux/tools/testing/selftests/bpf/
H A Dbpf_arena_common.h24 #define PAGE_SIZE __PAGE_SIZE macro
H A Duptr_test_common.h8 #define PAGE_SIZE 4096 macro
/linux/arch/mips/kernel/
H A Dvmlinux.lds.S5 #define PAGE_SIZE _PAGE_SIZE macro
/linux/tools/testing/selftests/ptrace/
H A Dpeeksiginfo.c36 #define PAGE_SIZE sysconf(_SC_PAGESIZE) macro
/linux/arch/loongarch/kernel/
H A Dvmlinux.lds.S7 #define PAGE_SIZE _PAGE_SIZE macro

12