Home
last modified time | relevance | path

Searched refs:init_unaccepted_memory (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/x86/boot/compressed/
H A Dmisc.h249 bool init_unaccepted_memory(void);
251 static inline bool init_unaccepted_memory(void) { return false; } in init_unaccepted_memory() function
H A Dmem.c48 bool init_unaccepted_memory(void) in init_unaccepted_memory() function
H A Dmisc.c498 if (init_unaccepted_memory()) { in extract_kernel()