Home
last modified time | relevance | path

Searched refs:ex_handler_msr (Results 1 - 1 of 1) sorted by relevance

/kernel/linux/linux-6.6/arch/x86/mm/
H A Dextable.c173 static bool ex_handler_msr(const struct exception_table_entry *fixup, in ex_handler_msr() function
279 return ex_handler_msr(e, regs, true, false, reg); in fixup_exception()
281 return ex_handler_msr(e, regs, false, false, reg); in fixup_exception()
283 return ex_handler_msr(e, regs, true, true, reg); in fixup_exception()
285 return ex_handler_msr(e, regs, false, true, reg); in fixup_exception()

Completed in 1 milliseconds