Searched refs:oea_write (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/target/ppc/ |
H A D | spr_common.h | 47 SYS_ARG(spr_callback *oea_write) 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 67 oea_write, oea_read, oea_write, one_reg_id, ival) 71 oea_read, oea_write, hea_read, hea_write, ival) \ argument 73 oea_write, hea_read, hea_write, 0, ival) 76 oea_read, oea_write, ival) \ argument 78 oea_read, oea_write, 0, ival)
|
H A D | helper_regs.c | 400 SYS_ARG(spr_callback *oea_write) in _spr_register() 421 spr->oea_write = oea_write; in _spr_register()
|
H A D | cpu.h | 312 void (*oea_write)(DisasContext *ctx, int spr_num, int gpr_num); member
|
H A D | translate.c | 4281 write_cb = ctx->spr_cb[sprn].oea_write; in gen_mtspr()
|