Home
last modified time | relevance | path

Searched refs:ESID_MASK (Results 1 – 5 of 5) sorted by relevance

/linux/arch/powerpc/include/asm/
H A Dkvm_book3s_32.h32 #define ESID_MASK 0xf0000000 macro
H A Dpage_64.h29 #define ESID_MASK 0xfffffffff0000000UL macro
/linux/arch/powerpc/platforms/cell/
H A Dspu_base.c219 slb->esid = (ea & ESID_MASK) | SLB_ESID_V; in __spu_kernel_slb()
233 if (!((slbs[i].esid ^ ea) & ESID_MASK)) in __slb_present()
/linux/arch/powerpc/include/asm/book3s/64/
H A Dmmu-hash.h862 (((ssize) == MMU_SEGSIZE_256M) ? ESID_MASK : ESID_MASK_1T)
/linux/arch/powerpc/kvm/
H A Dbook3s_64_mmu.c405 slbe->orige = rb & (ESID_MASK | SLB_ESID_V); in kvmppc_mmu_book3s_64_slbmte()