Searched refs:DTLB_BASE (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m32r/mm/
H A Dmmu.S64 seth r1, #high(DTLB_BASE)
65 or3 r1, r1, #low(DTLB_BASE)
240 ; entry = (unsigned long *)DTLB_BASE+tlb_entry_d*2;
244 seth r1, #high(DTLB_BASE)
245 or3 r1, r1, #low(DTLB_BASE)
329 seth r1, #high(DTLB_BASE) ; Set DTLB_BASE higher
330 or3 r1, r1, #low(DTLB_BASE) ; Set DTLB_BASE lower
H A Dfault.c351 #define DTLB_END (unsigned long *)(DTLB_BASE + (NR_TLB_ENTRIES * 8))
380 entry2 = (unsigned long *)DTLB_BASE;
431 entry2 = (unsigned long *)DTLB_BASE;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-m32r/
H A Dm32r.h59 #define DTLB_BASE (0xfe000800) macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh64/lib/
H A Ddbg.c47 #define DTLB_BASE 0x00800000 macro
116 tlb = DTLB_BASE;
413 return (lookup_mmu_side((u64) DTLB_BASE, Eaddr, asid));

Completed in 178 milliseconds