Lines Matching defs:exception_index
240 int handle_exit(struct kvm_vcpu *vcpu, int exception_index)
244 if (ARM_SERROR_PENDING(exception_index)) {
261 exception_index = ARM_EXCEPTION_CODE(exception_index);
263 switch (exception_index) {
286 exception_index);
293 void handle_exit_early(struct kvm_vcpu *vcpu, int exception_index)
295 if (ARM_SERROR_PENDING(exception_index)) {
307 exception_index = ARM_EXCEPTION_CODE(exception_index);
309 if (exception_index == ARM_EXCEPTION_EL1_SERROR)