Lines Matching refs:excp

459 static void spapr_exit_nested_hv(PowerPCCPU *cpu, int excp)  in spapr_exit_nested_hv()  argument
485 env->gpr[3] = env->excp_vectors[excp]; /* hcall return value */ in spapr_exit_nested_hv()
509 if (excp == POWERPC_EXCP_HDSI) { in spapr_exit_nested_hv()
513 } else if (excp == POWERPC_EXCP_HISI) { in spapr_exit_nested_hv()
548 if (excp == POWERPC_EXCP_MCHECK || in spapr_exit_nested_hv()
549 excp == POWERPC_EXCP_RESET || in spapr_exit_nested_hv()
550 excp == POWERPC_EXCP_SYSCALL) { in spapr_exit_nested_hv()
1540 static void exit_nested_store_l2(PowerPCCPU *cpu, int excp, in exit_nested_store_l2() argument
1560 if (excp == POWERPC_EXCP_MCHECK || in exit_nested_store_l2()
1561 excp == POWERPC_EXCP_RESET || in exit_nested_store_l2()
1562 excp == POWERPC_EXCP_SYSCALL) { in exit_nested_store_l2()
1571 if ((excp != POWERPC_EXCP_HDSI) && (excp != POWERPC_EXCP_HISI)) { in exit_nested_store_l2()
1573 } else if (excp != POWERPC_EXCP_HDSI) { in exit_nested_store_l2()
1677 void spapr_exit_nested_papr(SpaprMachineState *spapr, PowerPCCPU *cpu, int excp) in spapr_exit_nested_papr() argument
1682 target_ulong r3_return = env->excp_vectors[excp]; /* hcall return value */ in spapr_exit_nested_papr()
1694 exit_nested_store_l2(cpu, excp, vcpu); in spapr_exit_nested_papr()
1711 void spapr_exit_nested(PowerPCCPU *cpu, int excp) in spapr_exit_nested() argument
1718 spapr_exit_nested_hv(cpu, excp); in spapr_exit_nested()
1720 spapr_exit_nested_papr(spapr, cpu, excp); in spapr_exit_nested()
1863 void spapr_exit_nested(PowerPCCPU *cpu, int excp) in spapr_exit_nested() argument