Searched refs:hea_write (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/target/ppc/ |
H A D | spr_common.h | 49 SYS_ARG(spr_callback *hea_write) 55 oea_read, oea_write, hea_read, hea_write, \ argument 60 SYS_ARG(hea_read) SYS_ARG(hea_write) \ 71 oea_read, oea_write, hea_read, hea_write, ival) \ argument 73 oea_write, hea_read, hea_write, 0, ival)
|
H A D | helper_regs.c | 402 SYS_ARG(spr_callback *hea_write) in _spr_register() 423 spr->hea_write = hea_write; in _spr_register()
|
H A D | cpu.h | 314 void (*hea_write)(DisasContext *ctx, int spr_num, int gpr_num); member
|
H A D | translate.c | 4279 write_cb = ctx->spr_cb[sprn].hea_write; in gen_mtspr()
|