Home
last modified time | relevance | path

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

/openbmc/qemu/target/ppc/
H A Dmmu-book3s-v3.c28 uint64_t pats = cpu->env.spr[SPR_PTCR] & PTCR_PATS; in ppc64_v3_get_pate()
H A Dmmu-book3s-v3.h29 #define PTCR_PATS 0x000000000000001FULL /* Partition Table Size */ macro
H A Dmisc_helper.c177 target_ulong ptcr_mask = PTCR_PATB | PTCR_PATS; in helper_store_ptcr()
178 target_ulong patbsize = val & PTCR_PATS; in helper_store_ptcr()
/openbmc/qemu/hw/ppc/
H A Dspapr_nested.c43 pats = spapr->nested.ptcr & PTCR_PATS; in spapr_get_pate_nested_hv()