Searched refs:DTLB_BASE (Results 1 – 3 of 3) sorted by relevance
64 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 higher334 or3 r1, r1, #low(DTLB_BASE) ; Set DTLB_BASE lower
347 #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()
79 #define DTLB_BASE (0xfe000800) macro