Home
last modified time | relevance | path

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

/linux-2.6.39/arch/powerpc/mm/
Dppc_mmu_32.c39 unsigned long _SDR1; variable
228 _SDR1 = __pa(Hash) | SDR1_LOW_BITS; in MMU_init_hw()
Dhash_utils_64.c89 static unsigned long _SDR1; variable
619 _SDR1 = 0; in htab_initialize()
638 _SDR1 = table + __ilog2(pteg_count) - 11; in htab_initialize()
644 mtspr(SPRN_SDR1, _SDR1); in htab_initialize()
753 mtspr(SPRN_SDR1, _SDR1); in early_init_mmu_secondary()
/linux-2.6.39/arch/powerpc/kernel/
Dhead_32.S931 lis r6,_SDR1@ha
933 lwz r6,_SDR1@l(r6)