Searched defs:PAGE_SIZE (Results 1 - 25 of 109) sorted by relevance

12345

/linux-master/arch/arm64/include/asm/
H A Dpage-def.h15 #define PAGE_SIZE (_AC(1, UL) << PAGE_SHIFT) macro
/linux-master/arch/arc/include/uapi/asm/
H A Dpage.h29 #define PAGE_SIZE _BITUL(PAGE_SHIFT) /* Default 8K */ macro
/linux-master/arch/xtensa/include/asm/
H A Dcacheasm.h78 __loop_cache_unroll \ar, \at, \insn, PAGE_SIZE, \line_width, \max_immed variable
/linux-master/tools/testing/selftests/cgroup/
H A Dcgroup_util.h7 #define PAGE_SIZE 4096 macro
/linux-master/fs/freevxfs/
H A Dvxfs_immed.c38 memcpy_to_page(folio_page(folio, i), 0, src, PAGE_SIZE); local
/linux-master/tools/testing/selftests/proc/
H A Dproc-self-map-files-001.c49 const unsigned int PAGE_SIZE = sysconf(_SC_PAGESIZE); local
H A Dthread-self.c49 const int PAGE_SIZE = sysconf(_SC_PAGESIZE); local
H A Dproc-self-map-files-002.c49 const int PAGE_SIZE = sysconf(_SC_PAGESIZE); local
/linux-master/arch/powerpc/boot/
H A Dpage.h17 #define PAGE_SIZE (ASM_CONST(1) << PAGE_SHIFT) macro
/linux-master/arch/hexagon/kernel/
H A Dvmlinux.lds.S24 #define PAGE_SIZE _PAGE_SIZE define
/linux-master/tools/testing/selftests/powerpc/benchmarks/
H A Dmmap_bench.c17 #define PAGE_SIZE (1UL << 16) macro
/linux-master/tools/testing/selftests/x86/
H A Dtest_mremap_vdso.c23 #define PAGE_SIZE 4096 macro
H A Dnx_stack.c38 #define PAGE_SIZE 4096 macro
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Darena_htab.c9 #define PAGE_SIZE getpagesize() macro
H A Darena_list.c9 #define PAGE_SIZE getpagesize() macro
/linux-master/arch/arm/include/asm/
H A Dpage.h12 #define PAGE_SIZE (_AC(1,UL) << PAGE_SHIFT) macro
/linux-master/arch/x86/include/asm/
H A Dpage_types.h11 #define PAGE_SIZE (_AC(1,UL) << PAGE_SHIFT) macro
/linux-master/tools/testing/selftests/bpf/
H A Dbpf_arena_common.h24 #define PAGE_SIZE __PAGE_SIZE macro
/linux-master/tools/include/linux/
H A Dmm.h9 #define PAGE_SIZE (_AC(1, UL) << PAGE_SHIFT) macro
/linux-master/arch/mips/kernel/
H A Dvmlinux.lds.S5 #define PAGE_SIZE _PAGE_SIZE define
/linux-master/tools/testing/selftests/mm/
H A Dva_high_addr_switch.c15 #define PAGE_SIZE (64 << 10) macro
25 #define PAGE_SIZE (64 << 10) macro
28 #define PAGE_SIZE (4 << 10) macro
[all...]
/linux-master/mm/
H A Dpage_poison.c28 memset(kasan_reset_tag(addr), PAGE_POISON, PAGE_SIZE); local
/linux-master/arch/m68k/include/asm/
H A Dpage.h11 #define PAGE_SIZE (_AC(1, UL) << PAGE_SHIFT) macro
/linux-master/tools/testing/selftests/resctrl/
H A Dfill_buf.c22 #define PAGE_SIZE (4 * 1024) macro
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Dalloc.c109 dma_free_coherent(mlx5_core_dma_dev(dev), PAGE_SIZE, buf->frags[i].buf, local
225 dma_free_coherent(mlx5_core_dma_dev(dev), PAGE_SIZE, local

Completed in 328 milliseconds

12345