Home
last modified time | relevance | path

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

/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.c94 static unsigned long _SDR1; variable
706 _SDR1 = 0; in htab_initialize()
735 _SDR1 = table + __ilog2(pteg_count) - 11; in htab_initialize()
741 mtspr(SPRN_SDR1, _SDR1); in htab_initialize()
842 mtspr(SPRN_SDR1, _SDR1); in early_init_mmu_secondary()
/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)