Home
last modified time | relevance | path

Searched defs:kernel_end (Results 1 – 7 of 7) sorted by relevance

/linux/arch/arm/boot/bootp/
H A Dkernel.S6 kernel_end: label
/linux/arch/riscv/mm/
H A Dphysaddr.c25 unsigned long kernel_end = kernel_start + kernel_map.size; in __phys_addr_symbol() local
/linux/arch/s390/boot/
H A Dvmem.c96 static void kasan_populate_shadow(unsigned long kernel_start, unsigned long kernel_end) in kasan_populate_shadow()
191 static inline void kasan_populate_shadow(unsigned long kernel_start, unsigned long kernel_end) in kasan_populate_shadow()
468 void setup_vmem(unsigned long kernel_start, unsigned long kernel_end, unsigned long asce_limit) in setup_vmem()
/linux/arch/powerpc/kexec/
H A Dcore.c197 static __be_word kernel_end; variable
/linux/arch/alpha/kernel/
H A Dsetup.c286 setup_memory(void *kernel_end) in setup_memory()
427 void *kernel_end = _end; /* end of kernel */ in setup_arch() local
/linux/arch/arm64/mm/
H A Dmmu.c1121 phys_addr_t kernel_end = __pa_symbol(__init_begin); in map_mem() local
/linux/arch/x86/xen/
H A Dmmu_pv.c1070 unsigned long kernel_end = roundup((unsigned long)_brk_end, PMD_SIZE) - 1; in xen_cleanhighmap() local