Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/include/asm/
H A Dtdx.h51 bool tdx_early_handle_ve(struct pt_regs *regs);
60 static inline bool tdx_early_handle_ve(struct pt_regs *regs) { return false; } in tdx_early_handle_ve() function
/openbmc/linux/arch/x86/kernel/
H A Dhead64.c420 if (trapnr == X86_TRAP_VE && tdx_early_handle_ve(regs)) in do_early_exception()
/openbmc/linux/arch/x86/coco/tdx/
H A Dtdx.c561 __init bool tdx_early_handle_ve(struct pt_regs *regs) in tdx_early_handle_ve() function