Searched refs:PRTS_MASK (Results 1 – 3 of 3) sorted by relevance
60 #define PRTS_MASK 0x1f /* process table size field */ macro
53 proc_tbl_size = 1 << ((kvm->arch.process_table & PRTS_MASK) + 12); in kvmppc_mmu_radix_xlate()
4422 if ((cfg->process_table & PRTS_MASK) > 24) in kvmhv_configure_mmu()