Home
last modified time | relevance | path

Searched refs:hea_read (Results 1 – 4 of 4) sorted by relevance

/qemu/target/ppc/
H A Dspr_common.h48 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 Dhelper_regs.c401 SYS_ARG(spr_callback *hea_read) in _spr_register()
422 spr->hea_read = hea_read; in _spr_register()
H A Dcpu.h312 void (*hea_read)(DisasContext *ctx, int gpr_num, int spr_num); member
H A Dtranslate.c4077 read_cb = ctx->spr_cb[sprn].hea_read; in gen_op_mfspr()