Home
last modified time | relevance | path

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

/openbmc/linux/arch/loongarch/include/asm/
H A Dexception.h34 asmlinkage void handle_ri(void);
/openbmc/linux/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.c86 extern asmlinkage void handle_ri(void);
2480 set_except_vector(EXCCODE_RI, handle_ri); in trap_init()
/openbmc/linux/arch/loongarch/kernel/
H A Dtraps.c1158 set_handler(EXCCODE_INE * VECSIZE, handle_ri, VECSIZE); in trap_init()
1159 set_handler(EXCCODE_IPE * VECSIZE, handle_ri, VECSIZE); in trap_init()
/openbmc/linux/arch/s390/kvm/
H A Dpriv.c32 static int handle_ri(struct kvm_vcpu *vcpu) in handle_ri() function
48 return handle_ri(vcpu); in kvm_s390_handle_aa()
1460 return handle_ri(vcpu); in kvm_s390_handle_eb()