Lines Matching defs:exception_index
322 int handle_exit(struct kvm_vcpu *vcpu, int exception_index)
326 if (ARM_SERROR_PENDING(exception_index)) {
334 exception_index = ARM_EXCEPTION_CODE(exception_index);
336 switch (exception_index) {
359 exception_index);
366 void handle_exit_early(struct kvm_vcpu *vcpu, int exception_index)
368 if (ARM_SERROR_PENDING(exception_index)) {
380 exception_index = ARM_EXCEPTION_CODE(exception_index);
382 if (exception_index == ARM_EXCEPTION_EL1_SERROR)