Home
last modified time | relevance | path

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

/arch/powerpc/mm/book3s32/
Dmmu.c36 unsigned long _SDR1; variable
385 _SDR1 = __pa(Hash) | SDR1_LOW_BITS; in MMU_init_hw()
/arch/powerpc/mm/book3s64/
Dhash_utils.c97 static unsigned long _SDR1; variable
865 _SDR1 = 0; in htab_initialize()
904 _SDR1 = table + __ilog2(htab_size_bytes) - 18; in htab_initialize()
911 mtspr(SPRN_SDR1, _SDR1); in htab_initialize()
1076 mtspr(SPRN_SDR1, _SDR1); in hash__early_init_mmu_secondary()
/arch/powerpc/kernel/
Dhead_32.S815 lis r6,_SDR1@ha
817 lwz r6,_SDR1@l(r6)