Searched refs:fastpath_t (Results 1 – 8 of 8) sorted by relevance
| /arch/x86/kvm/vmx/ |
| 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); 136 fastpath_t tdx_vcpu_run(struct kvm_vcpu *vcpu, u64 run_flags);
|
| A D | main.c | 146 static fastpath_t vt_vcpu_run(struct kvm_vcpu *vcpu, u64 run_flags) in vt_vcpu_run()
|
| A D | tdx.c | 960 static fastpath_t tdx_exit_handlers_fastpath(struct kvm_vcpu *vcpu) in tdx_exit_handlers_fastpath() 1026 fastpath_t tdx_vcpu_run(struct kvm_vcpu *vcpu, u64 run_flags) in tdx_vcpu_run() 2037 int tdx_handle_exit(struct kvm_vcpu *vcpu, fastpath_t fastpath) in tdx_handle_exit()
|
| A D | vmx.c | 5903 static fastpath_t handle_fastpath_preemption_timer(struct kvm_vcpu *vcpu, in handle_fastpath_preemption_timer() 6369 static int __vmx_handle_exit(struct kvm_vcpu *vcpu, fastpath_t exit_fastpath) in __vmx_handle_exit() 6530 int vmx_handle_exit(struct kvm_vcpu *vcpu, fastpath_t exit_fastpath) in vmx_handle_exit() 7160 static fastpath_t vmx_exit_handlers_fastpath(struct kvm_vcpu *vcpu, in vmx_exit_handlers_fastpath() 7250 fastpath_t vmx_vcpu_run(struct kvm_vcpu *vcpu, u64 run_flags) in vmx_vcpu_run()
|
| /arch/x86/kvm/ |
| A D | x86.h | 440 fastpath_t handle_fastpath_set_msr_irqoff(struct kvm_vcpu *vcpu); 441 fastpath_t handle_fastpath_hlt(struct kvm_vcpu *vcpu);
|
| A D | x86.c | 2166 fastpath_t handle_fastpath_set_msr_irqoff(struct kvm_vcpu *vcpu) in handle_fastpath_set_msr_irqoff() 2170 fastpath_t ret; in handle_fastpath_set_msr_irqoff() 10646 fastpath_t exit_fastpath; in vcpu_enter_guest() 11292 fastpath_t handle_fastpath_hlt(struct kvm_vcpu *vcpu) in handle_fastpath_hlt()
|
| /arch/x86/kvm/svm/ |
| A D | svm.c | 3559 static int svm_handle_exit(struct kvm_vcpu *vcpu, fastpath_t exit_fastpath) in svm_handle_exit() 4181 static fastpath_t svm_exit_handlers_fastpath(struct kvm_vcpu *vcpu) in svm_exit_handlers_fastpath() 4234 static __no_kcsan fastpath_t svm_vcpu_run(struct kvm_vcpu *vcpu, u64 run_flags) in svm_vcpu_run()
|
| /arch/x86/include/asm/ |
| A D | kvm_host.h | 223 typedef enum exit_fastpath_completion fastpath_t; typedef
|
Completed in 66 milliseconds