Searched defs:gprn (Results 1 – 2 of 2) sorted by relevance
/qemu/target/ppc/ |
H A D | translate.c | 408 void spr_noaccess(DisasContext *ctx, int gprn, int sprn) in spr_noaccess() 430 void spr_read_generic(DisasContext *ctx, int gprn, int sprn) in spr_read_generic() 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() 517 void spr_write_CTRL(DisasContext *ctx, int sprn, int gprn) in spr_write_CTRL() 543 void spr_write_clear(DisasContext *ctx, int sprn, int gprn) in spr_write_clear() [all …]
|
H A D | cpu.h | 1653 static inline uint64_t ppc_dump_gpr(CPUPPCState *env, int gprn) in ppc_dump_gpr()
|