Searched refs:POWERPC_EXCP_IABR (Results 1 – 4 of 4) sorted by relevance
303 case POWERPC_EXCP_IABR: /* Instruction address breakpoint */ in cpu_loop()
1686 env->excp_vectors[POWERPC_EXCP_IABR] = 0x00001C00; in init_excp_MPC5xx()1717 env->excp_vectors[POWERPC_EXCP_IABR] = 0x00001C00; in init_excp_MPC8xx()1745 env->excp_vectors[POWERPC_EXCP_IABR] = 0x00001300; in init_excp_G2()1831 env->excp_vectors[POWERPC_EXCP_IABR] = 0x00001300; in init_excp_603()1853 env->excp_vectors[POWERPC_EXCP_IABR] = 0x00001300; in init_excp_604()1875 env->excp_vectors[POWERPC_EXCP_IABR] = 0x00001300; in init_excp_7x0()1898 env->excp_vectors[POWERPC_EXCP_IABR] = 0x00001300; in init_excp_750cl()1920 env->excp_vectors[POWERPC_EXCP_IABR] = 0x00001300; in init_excp_750cx()1946 env->excp_vectors[POWERPC_EXCP_IABR] = 0x00001300; in init_excp_7x5()1970 env->excp_vectors[POWERPC_EXCP_IABR] = 0x00001300; in init_excp_7400()[all …]
87 case POWERPC_EXCP_IABR: return "IABR"; in powerpc_excp_name()706 case POWERPC_EXCP_IABR: /* Instruction address breakpoint */ in powerpc_excp_6xx()856 case POWERPC_EXCP_IABR: /* Instruction address breakpoint */ in powerpc_excp_7xx()999 case POWERPC_EXCP_IABR: /* Instruction address breakpoint */ in powerpc_excp_74xx()
118 POWERPC_EXCP_IABR = 83, /* Instruction address breakpoint */ enumerator