Searched refs:GET_ESID (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/mm/
H A Dstab.c136 stab_entry = make_ste(get_paca()->stab_addr, GET_ESID(ea), vsid);
222 if (GET_ESID(pc) == GET_ESID(stack))
227 if ((GET_ESID(pc) == GET_ESID(unmapped_base))
228 || (GET_ESID(stack) == GET_ESID(unmapped_base)))
280 make_ste(stab, GET_ESID(PAGE_OFFSET), vsid);
H A Dslb.c159 * 1. The system is not 1T segment size capable. Use the GET_ESID compare.
160 * 2. The system is 1T capable, both addresses are < 1T, use the GET_ESID compare.
170 return (GET_ESID(addr1) == GET_ESID(addr2));
177 return (GET_ESID(addr1) == GET_ESID(addr2));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dpage_64.h32 #define GET_ESID(x) (((x) >> SID_SHIFT) & SID_MASK) macro
H A Dmmu-hash64.h471 #define KERNEL_VSID(ea) VSID_SCRAMBLE(GET_ESID(ea))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kvm/
H A Dbook3s_64_mmu.c48 u64 esid = GET_ESID(eaddr);
303 esid = GET_ESID(rb);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dasm-offsets.c381 DEFINE(PAGE_OFFSET_ESID, GET_ESID(PAGE_OFFSET));
383 DEFINE(VMALLOC_START_ESID, GET_ESID(VMALLOC_START));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/xmon/
H A Dxmon.c2629 GET_ESID(esid),

Completed in 301 milliseconds