Home
last modified time | relevance | path

Searched refs:mem_safe_offset (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/arch/s390/boot/compressed/
Ddecompressor.h10 unsigned long mem_safe_offset(void);
Ddecompressor.c66 unsigned long mem_safe_offset(void) in mem_safe_offset() function
/kernel/linux/linux-5.10/arch/s390/boot/
Dstartup.c62 unsigned long mem_safe_offset(void) in mem_safe_offset() function
136 safe_addr = mem_safe_offset(); in startup_kernel()
Dmem_detect.c26 unsigned long offset = ALIGN(mem_safe_offset(), sizeof(u64)); in mem_detect_alloc_extended()