Home
last modified time | relevance | path

Searched refs:POWERPC_EXCP_DEBUG (Results 1 – 5 of 5) sorted by relevance

/qemu/target/ppc/
H A Dexcp_helper.c55 case POWERPC_EXCP_DEBUG: return "DEBUG"; in powerpc_excp_name()
500 case POWERPC_EXCP_DEBUG: /* Debug interrupt */ in powerpc_excp_40x()
1082 case POWERPC_EXCP_DEBUG: /* Debug interrupt */ in powerpc_excp_booke()
H A Dcpu.h85 POWERPC_EXCP_DEBUG = 15, /* Debug interrupt */ enumerator
H A Dcpu_init.c1674 env->excp_vectors[POWERPC_EXCP_DEBUG] = 0x00002000; in init_excp_4xx()
1782 env->excp_vectors[POWERPC_EXCP_DEBUG] = 0x00000000; in init_excp_e200()
1817 env->excp_vectors[POWERPC_EXCP_DEBUG] = 0x00000000; in init_excp_BookE()
H A Dkvm.c1102 kvm_sync_excp(env, POWERPC_EXCP_DEBUG, SPR_BOOKE_IVOR15); in kvmppc_get_booke_sregs()
H A Dtranslate.c375 tcg_constant_i32(POWERPC_EXCP_DEBUG)); in gen_debug_exception()