Home
last modified time | relevance | path

Searched refs:_SDR1 (Results 1 – 7 of 7) sorted by relevance

/linux-2.4.37.9/arch/ppc/mm/
Dppc_mmu.c40 unsigned long _SDR1; variable
213 _SDR1 = __pa(Hash) | SDR1_LOW_BITS; in MMU_init_hw()
/linux-2.4.37.9/arch/ppc/kernel/
Dppc_htab.c42 extern unsigned long _SDR1;
422 _SDR1 = __pa(Hash) | (Hash_mask >> 10); in ppc_htab_write()
Dprom_init.c667 extern unsigned long _SDR1;
693 _SDR1 = htab + __ilog2(hsize) - 18; in prom_alloc_htab()
Dhead.S190 addis r14,r3,_SDR1@ha /* get the value from _SDR1 */
191 lwz r14,_SDR1@l(r14) /* assume hash table below 4GB */
1389 lis r6,_SDR1@ha
1391 lwz r6,_SDR1@l(r6)
/linux-2.4.37.9/arch/ppc64/kernel/
Dhtab.c65 extern unsigned long _SDR1;
172 _SDR1 = table + __ilog2(pteg_count) - 11; in htab_initialize()
179 _SDR1 = 0; in htab_initialize()
Dhead.S1881 LOADADDR(r6,_SDR1)
2100 LOADADDR(r6,_SDR1) /* Only if NOT LPAR */
/linux-2.4.37.9/arch/ppc64/mm/
Dinit.c96 unsigned long _SDR1=0; variable