Searched refs:SPR_DTLBMR_BASE (Results 1 - 3 of 3) sorted by relevance

/linux-4.4.14/arch/openrisc/mm/
H A Dtlb.c62 mtspr_off(SPR_DTLBMR_BASE(0), i, 0); flush_tlb_all()
83 mtspr_off(SPR_DTLBMR_BASE(0), DTLB_OFFSET(addr), 0);
/linux-4.4.14/arch/openrisc/kernel/
H A Dhead.S526 LOAD_SYMBOL_2_GPR(r5,SPR_DTLBMR_BASE(0))
831 l.mtspr r2,r5,SPR_DTLBMR_BASE(0) // set DTLBMR
1045 l.mtspr r5,r4,SPR_DTLBMR_BASE(0)
/linux-4.4.14/arch/openrisc/include/asm/
H A Dspr_defs.h69 #define SPR_DTLBMR_BASE(WAY) (SPRGROUP_DMMU + 0x200 + (WAY) * 0x100) macro

Completed in 52 milliseconds