Searched refs:SPR_ITLBMR_BASE (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/arch/openrisc/mm/ |
H A D | tlb.c | 57 mtspr_off(SPR_ITLBMR_BASE(0), i, 0); in local_flush_tlb_all() 81 mtspr_off(SPR_ITLBMR_BASE(0), ITLB_OFFSET(addr), 0);
|
/kernel/linux/linux-6.6/arch/openrisc/mm/ |
H A D | tlb.c | 57 mtspr_off(SPR_ITLBMR_BASE(0), i, 0); in local_flush_tlb_all() 81 mtspr_off(SPR_ITLBMR_BASE(0), ITLB_OFFSET(addr), 0);
|
/kernel/linux/linux-5.10/arch/openrisc/include/asm/ |
H A D | spr_defs.h | 80 #define SPR_ITLBMR_BASE(WAY) (SPRGROUP_IMMU + 0x200 + (WAY) * 0x100) macro
|
/kernel/linux/linux-6.6/arch/openrisc/include/asm/ |
H A D | spr_defs.h | 80 #define SPR_ITLBMR_BASE(WAY) (SPRGROUP_IMMU + 0x200 + (WAY) * 0x100) macro
|
/kernel/linux/linux-5.10/arch/openrisc/kernel/ |
H A D | head.S | 706 LOAD_SYMBOL_2_GPR(r6,SPR_ITLBMR_BASE(0)) 1103 l.mtspr r2,r5,SPR_ITLBMR_BASE(0) // set ITLBMR 1314 l.mtspr r2,r4,SPR_ITLBMR_BASE(0)
|
/kernel/linux/linux-6.6/arch/openrisc/kernel/ |
H A D | head.S | 710 LOAD_SYMBOL_2_GPR(r6,SPR_ITLBMR_BASE(0)) 1107 l.mtspr r2,r5,SPR_ITLBMR_BASE(0) // set ITLBMR 1318 l.mtspr r2,r4,SPR_ITLBMR_BASE(0)
|
Completed in 12 milliseconds