Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/kernel/
H A Dhead_8xx.S206 mfspr r10, SPRN_M_TWB /* Get level 1 table */
258 mfspr r10, SPRN_M_TWB /* Get level 1 table */
408 mfspr r11, SPRN_M_TWB /* Get level 1 table */
413 mfspr r11, SPRN_M_TWB /* Get level 1 table */
545 mtspr SPRN_M_TWB, r6
/openbmc/linux/arch/powerpc/include/asm/nohash/32/
H A Dmmu-8xx.h124 #define SPRN_M_TWB 796 macro
/openbmc/linux/arch/powerpc/mm/nohash/
H A Dmmu_context.c214 mtspr(SPRN_M_TWB, __pa(pgd) - offset); in set_context()