Home
last modified time | relevance | path

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

/openbmc/qemu/target/ppc/
H A Dexcp_helper.c60 case POWERPC_EXCP_DEBUG: return "DEBUG"; in powerpc_excp_name()
575 case POWERPC_EXCP_DEBUG: /* Debug interrupt */ in powerpc_excp_40x()
1157 case POWERPC_EXCP_DEBUG: /* Debug interrupt */ in powerpc_excp_booke()
H A Dcpu.h83 POWERPC_EXCP_DEBUG = 15, /* Debug interrupt */ enumerator
H A Dcpu_init.c1662 env->excp_vectors[POWERPC_EXCP_DEBUG] = 0x00002000; in init_excp_4xx()
1770 env->excp_vectors[POWERPC_EXCP_DEBUG] = 0x00000000; in init_excp_e200()
1805 env->excp_vectors[POWERPC_EXCP_DEBUG] = 0x00000000; in init_excp_BookE()
H A Dkvm.c1095 kvm_sync_excp(env, POWERPC_EXCP_DEBUG, SPR_BOOKE_IVOR15); in kvmppc_get_booke_sregs()
H A Dtranslate.c374 tcg_constant_i32(POWERPC_EXCP_DEBUG)); in gen_debug_exception()