Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/boot/compressed/
H A Dmisc.h252 bool init_unaccepted_memory(void);
254 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.c515 if (init_unaccepted_memory()) { in extract_kernel()