Home
last modified time | relevance | path

Searched refs:ESID_MASK_1T (Results 1 – 3 of 3) sorted by relevance

/linux/arch/powerpc/include/asm/
H A Dpage_64.h35 #define ESID_MASK_1T 0xffffff0000000000UL macro
/linux/arch/powerpc/mm/
H A Dcopro_fault.c132 slb->esid = (ea & (ssize == MMU_SEGSIZE_1T ? ESID_MASK_1T : ESID_MASK)) | SLB_ESID_V; in copro_calculate_slb()
/linux/arch/powerpc/include/asm/book3s/64/
H A Dmmu-hash.h863 (((ssize) == MMU_SEGSIZE_256M) ? ESID_MASK : ESID_MASK_1T)