Home
last modified time | relevance | path

Searched defs:kernel_end (Results 1 – 10 of 10) 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.c95 static void kasan_populate_shadow(unsigned long kernel_start, unsigned long kernel_end) in kasan_populate_shadow()
190 static inline void kasan_populate_shadow(unsigned long kernel_start, unsigned long kernel_end) in kasan_populate_shadow()
479 void setup_vmem(unsigned long kernel_start, unsigned long kernel_end, unsigned long asce_limit) in setup_vmem()
H A Dstartup.c309 unsigned long kernel_end, kaslr_len, slots, pos; in setup_kernel_memory_layout() local
/linux/arch/alpha/mm/
H A Dinit.c144 callback_init(void * kernel_end) in callback_init() argument
/linux/arch/parisc/mm/
H A Dinit.c358 unsigned long kernel_start, kernel_end; in map_pages() local
459 unsigned long kernel_end = (unsigned long)&_end; free_initmem() local
/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 Dinit.c492 u64 kernel_end = (u64)_end; in module_init_limits() local
/linux/arch/x86/mm/
H A Dinit.c781 unsigned long kernel_end = __pa_symbol(_end); in init_mem_mapping() local
/linux/arch/x86/xen/
H A Dmmu_pv.c1066 unsigned long kernel_end = roundup((unsigned long)_brk_end, PMD_SIZE) - 1; in xen_cleanhighmap() local