Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/coco/tdx/
H A Dtdx.c533 static int handle_io(struct pt_regs *regs, struct ve_info *ve) in handle_io() function
571 insn_len = handle_io(regs, &ve); in tdx_early_handle_ve()
653 return handle_io(regs, ve); in virt_exception_kernel()
/openbmc/linux/arch/x86/kvm/vmx/
H A Dvmx.c5361 static int handle_io(struct kvm_vcpu *vcpu) in handle_io() function
6093 [EXIT_REASON_IO_INSTRUCTION] = handle_io,