Home
last modified time | relevance | path

Searched refs:GET_ESID (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/arch/ppc64/kernel/
Dstab.c36 esid = GET_ESID(KERNELBASE); in stab_initialize()
234 } while (esid_data.data.esid == GET_ESID((unsigned long)_get_SP())); in make_slbe()
308 esid = GET_ESID(ea); in ste_allocate()
/linux-2.4.37.9/include/asm-ppc64/
Dpage.h27 #define GET_ESID(x) (((x) >> SID_SHIFT) & SID_MASK) macro