Searched refs:SID_SHIFT_1T (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dpage_64.h35 #define SID_SHIFT_1T 40 macro
38 #define GET_ESID_1T(x) (((x) >> SID_SHIFT_1T) & SID_MASK_1T)
H A Dmmu-hash64.h442 return vsid_scramble(ea >> SID_SHIFT_1T, 1T);
449 if (addr >= (1UL << SID_SHIFT_1T))
462 | (ea >> SID_SHIFT_1T), 1T);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/mm/
H A Dslb.c172 esid_1t_count = (((addr1 >> SID_SHIFT_1T) != 0) +
173 ((addr2 >> SID_SHIFT_1T) != 0));
H A Dslb_low.S287 clrrdi r3,r3,SID_SHIFT_1T /* clear out non-ESID bits */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dsetup_64.c429 return 1UL << SID_SHIFT_1T;
H A Dprocess.c1253 base = max_t(unsigned long, mm->brk, 1UL << SID_SHIFT_1T);

Completed in 64 milliseconds