Home
last modified time | relevance | path

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

/arch/mips/kvm/
Dmips.c1315 case EXCCODE_BP: in kvm_mips_handle_exit()
Demulate.c2706 (EXCCODE_BP << CAUSEB_EXCCODE)); in kvm_mips_emulate_bp_exc()
3141 case EXCCODE_BP: in kvm_mips_check_privilege()
/arch/mips/kernel/
Dtraps.c2480 set_except_vector(EXCCODE_BP, handle_bp); in trap_init()
/arch/mips/include/asm/
Dmipsregs.h463 #define EXCCODE_BP 9 /* Breakpoint */ macro