Searched refs:hea_read (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/target/ppc/ |
H A D | spr_common.h | 48 SYS_ARG(spr_callback *hea_read) 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 | 401 SYS_ARG(spr_callback *hea_read) in _spr_register() 422 spr->hea_read = hea_read; in _spr_register()
|
H A D | cpu.h | 313 void (*hea_read)(DisasContext *ctx, int gpr_num, int spr_num); member
|
H A D | translate.c | 4095 read_cb = ctx->spr_cb[sprn].hea_read; in gen_op_mfspr()
|