Searched refs:tlb (Results 1 - 25 of 150) sorted by path

123456

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dsnow.c3061 BlockNode *tlb= mb_x && mb_y ? &s->block[index-b_stride-1] : NULL; local
3199 if(tlb) tlb->type &= ~BLOCK_OPT;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/mm/
H A Dinit.c32 #include <asm/tlb.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/kernel/
H A Dsetup.c341 cpu_tlb = *list->tlb;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-davinci/
H A Dio.c15 #include <asm/tlb.h>
40 /* Normally devicemaps_init() would flush caches and tlb after
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-omap1/
H A Dio.c15 #include <asm/tlb.h>
95 /* Normally devicemaps_init() would flush caches and tlb after
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-omap2/
H A Dio.c18 #include <asm/tlb.h>
67 /* Normally devicemaps_init() would flush caches and tlb after
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mm/
H A DMakefile44 obj-$(CONFIG_CPU_TLB_V3) += tlb-v3.o
45 obj-$(CONFIG_CPU_TLB_V4WT) += tlb-v4.o
46 obj-$(CONFIG_CPU_TLB_V4WB) += tlb-v4wb.o
47 obj-$(CONFIG_CPU_TLB_V4WBI) += tlb-v4wbi.o
48 obj-$(CONFIG_CPU_TLB_V6) += tlb-v6.o
49 obj-$(CONFIG_CPU_TLB_V7) += tlb-v7.o
H A Dinit.c22 #include <asm/tlb.h>
H A Dmmu.c21 #include <asm/tlb.h>
726 * Finally flush the caches and tlb to ensure that we're in a
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/plat-omap/
H A Dsram.c18 #include <asm/tlb.h>
169 * Normally devicemaps_init() would flush caches and tlb after
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm26/mm/
H A Dinit.c32 #include <asm/tlb.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/avr32/mm/
H A DMakefile6 obj-y += ioremap.o cache.o fault.o tlb.o
H A Dfault.c20 #include <asm/tlb.h>
H A Dinit.c20 #include <asm/tlb.h>
H A Dtlb.c279 static void *tlb_start(struct seq_file *tlb, loff_t *pos) argument
290 static void *tlb_next(struct seq_file *tlb, void *v, loff_t *pos) argument
302 static void tlb_stop(struct seq_file *tlb, void *v) argument
307 static int tlb_show(struct seq_file *tlb, void *v) argument
314 seq_puts(tlb, "ID V G ASID VPN PFN AP SZ C B W D\n");
336 seq_printf(tlb, "%2lu: %c %c %02x %05x %05x %o %o %c %c %c %c\n",
374 entry = create_proc_entry("tlb", 0, NULL);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v10/mm/
H A DMakefile5 obj-y := fault.o init.o tlb.o
H A Dtlb.c2 * linux/arch/cris/arch-v10/mm/tlb.c
13 #include <asm/tlb.h>
58 D(printk("tlb: flushed all\n"));
70 D(printk("tlb: flush mm context %d (%p)\n", page_id, mm));
108 D(printk("tlb: flush page %p in context %d (%p)\n", addr, page_id, mm));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v32/mm/
H A DMakefile3 obj-y := mmu.o init.o tlb.o intmem.o
H A Dtlb.c10 #include <asm/tlb.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/mm/
H A DMakefile5 obj-y := init.o fault.o tlb.o ioremap.o
H A Dinit.c5 #include <asm/tlb.h>
H A Dtlb.c2 * linux/arch/cris/mm/tlb.c
12 #include <asm/tlb.h>
40 D(printk("tlb: alloc context %d (%p)\n", map_replace_ptr, mm));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/frv/kernel/
H A Dgdb-stub.c157 struct __debug_amr tlb[64*2]; member in struct:__debug_mmu
1320 p = __debug_mmu.tlb;
H A Dprocess.c35 #include <asm/tlb.h>
H A Dsleep.S229 # flush all tlb entries

Completed in 312 milliseconds

123456