Home
last modified time | relevance | path

Searched refs:EXCCODE_TR (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/arch/mips/kvm/
H A Dmips.c1320 case EXCCODE_TR: in kvm_mips_handle_exit()
H A Demulate.c2740 (EXCCODE_TR << CAUSEB_EXCCODE)); in kvm_mips_emulate_trap_exc()
3143 case EXCCODE_TR: in kvm_mips_check_privilege()
/OK3568_Linux_fs/kernel/arch/mips/kernel/
H A Dtraps.c2495 set_except_vector(EXCCODE_TR, handle_tr); in trap_init()
/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Dmipsregs.h467 #define EXCCODE_TR 13 /* Trap instruction */ macro