Home
last modified time | relevance | path

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

/arch/m32r/mm/
Dmmu.S98 seth r1, #high(ITLB_BASE)
99 or3 r1, r1, #low(ITLB_BASE)
231 ; entry = (unsigned long *)ITLB_BASE+tlb_entry_i*2;
235 seth r1, #high(ITLB_BASE)
236 or3 r1, r1, #low(ITLB_BASE)
332 seth r0, #high(ITLB_BASE) ; Set ITLB_BASE higher
333 or3 r0, r0, #low(ITLB_BASE) ; Set ITLB_BASE lower
Dfault.c347 #define ITLB_END (unsigned long *)(ITLB_BASE + (NR_TLB_ENTRIES * 8))
369 entry1 = (unsigned long *)ITLB_BASE; in update_mmu_cache()
431 entry2 = (unsigned long *)ITLB_BASE; in update_mmu_cache()
/arch/m32r/include/asm/
Dm32r.h79 #define ITLB_BASE (0xfe000000) macro