Home
last modified time | relevance | path

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

/openbmc/qemu/target/ppc/
H A Dtranslate.c74 static TCGv cpu_reserve; variable
143 cpu_reserve = tcg_global_mem_new(tcg_env, in ppc_translate_init()
2940 tcg_gen_mov_tl(cpu_reserve, t0); in gen_load_locked()
3178 tcg_gen_brcond_tl(TCG_COND_NE, EA, cpu_reserve, lfail); in gen_conditional_store()
3181 tcg_gen_atomic_cmpxchg_tl(t0, cpu_reserve, cpu_reserve_val, in gen_conditional_store()
3190 tcg_gen_movi_tl(cpu_reserve, -1); in gen_conditional_store()
3234 tcg_gen_mov_tl(cpu_reserve, EA); in STCX()
3261 tcg_gen_brcond_tl(TCG_COND_NE, EA, cpu_reserve, lfail); in gen_stqcx_()
3272 tcg_gen_atomic_cmpxchg_i128(val, cpu_reserve, cmp, val, ctx->mem_idx, in gen_stqcx_()
3289 tcg_gen_movi_tl(cpu_reserve, -1); in gen_stqcx_()