Searched refs:MMU_SEGSIZE_1T (Results 1 – 6 of 6) sorted by relevance
37 insert_slb_entry((unsigned long)p, MMU_SEGSIZE_1T, mmu_vmalloc_psize); in inject_vmalloc_slb_multihit()56 insert_slb_entry((unsigned long)p, MMU_SEGSIZE_1T, mmu_linear_psize); in inject_kmalloc_slb_multihit()
130 ((ssize == MMU_SEGSIZE_1T) ? SLB_VSID_B_1T : 0); in copro_calculate_slb()132 slb->esid = (ea & (ssize == MMU_SEGSIZE_1T ? ESID_MASK_1T : ESID_MASK)) | SLB_ESID_V; in copro_calculate_slb()
97 li r9,MMU_SEGSIZE_1T /* insert B field */98 oris r6,r6,(MMU_SEGSIZE_1T << SLBIE_SSIZE_SHIFT)@h
232 #define MMU_SEGSIZE_1T 1 macro
707 case MMU_SEGSIZE_1T: in hpte_decode()
129 ssize = slbe->tb ? MMU_SEGSIZE_1T : MMU_SEGSIZE_256M; in kvmppc_mmu_book3s_64_get_pteg()