Searched refs:hdecr (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/hw/ppc/ |
H A D | ppc.c | 777 uint64_t hdecr; in _cpu_ppc_load_hdecr() local 779 hdecr = __cpu_ppc_load_decr(env, now, tb_env->hdecr_next); in _cpu_ppc_load_hdecr() 786 return sextract64(hdecr, 0, pcc->lrg_decr_bits); in _cpu_ppc_load_hdecr() 788 return (uint32_t) hdecr; in _cpu_ppc_load_hdecr() 936 target_ulong hdecr, target_ulong value, in _cpu_ppc_store_hdecr() argument 946 hdecr, value, nr_bits); in _cpu_ppc_store_hdecr() 955 target_ulong hdecr; in cpu_ppc_store_hdecr() local 958 hdecr = _cpu_ppc_load_hdecr(env, now); in cpu_ppc_store_hdecr() 959 _cpu_ppc_store_hdecr(cpu, now, hdecr, value, pcc->lrg_decr_bits); in cpu_ppc_store_hdecr()
|