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.c75 static TCGv cpu_reserve; variable
144 cpu_reserve = tcg_global_mem_new(tcg_env, in ppc_translate_init()
3583 tcg_gen_mov_tl(cpu_reserve, t0); in gen_load_locked()
3821 tcg_gen_brcond_tl(TCG_COND_NE, EA, cpu_reserve, lfail); in gen_conditional_store()
3824 tcg_gen_atomic_cmpxchg_tl(t0, cpu_reserve, cpu_reserve_val, in gen_conditional_store()
3833 tcg_gen_movi_tl(cpu_reserve, -1); in gen_conditional_store()
3877 tcg_gen_mov_tl(cpu_reserve, EA); in STCX()
3904 tcg_gen_brcond_tl(TCG_COND_NE, EA, cpu_reserve, lfail); in gen_stqcx_()
3915 tcg_gen_atomic_cmpxchg_i128(val, cpu_reserve, cmp, val, ctx->mem_idx, in gen_stqcx_()
3932 tcg_gen_movi_tl(cpu_reserve, -1); in gen_stqcx_()