Lines Matching defs:exception_index
364 int handle_exit(struct kvm_vcpu *vcpu, int exception_index)
368 if (ARM_SERROR_PENDING(exception_index)) {
376 exception_index = ARM_EXCEPTION_CODE(exception_index);
378 switch (exception_index) {
401 exception_index);
408 void handle_exit_early(struct kvm_vcpu *vcpu, int exception_index)
410 if (ARM_SERROR_PENDING(exception_index)) {
422 exception_index = ARM_EXCEPTION_CODE(exception_index);
424 if (exception_index == ARM_EXCEPTION_EL1_SERROR)