Home
last modified time | relevance | path

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

/linux-6.12.1/arch/arm/boot/bootp/
Dkernel.S5 .globl kernel_end symbol
6 kernel_end: label
/linux-6.12.1/arch/riscv/mm/
Dphysaddr.c25 unsigned long kernel_end = kernel_start + kernel_map.size; in __phys_addr_symbol() local
/linux-6.12.1/arch/s390/boot/
Dvmem.c60 static void kasan_populate_shadow(unsigned long kernel_start, unsigned long kernel_end) in kasan_populate_shadow()
163 static inline void kasan_populate_shadow(unsigned long kernel_start, unsigned long kernel_end) in kasan_populate_shadow()
422 void setup_vmem(unsigned long kernel_start, unsigned long kernel_end, unsigned long asce_limit) in setup_vmem()
Dstartup.c286 unsigned long kernel_end, kaslr_len, slots, pos; in setup_kernel_memory_layout() local
/linux-6.12.1/arch/powerpc/kexec/
Dcore.c181 static phys_addr_t kernel_end; variable
/linux-6.12.1/arch/alpha/mm/
Dinit.c144 callback_init(void * kernel_end) in callback_init()
/linux-6.12.1/arch/parisc/mm/
Dinit.c358 unsigned long kernel_start, kernel_end; in map_pages() local
459 unsigned long kernel_end = (unsigned long)&_end; in free_initmem() local
/linux-6.12.1/arch/alpha/kernel/
Dsetup.c286 setup_memory(void *kernel_end) in setup_memory()
427 void *kernel_end = _end; /* end of kernel */ in setup_arch() local
/linux-6.12.1/arch/arm64/mm/
Dinit.c485 u64 kernel_end = (u64)_end; in module_init_limits() local
Dmmu.c627 phys_addr_t kernel_end = __pa_symbol(__init_begin); in map_mem() local
/linux-6.12.1/arch/x86/mm/
Dmem_encrypt_identity.c292 unsigned long kernel_start, kernel_end, kernel_len; in sme_encrypt_kernel() local
Dinit.c776 unsigned long kernel_end = __pa_symbol(_end); in init_mem_mapping() local
/linux-6.12.1/arch/x86/xen/
Dmmu_pv.c1014 unsigned long kernel_end = roundup((unsigned long)_brk_end, PMD_SIZE) - 1; in xen_cleanhighmap() local