Searched refs:fastpath_t (Results 1 – 8 of 8) sorted by relevance
| /linux/arch/x86/kvm/vmx/ |
| H A D | x86_ops.h | 24 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 D | main.c | 146 static fastpath_t vt_vcpu_run(struct kvm_vcpu *vcpu, u64 run_flags) in vt_vcpu_run()
|
| H A D | tdx.c | 999 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()
|
| H A D | vmx.c | 6271 static fastpath_t handle_fastpath_preemption_timer(struct kvm_vcpu *vcpu, in handle_fastpath_preemption_timer() 6781 static int __vmx_handle_exit(struct kvm_vcpu *vcpu, fastpath_t exit_fastpath) in __vmx_handle_exit() 6937 int vmx_handle_exit(struct kvm_vcpu *vcpu, fastpath_t exit_fastpath) in vmx_handle_exit() 7524 static fastpath_t vmx_exit_handlers_fastpath(struct kvm_vcpu *vcpu, in vmx_exit_handlers_fastpath() 7605 fastpath_t vmx_vcpu_run(struct kvm_vcpu *vcpu, u64 run_flags) in vmx_vcpu_run()
|
| /linux/arch/x86/kvm/ |
| H A D | x86.h | 475 fastpath_t handle_fastpath_wrmsr(struct kvm_vcpu *vcpu); 476 fastpath_t handle_fastpath_wrmsr_imm(struct kvm_vcpu *vcpu, u32 msr, int reg); 477 fastpath_t handle_fastpath_hlt(struct kvm_vcpu *vcpu); 478 fastpath_t handle_fastpath_invd(struct kvm_vcpu *vcpu);
|
| H A D | x86.c | 2218 fastpath_t handle_fastpath_invd(struct kvm_vcpu *vcpu) in handle_fastpath_invd() 2277 static fastpath_t __handle_fastpath_wrmsr(struct kvm_vcpu *vcpu, u32 msr, u64 data) in __handle_fastpath_wrmsr() 2303 fastpath_t handle_fastpath_wrmsr(struct kvm_vcpu *vcpu) in handle_fastpath_wrmsr() 2310 fastpath_t handle_fastpath_wrmsr_imm(struct kvm_vcpu *vcpu, u32 msr, int reg) in handle_fastpath_wrmsr_imm() 11085 fastpath_t exit_fastpath; in vcpu_enter_guest() 11750 fastpath_t handle_fastpath_hlt(struct kvm_vcpu *vcpu) in handle_fastpath_hlt()
|
| /linux/arch/x86/kvm/svm/ |
| H A D | svm.c | 3599 static int svm_handle_exit(struct kvm_vcpu *vcpu, fastpath_t exit_fastpath) in svm_handle_exit() 4225 static fastpath_t svm_exit_handlers_fastpath(struct kvm_vcpu *vcpu) in svm_exit_handlers_fastpath() 4288 static __no_kcsan fastpath_t svm_vcpu_run(struct kvm_vcpu *vcpu, u64 run_flags) in svm_vcpu_run()
|
| /linux/arch/x86/include/asm/ |
| H A D | kvm_host.h | 231 typedef enum exit_fastpath_completion fastpath_t; typedef
|