Home
last modified time | relevance | path

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

/linux/arch/x86/coco/tdx/
H A Dtdx.c385 static int ve_instr_len(struct ve_info *ve) in ve_instr_len()
432 static int handle_halt(struct ve_info *ve) in handle_halt()
471 static int read_msr(struct pt_regs *regs, struct ve_info *ve) in read_msr()
492 static int write_msr(struct pt_regs *regs, struct ve_info *ve) in write_msr()
512 static int handle_cpuid(struct pt_regs *regs, struct ve_info *ve) in handle_cpuid()
577 static int handle_mmio(struct pt_regs *regs, struct ve_info *ve) in handle_mmio()
735 static int handle_io(struct pt_regs *regs, struct ve_info *ve) in handle_io()
765 struct ve_info ve; in tdx_early_handle_ve()
781 void tdx_get_ve_info(struct ve_info *ve) in tdx_get_ve_info()
817 static int virt_exception_user(struct pt_regs *regs, struct ve_info *ve) in virt_exception_user()
[all …]
/linux/arch/x86/kvm/vmx/
H A Dvmx.h301 struct vmx_ve_information *ve_info; member