Home
last modified time | relevance | path

Searched refs:PAGE_SIZE (Results 1 – 8 of 8) sorted by relevance

/arch/arm/include/asm/armv8/
A Dmmu.h18 #undef PAGE_SIZE
20 #define PAGE_SIZE (1 << PAGE_SHIFT) macro
21 #define PAGE_MASK (~(PAGE_SIZE - 1))
/arch/xtensa/include/asm/
A Dcacheasm.h14 #define PAGE_SIZE 4096 macro
67 __loopi \ar, \at, PAGE_SIZE, 4 << (\line_width)
A Dptrace.h37 #define KERNEL_STACK_SIZE (2 * PAGE_SIZE)
/arch/arm/include/asm/proc-armv/
A Dprocessor.h23 #define KERNEL_STACK_SIZE PAGE_SIZE
/arch/riscv/lib/
A Dinterrupts.c197 if ((pre_addr & ~(PAGE_SIZE - 1)) == in handle_trap()
198 (post_addr & ~(PAGE_SIZE - 1))) { in handle_trap()
/arch/arm/cpu/armv8/fsl-layerscape/
A Dmp.c106 reloc_addr = memalign(PAGE_SIZE, in fsl_layerscape_wake_seconday_cores()
107 round_up(secondary_boot_code_size, PAGE_SIZE)); in fsl_layerscape_wake_seconday_cores()
/arch/arm/include/asm/xen/
A Dsystem.h78 #define PFN_UP(x) (unsigned long)(((x) + PAGE_SIZE - 1) >> PAGE_SHIFT)
/arch/arm/cpu/armv8/
A Dcache_v8.c174 for (i = 0; i < PAGE_SIZE / sizeof(u64); i++) { in __cmo_on_leaves()

Completed in 19 milliseconds