Searched refs:ITLB_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.S97 seth r1, #high(ITLB_BASE)
98 or3 r1, r1, #low(ITLB_BASE)
226 ; entry = (unsigned long *)ITLB_BASE+tlb_entry_i*2;
230 seth r1, #high(ITLB_BASE)
231 or3 r1, r1, #low(ITLB_BASE)
327 seth r0, #high(ITLB_BASE) ; Set ITLB_BASE higher
328 or3 r0, r0, #low(ITLB_BASE) ; Set ITLB_BASE lower
H A Dfault.c350 #define ITLB_END (unsigned long *)(ITLB_BASE + (NR_TLB_ENTRIES * 8))
372 entry1 = (unsigned long *)ITLB_BASE;
434 entry2 = (unsigned long *)ITLB_BASE;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-m32r/
H A Dm32r.h58 #define ITLB_BASE (0xfe000000) macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh64/lib/
H A Ddbg.c46 #define ITLB_BASE 0x00000000 macro
130 tlb = ITLB_BASE;
419 return (lookup_mmu_side((u64) ITLB_BASE, Eaddr, asid));

Completed in 20 milliseconds