Searched defs:kernel_end (Results 1 – 13 of 13) sorted by relevance
/linux-6.12.1/arch/arm/boot/bootp/ |
D | kernel.S | 5 .globl kernel_end symbol 6 kernel_end: label
|
/linux-6.12.1/arch/riscv/mm/ |
D | physaddr.c | 25 unsigned long kernel_end = kernel_start + kernel_map.size; in __phys_addr_symbol() local
|
/linux-6.12.1/arch/s390/boot/ |
D | vmem.c | 60 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()
|
D | startup.c | 286 unsigned long kernel_end, kaslr_len, slots, pos; in setup_kernel_memory_layout() local
|
/linux-6.12.1/arch/powerpc/kexec/ |
D | core.c | 181 static phys_addr_t kernel_end; variable
|
/linux-6.12.1/arch/alpha/mm/ |
D | init.c | 144 callback_init(void * kernel_end) in callback_init()
|
/linux-6.12.1/arch/parisc/mm/ |
D | init.c | 358 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/ |
D | setup.c | 286 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/ |
D | init.c | 485 u64 kernel_end = (u64)_end; in module_init_limits() local
|
D | mmu.c | 627 phys_addr_t kernel_end = __pa_symbol(__init_begin); in map_mem() local
|
/linux-6.12.1/arch/x86/mm/ |
D | mem_encrypt_identity.c | 292 unsigned long kernel_start, kernel_end, kernel_len; in sme_encrypt_kernel() local
|
D | init.c | 776 unsigned long kernel_end = __pa_symbol(_end); in init_mem_mapping() local
|
/linux-6.12.1/arch/x86/xen/ |
D | mmu_pv.c | 1014 unsigned long kernel_end = roundup((unsigned long)_brk_end, PMD_SIZE) - 1; in xen_cleanhighmap() local
|