Home
last modified time | relevance | path

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

/openbmc/qemu/target/ppc/
H A Dmmu_helper.c342 void helper_store_sr(CPUPPCState *env, target_ulong srnum, target_ulong value) in helper_store_sr() argument
346 (int)srnum, value, env->sr[srnum]); in helper_store_sr()
353 esid = ((uint64_t)(srnum & 0xf) << 28) | SLB_ESID_V; in helper_store_sr()
360 ppc_store_slb(cpu, srnum, esid, vsid); in helper_store_sr()
363 if (env->sr[srnum] != value) { in helper_store_sr()
364 env->sr[srnum] = value; in helper_store_sr()
373 page = (16 << 20) * srnum; in helper_store_sr()