Home
last modified time | relevance | path

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

/openbmc/qemu/target/ppc/
H A Dmmu-book3s-v3.h55 #define TLBIE_F_RIC_SHIFT 0 macro
60 #define TLBIE_F_RIC_MASK (3 << TLBIE_F_RIC_SHIFT)
H A Dmmu_helper.c423 unsigned ric = (flags & TLBIE_F_RIC_MASK) >> TLBIE_F_RIC_SHIFT; in helper_tlbie_isa300()
/openbmc/qemu/target/ppc/translate/
H A Dstorage-ctrl-impl.c.inc223 tcg_constant_i32(a->ric << TLBIE_F_RIC_SHIFT |