Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/include/asm/
Dtdx.h64 bool tdx_handle_virt_exception(struct pt_regs *regs, struct ve_info *ve);
/linux-6.1.9/arch/x86/coco/tdx/
Dtdx.c618 bool tdx_handle_virt_exception(struct pt_regs *regs, struct ve_info *ve) in tdx_handle_virt_exception() function
/linux-6.1.9/arch/x86/kernel/
Dtraps.c1433 if (!tdx_handle_virt_exception(regs, &ve)) in DEFINE_IDTENTRY()