Searched refs:PRTS_MASK (Results 1 – 4 of 4) sorted by relevance
76 #define PRTS_MASK 0x1f /* process table size field */ macro
455 if ((ptcr & PRTS_MASK) > 12 - 8 || in kvmhv_set_partition_table()552 if (gp->l1_lpid < (1ul << ((kvm->arch.l1_ptcr & PRTS_MASK) + 8))) in kvmhv_update_ptbl_cache()698 l1_lpid >= (1ul << ((kvm->arch.l1_ptcr & PRTS_MASK) + 12 - 4))) in kvmhv_get_nested()
229 if ((table & PRTS_MASK) > 24) in kvmppc_mmu_radix_translate_table()231 size = 1ul << ((table & PRTS_MASK) + 12); in kvmppc_mmu_radix_translate_table()
5303 if ((cfg->process_table & PRTS_MASK) > 24) in kvmhv_configure_mmu()