Searched refs:PRTS_MASK (Results 1 – 5 of 5) sorted by relevance
62 #define PRTS_MASK 0x1f /* process table size field */ macro
569 if ((ptcr & PRTS_MASK) + 12 - 4 > KVM_MAX_NESTED_GUESTS_SHIFT || in kvmhv_set_partition_table()671 if (gp->l1_lpid < (1ul << ((kvm->arch.l1_ptcr & PRTS_MASK) + 12 - 4))) { in kvmhv_update_ptbl_cache()841 if (l1_lpid >= (1ul << ((kvm->arch.l1_ptcr & PRTS_MASK) + 12 - 4))) in kvmhv_get_nested()
247 if ((table & PRTS_MASK) > 24) in kvmppc_mmu_radix_translate_table()249 size = 1ul << ((table & PRTS_MASK) + 12); in kvmppc_mmu_radix_translate_table()
879 prtbl.gpd_size = 1ul << ((dw1 & PRTS_MASK) + 12); in kvmhv_nestedv2_set_ptbl_entry()
6227 if ((cfg->process_table & PRTS_MASK) > 24) in kvmhv_configure_mmu()