Home
last modified time | relevance | path

Searched refs:tdx_handle_virt_exception (Results 1 – 2 of 2) sorted by relevance

/linux/arch/x86/coco/tdx/
H A Dtdx.c862 bool tdx_handle_virt_exception(struct pt_regs *regs, struct ve_info *ve) in tdx_handle_virt_exception() function
/linux/arch/x86/kernel/
H A Dtraps.c1659 if (!tdx_handle_virt_exception(regs, &ve)) in DEFINE_IDTENTRY()