Searched refs:SPR_DSISR (Results 1 – 13 of 13) sorted by relevance
/openbmc/qemu/target/ppc/ |
H A D | mmu-hash32.c | 152 env->spr[SPR_DSISR] = 0x06000000; in ppc_hash32_direct_store() 154 env->spr[SPR_DSISR] = 0x04000000; in ppc_hash32_direct_store() 172 env->spr[SPR_DSISR] = 0x06100000; in ppc_hash32_direct_store() 174 env->spr[SPR_DSISR] = 0x04100000; in ppc_hash32_direct_store() 196 env->spr[SPR_DSISR] = 0x0a000000; in ppc_hash32_direct_store() 198 env->spr[SPR_DSISR] = 0x08000000; in ppc_hash32_direct_store() 331 env->spr[SPR_DSISR] = 0x0a000000; in ppc_hash32_xlate() 374 env->spr[SPR_DSISR] = 0x42000000; in ppc_hash32_xlate() 376 env->spr[SPR_DSISR] = 0x40000000; in ppc_hash32_xlate() 401 env->spr[SPR_DSISR] = 0x0a000000; in ppc_hash32_xlate() [all …]
|
H A D | user_only_helper.c | 50 env->spr[SPR_DSISR] = error_code; in ppc_cpu_record_sigsegv()
|
H A D | mmu_common.c | 757 env->spr[SPR_DSISR] = 0x0A000000; in ppc_6xx_xlate() 759 env->spr[SPR_DSISR] = 0x08000000; in ppc_6xx_xlate() 777 env->spr[SPR_DSISR] = 0x06000000; in ppc_6xx_xlate() 779 env->spr[SPR_DSISR] = 0x04000000; in ppc_6xx_xlate() 788 env->spr[SPR_DSISR] = 0x06100000; in ppc_6xx_xlate() 790 env->spr[SPR_DSISR] = 0x04100000; in ppc_6xx_xlate()
|
H A D | excp_helper.c | 622 trace_ppc_excp_dsi(env->spr[SPR_DSISR], env->spr[SPR_DAR]); in powerpc_excp_6xx() 637 env->spr[SPR_DSISR] |= (env->error_code & 0x03FF0000) >> 16; in powerpc_excp_6xx() 763 trace_ppc_excp_dsi(env->spr[SPR_DSISR], env->spr[SPR_DAR]); in powerpc_excp_7xx() 778 env->spr[SPR_DSISR] |= (env->error_code & 0x03FF0000) >> 16; in powerpc_excp_7xx() 913 trace_ppc_excp_dsi(env->spr[SPR_DSISR], env->spr[SPR_DAR]); in powerpc_excp_74xx() 928 env->spr[SPR_DSISR] |= (env->error_code & 0x03FF0000) >> 16; in powerpc_excp_74xx() 1390 trace_ppc_excp_dsi(env->spr[SPR_DSISR], env->spr[SPR_DAR]); in powerpc_excp_books() 1422 env->spr[SPR_DSISR] |= (env->error_code & 0x03FF0000) >> 16; in powerpc_excp_books() 3172 env->spr[SPR_DSISR] = PPC_BIT(57); in ppc_cpu_do_transaction_failed() 3214 env->spr[SPR_DSISR] = PPC_BIT(41); in ppc_cpu_debug_excp_handler()
|
H A D | mmu-radix64.c | 166 env->spr[SPR_DSISR] = cause; in ppc_radix64_raise_si()
|
H A D | helper_regs.c | 545 spr_register_kvm(env, SPR_DSISR, "DSISR", in register_non_embedded_sprs()
|
H A D | mmu-hash64.c | 859 env->spr[SPR_DSISR] = dsisr; in ppc_hash64_set_dsi()
|
H A D | cpu.h | 1730 #define SPR_DSISR (0x012) macro
|
H A D | cpu_init.c | 1263 spr_register_kvm(env, SPR_DSISR, "DSISR", in register_5xx_8xx_sprs() 7757 env->spr[SPR_DAR], env->spr[SPR_DSISR]); in ppc_cpu_dump_state()
|
/openbmc/u-boot/include/bedbug/ |
H A D | regs.h | 14 #define SPR_DSISR 18 macro
|
H A D | tables.h | 487 { SPR_DSISR, "DSISR" },
|
/openbmc/qemu/hw/ppc/ |
H A D | spapr_events.c | 757 uint64_t dsisr = env->spr[SPR_DSISR]; in spapr_mce_get_elog_type()
|
H A D | spapr_nested.c | 199 save->dsisr = env->spr[SPR_DSISR]; in nested_save_state() 298 env->spr[SPR_DSISR] = load->dsisr; in nested_load_state()
|