Home
last modified time | relevance | path

Searched refs:POWERPC_EXCP_SYSCALL (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/target/ppc/
H A Dcpu_init.c1700 env->excp_vectors[POWERPC_EXCP_SYSCALL] = 0x00000C00; in init_excp_4xx()
1748 env->excp_vectors[POWERPC_EXCP_SYSCALL] = 0x00000C00; in init_excp_MPC5xx()
1775 env->excp_vectors[POWERPC_EXCP_SYSCALL] = 0x00000C00; in init_excp_MPC8xx()
1807 env->excp_vectors[POWERPC_EXCP_SYSCALL] = 0x00000C00; in init_excp_G2()
1831 env->excp_vectors[POWERPC_EXCP_SYSCALL] = 0x00000000; in init_excp_e500()
1866 env->excp_vectors[POWERPC_EXCP_SYSCALL] = 0x00000000; in init_excp_BookE()
1893 env->excp_vectors[POWERPC_EXCP_SYSCALL] = 0x00000C00; in init_excp_603()
1917 env->excp_vectors[POWERPC_EXCP_SYSCALL] = 0x00000C00; in init_excp_604()
1939 env->excp_vectors[POWERPC_EXCP_SYSCALL] = 0x00000C00; in init_excp_7x0()
1962 env->excp_vectors[POWERPC_EXCP_SYSCALL] = 0x00000C00; in init_excp_750cl()
[all …]
H A Dcpu.h78 POWERPC_EXCP_SYSCALL = 8, /* System call exception */ enumerator
/openbmc/qemu/hw/ppc/
H A Dspapr_nested.c550 excp == POWERPC_EXCP_SYSCALL) { in spapr_exit_nested_hv()
1626 excp == POWERPC_EXCP_SYSCALL) { in exit_nested_store_l2()