Home
last modified time | relevance | path

Searched refs:fastpath_t (Results 1 – 5 of 5) sorted by relevance

/linux/arch/x86/kvm/vmx/
H A Dx86_ops.h24 fastpath_t vmx_vcpu_run(struct kvm_vcpu *vcpu, u64 run_flags);
29 int vmx_handle_exit(struct kvm_vcpu *vcpu, fastpath_t exit_fastpath);
135 fastpath_t tdx_vcpu_run(struct kvm_vcpu *vcpu, u64 run_flags);
H A Dmain.c146 static fastpath_t vt_vcpu_run(struct kvm_vcpu *vcpu, u64 run_flags) in vt_vcpu_run()
H A Dtdx.c999 static fastpath_t tdx_exit_handlers_fastpath(struct kvm_vcpu *vcpu) in tdx_exit_handlers_fastpath()
1065 fastpath_t tdx_vcpu_run(struct kvm_vcpu *vcpu, u64 run_flags) in tdx_vcpu_run()
1978 int tdx_handle_exit(struct kvm_vcpu *vcpu, fastpath_t fastpath) in tdx_handle_exit()
/linux/arch/x86/kvm/
H A Dx86.h464 fastpath_t handle_fastpath_wrmsr(struct kvm_vcpu *vcpu);
465 fastpath_t handle_fastpath_wrmsr_imm(struct kvm_vcpu *vcpu, u32 msr, int reg);
466 fastpath_t handle_fastpath_hlt(struct kvm_vcpu *vcpu);
467 fastpath_t handle_fastpath_invd(struct kvm_vcpu *vcpu);
/linux/arch/x86/include/asm/
H A Dkvm_host.h223 typedef enum exit_fastpath_completion fastpath_t; typedef