Home
last modified time | relevance | path

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

/arch/powerpc/mm/book3s32/
Dmmu.c38 unsigned long _SDR1; variable
389 _SDR1 = __pa(Hash) | SDR1_LOW_BITS; in MMU_init_hw()
/arch/powerpc/mm/book3s64/
Dhash_utils.c100 static unsigned long _SDR1; variable
914 _SDR1 = 0; in htab_initialize()
953 _SDR1 = table + __ilog2(htab_size_bytes) - 18; in htab_initialize()
960 mtspr(SPRN_SDR1, _SDR1); in htab_initialize()
1125 mtspr(SPRN_SDR1, _SDR1); in hash__early_init_mmu_secondary()
/arch/powerpc/kernel/
Dhead_book3s_32.S941 lis r6,_SDR1@ha
943 lwz r6,_SDR1@l(r6)