Home
last modified time | relevance | path

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

/linux-4.1.27/arch/powerpc/mm/
Dppc_mmu_32.c39 unsigned long _SDR1; variable
229 _SDR1 = __pa(Hash) | SDR1_LOW_BITS; in MMU_init_hw()
Dhash_utils_64.c93 static unsigned long _SDR1; variable
705 _SDR1 = 0; in htab_initialize()
734 _SDR1 = table + __ilog2(pteg_count) - 11; in htab_initialize()
740 mtspr(SPRN_SDR1, _SDR1); in htab_initialize()
841 mtspr(SPRN_SDR1, _SDR1); in early_init_mmu_secondary()
/linux-4.1.27/arch/powerpc/kernel/
Didle_power7.S30 #define _SDR1 GPR3 macro
221 std r3,_SDR1(r1)
356 ld r4,_SDR1(r1)
Dhead_32.S908 lis r6,_SDR1@ha
910 lwz r6,_SDR1@l(r6)