Home
last modified time | relevance | path

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

/linux/arch/powerpc/kernel/
H A Dhead_8xx.S189 mfspr r10, SPRN_M_TWB /* Get level 1 table */
228 mfspr r10, SPRN_M_TWB /* Get level 1 table */
370 mfspr r11, SPRN_M_TWB /* Get level 1 table */
401 mfspr r11, SPRN_M_TWB /* Get level 1 table */
406 mfspr r11, SPRN_M_TWB /* Get level 1 table */
535 mtspr SPRN_M_TWB, r6
/linux/arch/powerpc/include/asm/nohash/32/
H A Dmmu-8xx.h124 #define SPRN_M_TWB 796 macro
/linux/arch/powerpc/mm/nohash/
H A Dmmu_context.c206 mtspr(SPRN_M_TWB, __pa(pgd)); in set_context()