Home
last modified time | relevance | path

Searched defs:do_wr_special (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/target/sparc/
H A Dtranslate.c3273 static bool do_wr_special(DisasContext *dc, arg_r_r_ri *a, bool priv, in do_wr_special() function
3309 TRANS(WRY, ALL, do_wr_special, a, true, do_wry) in TRANS() argument
3435 TRANS(WRPOWERDOWN, POWERDOWN, do_wr_special, a, supervisor(dc), do_wrpowerdown) in TRANS() argument
3446 TRANS(WRMWAIT, VIS4, do_wr_special, a, true, do_wrmwait) in TRANS() argument
3621 TRANS(WRPR_gl, GL, do_wr_special, a, supervisor(dc), do_wrgl) in TRANS() argument
3629 TRANS(WRPR_strand_status, HYPV, do_wr_special, a, hypervisor(dc), do_wrssr) in TRANS() argument
3639 TRANS(WRHPR_hpstate, HYPV, do_wr_special, a, hypervisor(dc), do_wrhpstate) in TRANS() argument
3655 TRANS(WRHPR_htstate, HYPV, do_wr_special, a, hypervisor(dc), do_wrhtstate) in TRANS() argument
3662 TRANS(WRHPR_hintp, HYPV, do_wr_special, a, hypervisor(dc), do_wrhintp) in TRANS() argument
3669 TRANS(WRHPR_htba, HYPV, do_wr_special, a, hypervisor(dc), do_wrhtba) in TRANS() argument
[all …]