Home
last modified time | relevance | path

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

/Linux-v5.15/arch/s390/boot/compressed/
Ddecompressor.h12 unsigned long mem_safe_offset(void);
Ddecompressor.c67 unsigned long mem_safe_offset(void) in mem_safe_offset() function
/Linux-v5.15/arch/s390/boot/
Dstartup.c50 unsigned long mem_safe_offset(void) in mem_safe_offset() function
275 safe_addr = mem_safe_offset(); in startup_kernel()
Dmem_detect.c27 unsigned long offset = ALIGN(mem_safe_offset(), sizeof(u64)); in mem_detect_alloc_extended()