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.c29 uint64_t pats = cpu->env.spr[SPR_PTCR] & PTCR_PATS; in ppc64_v3_get_pate()
H A Dmmu-book3s-v3.h32 #define PTCR_PATS 0x000000000000001FULL /* Partition Table Size */ macro
H A Dmisc_helper.c169 target_ulong ptcr_mask = PTCR_PATB | PTCR_PATS; in helper_store_ptcr()
170 target_ulong patbsize = val & PTCR_PATS; in helper_store_ptcr()
/openbmc/qemu/hw/ppc/
H A Dspapr.c1385 pats = spapr->nested_ptcr & PTCR_PATS; in spapr_get_pate()