Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/ppc/
H A Dcpu_loop.c303 case POWERPC_EXCP_IABR: /* Instruction address breakpoint */ in cpu_loop()
/openbmc/qemu/target/ppc/
H A Dcpu_init.c1685 env->excp_vectors[POWERPC_EXCP_IABR] = 0x00001C00; in init_excp_MPC5xx()
1716 env->excp_vectors[POWERPC_EXCP_IABR] = 0x00001C00; in init_excp_MPC8xx()
1744 env->excp_vectors[POWERPC_EXCP_IABR] = 0x00001300; in init_excp_G2()
1830 env->excp_vectors[POWERPC_EXCP_IABR] = 0x00001300; in init_excp_603()
1852 env->excp_vectors[POWERPC_EXCP_IABR] = 0x00001300; in init_excp_604()
1874 env->excp_vectors[POWERPC_EXCP_IABR] = 0x00001300; in init_excp_7x0()
1897 env->excp_vectors[POWERPC_EXCP_IABR] = 0x00001300; in init_excp_750cl()
1919 env->excp_vectors[POWERPC_EXCP_IABR] = 0x00001300; in init_excp_750cx()
1945 env->excp_vectors[POWERPC_EXCP_IABR] = 0x00001300; in init_excp_7x5()
1969 env->excp_vectors[POWERPC_EXCP_IABR] = 0x00001300; in init_excp_7400()
[all …]
H A Dexcp_helper.c87 case POWERPC_EXCP_IABR: return "IABR"; in powerpc_excp_name()
712 case POWERPC_EXCP_IABR: /* Instruction address breakpoint */ in powerpc_excp_6xx()
862 case POWERPC_EXCP_IABR: /* Instruction address breakpoint */ in powerpc_excp_7xx()
1005 case POWERPC_EXCP_IABR: /* Instruction address breakpoint */ in powerpc_excp_74xx()
H A Dcpu.h118 POWERPC_EXCP_IABR = 83, /* Instruction address breakpoint */ enumerator