Searched refs:PTCR_PATS (Results 1 – 4 of 4) sorted by relevance
28 uint64_t pats = cpu->env.spr[SPR_PTCR] & PTCR_PATS; in ppc64_v3_get_pate()
29 #define PTCR_PATS 0x000000000000001FULL /* Partition Table Size */ macro
177 target_ulong ptcr_mask = PTCR_PATB | PTCR_PATS; in helper_store_ptcr()178 target_ulong patbsize = val & PTCR_PATS; in helper_store_ptcr()
43 pats = spapr->nested.ptcr & PTCR_PATS; in spapr_get_pate_nested_hv()