HelenOS sources

epc               134 kernel/arch/mips32/include/arch/cp0.h GEN_READ_CP0(epc, 14);
epc               135 kernel/arch/mips32/include/arch/cp0.h GEN_WRITE_CP0(epc, 14);
epc                55 kernel/arch/mips32/include/arch/istate.h 	istate->epc = retaddr;
epc                66 kernel/arch/mips32/include/arch/istate.h 	return istate->epc;
epc               123 kernel/arch/mips32/include/arch/istate_struct.h 	uint32_t epc;
epc                41 kernel/arch/mips32/src/cache.c 	panic("cache_error exception (epc=%p).", (void *) istate->epc);
epc               340 kernel/arch/mips32/src/debugger.c 	uintptr_t fireaddr = istate->epc;
epc               396 kernel/arch/mips32/src/debugger.c 		istate->epc += 4;
epc                78 kernel/arch/mips32/src/exception.c 	    istate->epc, istate->status, istate->lo, istate->hi);
epc               121 kernel/arch/mips32/src/exception.c 	if (*((uint32_t *) istate->epc) == 0x7c03e83b) {
epc               123 kernel/arch/mips32/src/exception.c 		istate->epc += 4;
epc               139 kernel/arch/mips32/src/exception.c 	istate->epc += 4;
epc               134 uspace/lib/c/arch/mips32/include/libarch/cp0.h GEN_READ_CP0(epc, 14);
epc               135 uspace/lib/c/arch/mips32/include/libarch/cp0.h GEN_WRITE_CP0(epc, 14);
epc               128 uspace/lib/c/arch/mips32/include/libarch/elf_linux.h 	elf_regs->cp0_epc = istate->epc;
epc                55 uspace/lib/c/arch/mips32/include/libarch/istate.h 	istate->epc = retaddr;
epc                66 uspace/lib/c/arch/mips32/include/libarch/istate.h 	return istate->epc;
epc               123 uspace/lib/c/arch/mips32/include/libarch/istate_struct.h 	uint32_t epc;
HelenOS homepage, sources at GitHub