Home
last modified time | relevance | path

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

/qemu/target/ppc/
H A Dexcp_helper.c40 case POWERPC_EXCP_CRITICAL: return "CRITICAL"; in powerpc_excp_name()
432 case POWERPC_EXCP_CRITICAL: /* Critical input */ in powerpc_excp_40x()
539 case POWERPC_EXCP_CRITICAL: /* Critical input */ in powerpc_excp_6xx()
990 case POWERPC_EXCP_CRITICAL: /* Critical input */ in powerpc_excp_booke()
2361 powerpc_excp(cpu, POWERPC_EXCP_CRITICAL); in ppc_deliver_interrupt()
H A Dcpu_init.c1661 env->excp_vectors[POWERPC_EXCP_CRITICAL] = 0x00000100; in init_excp_4xx()
1750 env->excp_vectors[POWERPC_EXCP_CRITICAL] = 0x00000A00; in init_excp_G2()
1767 env->excp_vectors[POWERPC_EXCP_CRITICAL] = 0x00000000; in init_excp_e200()
1802 env->excp_vectors[POWERPC_EXCP_CRITICAL] = 0x00000000; in init_excp_BookE()
H A Dcpu.h70 POWERPC_EXCP_CRITICAL = 0, /* Critical input */ enumerator
H A Dkvm.c1072 kvm_sync_excp(env, POWERPC_EXCP_CRITICAL, SPR_BOOKE_IVOR0); in kvmppc_get_booke_sregs()
/qemu/linux-user/ppc/
H A Dcpu_loop.c87 case POWERPC_EXCP_CRITICAL: /* Critical input */ in cpu_loop()