Home
last modified time | relevance | path

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

/Linux-v5.4/arch/s390/boot/compressed/
Ddecompressor.h10 unsigned long mem_safe_offset(void);
Ddecompressor.c67 unsigned long mem_safe_offset(void) in mem_safe_offset() function
/Linux-v5.4/arch/s390/boot/
Dstartup.c64 unsigned long mem_safe_offset(void) in mem_safe_offset() function
135 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()