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

12345

/linux-master/arch/powerpc/boot/
H A Dpage.h17 #define PAGE_SIZE (ASM_CONST(1) << PAGE_SHIFT) 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/powerpc/benchmarks/
H A Dmmap_bench.c17 #define PAGE_SIZE (1UL << 16) macro
/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
/linux-master/tools/testing/selftests/x86/
H A Dtest_mremap_vdso.c23 #define PAGE_SIZE 4096 macro
/linux-master/arch/alpha/include/asm/
H A Dpage.h10 #define PAGE_SIZE (_AC(1,UL) << PAGE_SHIFT) macro
/linux-master/arch/alpha/mm/
H A Dinit.c79 memset(absolute_pointer(EMPTY_PGT), 0, PAGE_SIZE); local
86 memset(absolute_pointer(EMPTY_PGE), 0, PAGE_SIZE); local
256 memset(absolute_pointer(ZERO_PGE), 0, PAGE_SIZE); local
[all...]
/linux-master/arch/arc/include/uapi/asm/
H A Dpage.h29 #define PAGE_SIZE _BITUL(PAGE_SHIFT) /* Default 8K */ macro
/linux-master/arch/arm/include/asm/
H A Dpage.h12 #define PAGE_SIZE (_AC(1,UL) << PAGE_SHIFT) macro
/linux-master/arch/arm/mm/
H A Dflush.c410 __cpuc_flush_dcache_area(page_address(page), PAGE_SIZE); local
H A Dnommu.c191 __cpuc_flush_dcache_area(page_address(page), PAGE_SIZE); local
/linux-master/arch/arm64/include/asm/
H A Dpage-def.h15 #define PAGE_SIZE (_AC(1, UL) << PAGE_SHIFT) macro
/linux-master/arch/arm64/mm/
H A Dkasan_init.c126 memset(__va(page_phys), KASAN_SHADOW_INIT, PAGE_SIZE); local
[all...]
H A Dmmu.c856 PAGE_SIZE, altmap); local
[all...]
/linux-master/arch/csky/include/asm/
H A Dpage.h14 #define PAGE_SIZE (_AC(1, UL) << PAGE_SHIFT) macro
/linux-master/arch/hexagon/include/asm/
H A Dpage.h49 #define PAGE_SIZE (1UL << PAGE_SHIFT) macro
/linux-master/arch/hexagon/kernel/
H A Dvmlinux.lds.S24 #define PAGE_SIZE _PAGE_SIZE define
/linux-master/arch/loongarch/include/asm/
H A Dpage.h15 #define PAGE_SIZE (_AC(1, UL) << PAGE_SHIFT) macro
/linux-master/arch/loongarch/kernel/
H A Dvmlinux.lds.S7 #define PAGE_SIZE _PAGE_SIZE define
/linux-master/arch/m68k/include/asm/
H A Dpage.h11 #define PAGE_SIZE (_AC(1, UL) << PAGE_SHIFT) macro
/linux-master/arch/microblaze/include/asm/
H A Dpage.h24 #define PAGE_SIZE (ASM_CONST(1) << PAGE_SHIFT) macro
/linux-master/arch/mips/include/asm/
H A Dpage.h21 #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/arch/nios2/include/asm/
H A Dpage.h25 #define PAGE_SIZE (_AC(1, UL) << PAGE_SHIFT) macro

Completed in 572 milliseconds

12345