Searched refs:oea_read (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/target/ppc/ |
H A D | spr_common.h | 46 SYS_ARG(spr_callback *oea_read) 55 oea_read, oea_write, hea_read, hea_write, \ argument 59 SYS_ARG(oea_read) SYS_ARG(oea_write) \ 65 oea_read, oea_write, one_reg_id, ival) \ argument 66 spr_register_kvm_hv(env, num, name, uea_read, uea_write, oea_read, \ 67 oea_write, oea_read, oea_write, one_reg_id, ival) 71 oea_read, oea_write, hea_read, hea_write, ival) \ argument 72 spr_register_kvm_hv(env, num, name, uea_read, uea_write, oea_read, \ 76 oea_read, oea_write, ival) \ argument 78 oea_read, oea_write, 0, ival)
|
H A D | helper_regs.c | 399 SYS_ARG(spr_callback *oea_read) in _spr_register() 420 spr->oea_read = oea_read; in _spr_register()
|
H A D | cpu.h | 311 void (*oea_read)(DisasContext *ctx, int gpr_num, int spr_num); member
|
H A D | translate.c | 4097 read_cb = ctx->spr_cb[sprn].oea_read; in gen_op_mfspr()
|