Home
last modified time | relevance | path

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

/linux-3.4.99/arch/powerpc/mm/
Dppc_mmu_32.c39 unsigned long _SDR1; variable
228 _SDR1 = __pa(Hash) | SDR1_LOW_BITS; in MMU_init_hw()
Dhash_utils_64.c92 static unsigned long _SDR1; variable
628 _SDR1 = 0; in htab_initialize()
657 _SDR1 = table + __ilog2(pteg_count) - 11; in htab_initialize()
663 mtspr(SPRN_SDR1, _SDR1); in htab_initialize()
771 mtspr(SPRN_SDR1, _SDR1); in early_init_mmu_secondary()
/linux-3.4.99/arch/powerpc/kernel/
Dhead_32.S908 lis r6,_SDR1@ha
910 lwz r6,_SDR1@l(r6)