Home
last modified time | relevance | path

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

/openbmc/qemu/target/ppc/
H A Dmisc_helper.c177 target_ulong ptcr_mask = PTCR_PATB | PTCR_PATS; in helper_store_ptcr() local
185 if (val & ~ptcr_mask) { in helper_store_ptcr()
187 val & ~ptcr_mask); in helper_store_ptcr()
188 val &= ptcr_mask; in helper_store_ptcr()