Home
last modified time | relevance | path

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

/qemu/linux-user/ppc/
H A Dcpu_loop.c303 case POWERPC_EXCP_IABR: /* Instruction address breakpoint */ in cpu_loop()
/qemu/target/ppc/
H A Dexcp_helper.c82 case POWERPC_EXCP_IABR: return "IABR"; in powerpc_excp_name()
637 case POWERPC_EXCP_IABR: /* Instruction address breakpoint */ in powerpc_excp_6xx()
787 case POWERPC_EXCP_IABR: /* Instruction address breakpoint */ in powerpc_excp_7xx()
930 case POWERPC_EXCP_IABR: /* Instruction address breakpoint */ in powerpc_excp_74xx()
H A Dcpu_init.c1697 env->excp_vectors[POWERPC_EXCP_IABR] = 0x00001C00; in init_excp_MPC5xx()
1728 env->excp_vectors[POWERPC_EXCP_IABR] = 0x00001C00; in init_excp_MPC8xx()
1756 env->excp_vectors[POWERPC_EXCP_IABR] = 0x00001300; in init_excp_G2()
1842 env->excp_vectors[POWERPC_EXCP_IABR] = 0x00001300; in init_excp_603()
1864 env->excp_vectors[POWERPC_EXCP_IABR] = 0x00001300; in init_excp_604()
1886 env->excp_vectors[POWERPC_EXCP_IABR] = 0x00001300; in init_excp_7x0()
1909 env->excp_vectors[POWERPC_EXCP_IABR] = 0x00001300; in init_excp_750cl()
1931 env->excp_vectors[POWERPC_EXCP_IABR] = 0x00001300; in init_excp_750cx()
1957 env->excp_vectors[POWERPC_EXCP_IABR] = 0x00001300; in init_excp_7x5()
1981 env->excp_vectors[POWERPC_EXCP_IABR] = 0x00001300; in init_excp_7400()
[all …]
H A Dcpu.h120 POWERPC_EXCP_IABR = 83, /* Instruction address breakpoint */ enumerator