Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/boot/compressed/
H A Dmisc.h193 void cleanup_exception_handling(void);
195 static inline void cleanup_exception_handling(void) { } in cleanup_exception_handling() function
H A Didt_64.c80 void cleanup_exception_handling(void) in cleanup_exception_handling() function
H A Dmisc.c510 cleanup_exception_handling(); in extract_kernel()