Home
last modified time | relevance | path

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

/arch/m32r/mm/
Dmmu.S64 seth r1, #high(DTLB_BASE)
65 or3 r1, r1, #low(DTLB_BASE)
244 ; entry = (unsigned long *)DTLB_BASE+tlb_entry_d*2;
248 seth r1, #high(DTLB_BASE)
249 or3 r1, r1, #low(DTLB_BASE)
333 seth r1, #high(DTLB_BASE) ; Set DTLB_BASE higher
334 or3 r1, r1, #low(DTLB_BASE) ; Set DTLB_BASE lower
Dfault.c347 #define DTLB_END (unsigned long *)(DTLB_BASE + (NR_TLB_ENTRIES * 8))
376 entry2 = (unsigned long *)DTLB_BASE; in update_mmu_cache()
427 entry2 = (unsigned long *)DTLB_BASE; in update_mmu_cache()
/arch/m32r/include/asm/
Dm32r.h79 #define DTLB_BASE (0xfe000800) macro