Lines Matching defs:vcpu
29 static void kvm_handle_guest_serror(struct kvm_vcpu *vcpu, u32 esr) in kvm_handle_guest_serror()
35 static int handle_hvc(struct kvm_vcpu *vcpu) in handle_hvc()
52 static int handle_smc(struct kvm_vcpu *vcpu) in handle_smc()
71 static int handle_no_fpsimd(struct kvm_vcpu *vcpu) in handle_no_fpsimd()
89 static int kvm_handle_wfx(struct kvm_vcpu *vcpu) in kvm_handle_wfx()
118 static int kvm_handle_guest_debug(struct kvm_vcpu *vcpu) in kvm_handle_guest_debug()
146 static int kvm_handle_unknown_ec(struct kvm_vcpu *vcpu) in kvm_handle_unknown_ec()
157 static int handle_sve(struct kvm_vcpu *vcpu) in handle_sve()
169 static int kvm_handle_ptrauth(struct kvm_vcpu *vcpu) in kvm_handle_ptrauth()
200 static exit_handle_fn kvm_get_exit_handler(struct kvm_vcpu *vcpu) in kvm_get_exit_handler()
214 static int handle_trap_exceptions(struct kvm_vcpu *vcpu) in handle_trap_exceptions()
239 int handle_exit(struct kvm_vcpu *vcpu, int exception_index) in handle_exit()
283 void handle_exit_early(struct kvm_vcpu *vcpu, int exception_index) in handle_exit_early()