Searched refs:ex_handler_msr (Results 1 – 1 of 1) sorted by relevance
| /arch/x86/mm/ |
| A D | extable.c | 166 static bool ex_handler_msr(const struct exception_table_entry *fixup, in ex_handler_msr() function 343 return ex_handler_msr(e, regs, true, false, reg); in fixup_exception() 345 return ex_handler_msr(e, regs, false, false, reg); in fixup_exception() 347 return ex_handler_msr(e, regs, true, true, reg); in fixup_exception() 349 return ex_handler_msr(e, regs, false, true, reg); in fixup_exception()
|
Completed in 3 milliseconds