Searched refs:PRTS_MASK (Results 1 – 4 of 4) sorted by relevance
62 #define PRTS_MASK 0x1f /* process table size field */ macro
547 if ((ptcr & PRTS_MASK) > 12 - 8 || in kvmhv_set_partition_table()648 if (gp->l1_lpid < (1ul << ((kvm->arch.l1_ptcr & PRTS_MASK) + 8))) { in kvmhv_update_ptbl_cache()797 l1_lpid >= (1ul << ((kvm->arch.l1_ptcr & PRTS_MASK) + 12 - 4))) in kvmhv_get_nested()
235 if ((table & PRTS_MASK) > 24) in kvmppc_mmu_radix_translate_table()237 size = 1ul << ((table & PRTS_MASK) + 12); in kvmppc_mmu_radix_translate_table()
5737 if ((cfg->process_table & PRTS_MASK) > 24) in kvmhv_configure_mmu()