Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/include/asm/
Dtdx.h68 bool tdx_early_handle_ve(struct pt_regs *regs);
75 static inline bool tdx_early_handle_ve(struct pt_regs *regs) { return false; } in tdx_early_handle_ve() function
/linux-6.1.9/arch/x86/kernel/
Dhead64.c421 if (trapnr == X86_TRAP_VE && tdx_early_handle_ve(regs)) in do_early_exception()
/linux-6.1.9/arch/x86/coco/tdx/
Dtdx.c526 __init bool tdx_early_handle_ve(struct pt_regs *regs) in tdx_early_handle_ve() function