Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/coco/tdx/
H A Dtdx.c206 static int ve_instr_len(struct ve_info *ve) in ve_instr_len()
253 static int handle_halt(struct ve_info *ve) in handle_halt()
274 static int read_msr(struct pt_regs *regs, struct ve_info *ve) in read_msr()
295 static int write_msr(struct pt_regs *regs, struct ve_info *ve) in write_msr()
315 static int handle_cpuid(struct pt_regs *regs, struct ve_info *ve) in handle_cpuid()
379 static int handle_mmio(struct pt_regs *regs, struct ve_info *ve) in handle_mmio()
532 static int handle_io(struct pt_regs *regs, struct ve_info *ve) in handle_io()
562 struct ve_info ve; in tdx_early_handle_ve()
578 void tdx_get_ve_info(struct ve_info *ve) in tdx_get_ve_info()
614 static int virt_exception_user(struct pt_regs *regs, struct ve_info *ve) in virt_exception_user()
[all …]
/openbmc/linux/arch/x86/include/asm/
H A Dtdx.h30 struct ve_info { struct
45 void tdx_get_ve_info(struct ve_info *ve); argument
47 bool tdx_handle_virt_exception(struct pt_regs *regs, struct ve_info *ve);
/openbmc/linux/arch/x86/kernel/
H A Dtraps.c1335 struct ve_info ve; in DEFINE_IDTENTRY()