Searched refs:ESID_MASK (Results 1 – 5 of 5) sorted by relevance
32 #define ESID_MASK 0xf0000000 macro
29 #define ESID_MASK 0xfffffffff0000000UL macro
219 slb->esid = (ea & ESID_MASK) | SLB_ESID_V; in __spu_kernel_slb()233 if (!((slbs[i].esid ^ ea) & ESID_MASK)) in __slb_present()
862 (((ssize) == MMU_SEGSIZE_256M) ? ESID_MASK : ESID_MASK_1T)
405 slbe->orige = rb & (ESID_MASK | SLB_ESID_V); in kvmppc_mmu_book3s_64_slbmte()