Home
last modified time | relevance | path

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

/linux-5.19.10/arch/x86/boot/compressed/
Dmisc.h184 void cleanup_exception_handling(void);
186 static inline void cleanup_exception_handling(void) { } in cleanup_exception_handling() function
Didt_64.c72 void cleanup_exception_handling(void) in cleanup_exception_handling() function
Dmisc.c464 cleanup_exception_handling(); in extract_kernel()