Home
last modified time | relevance | path

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

/arch/x86/boot/compressed/
Dmisc.h159 void cleanup_exception_handling(void);
161 static inline void cleanup_exception_handling(void) { } in cleanup_exception_handling() function
Didt_64.c57 void cleanup_exception_handling(void) in cleanup_exception_handling() function
Dmisc.c445 cleanup_exception_handling(); in extract_kernel()