Lines Matching defs:ve
345 static int ve_instr_len(struct ve_info *ve) in ve_instr_len()
392 static int handle_halt(struct ve_info *ve) in handle_halt()
431 static int read_msr(struct pt_regs *regs, struct ve_info *ve) in read_msr()
452 static int write_msr(struct pt_regs *regs, struct ve_info *ve) in write_msr()
472 static int handle_cpuid(struct pt_regs *regs, struct ve_info *ve) in handle_cpuid()
537 static int handle_mmio(struct pt_regs *regs, struct ve_info *ve) in handle_mmio()
695 static int handle_io(struct pt_regs *regs, struct ve_info *ve) in handle_io()
725 struct ve_info ve; in tdx_early_handle_ve() local
741 void tdx_get_ve_info(struct ve_info *ve) in tdx_get_ve_info()
777 static int virt_exception_user(struct pt_regs *regs, struct ve_info *ve) in virt_exception_user()
799 static int virt_exception_kernel(struct pt_regs *regs, struct ve_info *ve) in virt_exception_kernel()
822 bool tdx_handle_virt_exception(struct pt_regs *regs, struct ve_info *ve) in tdx_handle_virt_exception()