Lines Matching defs:vcpu
30 static void kvm_handle_guest_serror(struct kvm_vcpu *vcpu, u32 esr) in kvm_handle_guest_serror()
36 static int handle_hvc(struct kvm_vcpu *vcpu) in handle_hvc()
53 static int handle_smc(struct kvm_vcpu *vcpu) in handle_smc()
72 static int handle_no_fpsimd(struct kvm_vcpu *vcpu) in handle_no_fpsimd()
90 static int kvm_handle_wfx(struct kvm_vcpu *vcpu) in kvm_handle_wfx()
119 static int kvm_handle_guest_debug(struct kvm_vcpu *vcpu) in kvm_handle_guest_debug()
147 static int kvm_handle_unknown_ec(struct kvm_vcpu *vcpu) in kvm_handle_unknown_ec()
158 static int handle_sve(struct kvm_vcpu *vcpu) in handle_sve()
170 static int kvm_handle_ptrauth(struct kvm_vcpu *vcpu) in kvm_handle_ptrauth()
201 static exit_handle_fn kvm_get_exit_handler(struct kvm_vcpu *vcpu) in kvm_get_exit_handler()
215 static int handle_trap_exceptions(struct kvm_vcpu *vcpu) in handle_trap_exceptions()
240 int handle_exit(struct kvm_vcpu *vcpu, int exception_index) in handle_exit()
293 void handle_exit_early(struct kvm_vcpu *vcpu, int exception_index) in handle_exit_early()