Searched defs:sprn (Results 1 – 4 of 4) sorted by relevance
/qemu/target/ppc/ |
H A D | power8-pmu.c | 24 static bool pmc_has_overflow_enabled(CPUPPCState *env, int sprn) in pmc_has_overflow_enabled() 204 int sprn, cyc_cnt = env->pmc_cyc_cnt; in pmu_update_cycles() local 224 static QEMUTimer *get_cyc_overflow_timer(CPUPPCState *env, int sprn) in get_cyc_overflow_timer() 229 static void pmc_update_overflow_timer(CPUPPCState *env, int sprn) in pmc_update_overflow_timer() 264 int sprn; in pmu_update_overflow_timers() local 278 int sprn; in pmu_delete_timers() local 317 target_ulong helper_read_pmc(CPUPPCState *env, uint32_t sprn) in helper_read_pmc() 324 void helper_store_pmc(CPUPPCState *env, uint32_t sprn, uint64_t value) in helper_store_pmc() 390 int i, sprn; in cpu_ppc_pmu_init() local
|
H A D | translate.c | 408 void spr_noaccess(DisasContext *ctx, int gprn, int sprn) in spr_noaccess() 422 static void spr_load_dump_spr(int sprn) in spr_load_dump_spr() 430 void spr_read_generic(DisasContext *ctx, int gprn, int sprn) in spr_read_generic() 436 static void spr_store_dump_spr(int sprn) in spr_store_dump_spr() 444 void spr_write_generic(DisasContext *ctx, int sprn, int gprn) in spr_write_generic() 450 void spr_write_generic32(DisasContext *ctx, int sprn, int gprn) in spr_write_generic32() 462 void spr_core_write_generic(DisasContext *ctx, int sprn, int gprn) in spr_core_write_generic() 478 void spr_core_write_generic32(DisasContext *ctx, int sprn, int gprn) in spr_core_write_generic32() 497 void spr_core_lpar_write_generic(DisasContext *ctx, int sprn, int gprn) in spr_core_lpar_write_generic() 506 static void spr_write_CTRL_ST(DisasContext *ctx, int sprn, int gprn) in spr_write_CTRL_ST() [all …]
|
H A D | misc_helper.c | 34 void helper_load_dump_spr(CPUPPCState *env, uint32_t sprn) in helper_load_dump_spr() 40 void helper_store_dump_spr(CPUPPCState *env, uint32_t sprn) in helper_store_dump_spr() 46 void helper_spr_core_write_generic(CPUPPCState *env, uint32_t sprn, in helper_spr_core_write_generic() 63 void helper_spr_write_CTRL(CPUPPCState *env, uint32_t sprn, in helper_spr_write_CTRL() 102 uint32_t sprn, uint32_t cause, in raise_fu_exception() 127 uint32_t sprn, uint32_t cause) in helper_fscr_facility_check() 139 uint32_t sprn, uint32_t cause) in helper_msr_facility_check() 154 uint32_t sprn, uint32_t cause) in helper_mmcr0_facility_check()
|
H A D | internal.h | 131 uint32_t sprn = _SPR(opcode); in SPR() local
|