H A D | translate.c | 3236 static bool do_wr_special(DisasContext *dc, arg_r_r_ri *a, bool priv, in do_wr_special() function 3273 TRANS(WRY, ALL, do_wr_special, a, true, do_wry) in TRANS() argument 3388 TRANS(WRPOWERDOWN, POWERDOWN, do_wr_special, a, supervisor(dc), do_wrpowerdown) in TRANS() argument 3399 TRANS(WRMWAIT, VIS4, do_wr_special, a, true, do_wrmwait) in TRANS() argument 3574 TRANS(WRPR_gl, GL, do_wr_special, a, supervisor(dc), do_wrgl) in TRANS() argument 3582 TRANS(WRPR_strand_status, HYPV, do_wr_special, a, hypervisor(dc), do_wrssr) in TRANS() argument 3592 TRANS(WRHPR_hpstate, HYPV, do_wr_special, a, hypervisor(dc), do_wrhpstate) in TRANS() argument 3608 TRANS(WRHPR_htstate, HYPV, do_wr_special, a, hypervisor(dc), do_wrhtstate) in TRANS() argument 3615 TRANS(WRHPR_hintp, HYPV, do_wr_special, a, hypervisor(dc), do_wrhintp) in TRANS() argument 3622 TRANS(WRHPR_htba, HYPV, do_wr_special, a, hypervisor(dc), do_wrhtba) in TRANS() argument [all …]
|