Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/mm/book3s32/
H A Dmmu.c38 unsigned long __initdata _SDR1; variable
379 _SDR1 = __pa(Hash) | SDR1_LOW_BITS; in MMU_init_hw()
/openbmc/linux/arch/powerpc/mm/book3s64/
H A Dhash_utils.c103 static unsigned long _SDR1; variable
1077 _SDR1 = 0; in htab_initialize()
1116 _SDR1 = table + __ilog2(htab_size_bytes) - 18; in htab_initialize()
1123 mtspr(SPRN_SDR1, _SDR1); in htab_initialize()
1286 mtspr(SPRN_SDR1, _SDR1); in hash__early_init_mmu_secondary()
/openbmc/linux/arch/powerpc/kernel/
H A Dhead_book3s_32.S902 lis r6,_SDR1@ha
904 lwz r6,_SDR1@l(r6)