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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m32r/mm/
H A Dmmu.S97 seth r1, #high(ITLB_BASE)
98 or3 r1, r1, #low(ITLB_BASE)
230 ; entry = (unsigned long *)ITLB_BASE+tlb_entry_i*2;
234 seth r1, #high(ITLB_BASE)
235 or3 r1, r1, #low(ITLB_BASE)
331 seth r0, #high(ITLB_BASE) ; Set ITLB_BASE higher
332 or3 r0, r0, #low(ITLB_BASE) ; Set ITLB_BASE lower
H A Dfault.c343 #define ITLB_END (unsigned long *)(ITLB_BASE + (NR_TLB_ENTRIES * 8))
365 entry1 = (unsigned long *)ITLB_BASE;
427 entry2 = (unsigned long *)ITLB_BASE;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m32r/include/asm/
H A Dm32r.h78 #define ITLB_BASE (0xfe000000) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/lib64/
H A Ddbg.c47 #define ITLB_BASE 0x00000000 macro
131 tlb = ITLB_BASE;

Completed in 68 milliseconds