Home
last modified time | relevance | path

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

/Linux-v6.6/arch/x86/boot/compressed/
Dmisc.h193 void cleanup_exception_handling(void);
195 static inline void cleanup_exception_handling(void) { } in cleanup_exception_handling() function
Didt_64.c79 void cleanup_exception_handling(void) in cleanup_exception_handling() function
Dmisc.c494 cleanup_exception_handling(); in extract_kernel()