CAUSEB_CE        1356 arch/mips/kernel/traps.c 	cpid = (regs->cp0_cause >> CAUSEB_CE) & 3;
CAUSEB_CE        2269 arch/mips/kvm/emulate.c 	kvm_change_c0_guest_cause(cop0, (CAUSEF_CE), (0x1 << CAUSEB_CE));
CAUSEB_CE        2685 arch/mips/kvm/emulate.c 			if (((cause & CAUSEF_CE) >> CAUSEB_CE) == 0)
CAUSEB_CE          76 arch/mips/kvm/trap_emul.c 	if (((cause & CAUSEF_CE) >> CAUSEB_CE) == 1) {
CAUSEB_CE        1473 arch/mips/kvm/vz.c 	if (((cause & CAUSEF_CE) >> CAUSEB_CE) == 1) {