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

/linux-master/arch/x86/include/asm/
H A Dtdx.h63 bool tdx_early_handle_ve(struct pt_regs *regs);
74 static inline bool tdx_early_handle_ve(struct pt_regs *regs) { return false; } function
/linux-master/arch/x86/kernel/
H A Dhead64.c372 if (trapnr == X86_TRAP_VE && tdx_early_handle_ve(regs))
/linux-master/arch/x86/coco/tdx/
H A Dtdx.c585 __init bool tdx_early_handle_ve(struct pt_regs *regs) function

Completed in 224 milliseconds