Searched refs:handle_ri (Results 1 - 5 of 5) sorted by relevance

/linux-master/arch/loongarch/include/asm/
H A Dexception.h36 asmlinkage void handle_ri(void);
/linux-master/arch/mips/kernel/
H A Dgenex.S606 bltz k1, handle_ri /* slow path */
633 bnez k0, handle_ri
640 bne k0, k1, handle_ri /* if not ours */
H A Dtraps.c87 extern asmlinkage void handle_ri(void);
2444 set_except_vector(EXCCODE_RI, handle_ri);
/linux-master/arch/loongarch/kernel/
H A Dtraps.c71 [EXCCODE_INE] = handle_ri,
72 [EXCCODE_IPE] = handle_ri,
/linux-master/arch/s390/kvm/
H A Dpriv.c32 static int handle_ri(struct kvm_vcpu *vcpu) function
48 return handle_ri(vcpu);
1464 return handle_ri(vcpu);

Completed in 151 milliseconds