Searched refs:tlb (Results 26 - 50 of 150) sorted by relevance

123456

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-powerpc/
H A Dtlb.h28 #define tlb_start_vma(tlb, vma) do { } while (0)
29 #define tlb_end_vma(tlb, vma) do { } while (0)
33 #define tlb_flush(tlb) flush_tlb_mm((tlb)->mm)
39 static inline void tlb_flush(struct mmu_gather *tlb) argument
55 extern void tlb_flush(struct mmu_gather *tlb);
60 #include <asm-generic/tlb.h>
64 #define __tlb_remove_tlb_entry(tlb, pte, address) do { } while (0)
70 static inline void __tlb_remove_tlb_entry(struct mmu_gather *tlb, pte_t *ptep, argument
74 flush_hash_entry(tlb
[all...]
H A Dpgalloc-32.h17 #define __pmd_free_tlb(tlb,x) do { } while (0)
37 #define __pte_free_tlb(tlb, pte) pte_free((pte))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sh64/
H A Dtlb.h2 * include/asm-sh64/tlb.h
32 * @tlb: TLB entry
36 #define for_each_dtlb_entry(tlb) \
37 for (tlb = cpu_data->dtlb.first; \
38 tlb <= cpu_data->dtlb.last; \
39 tlb += cpu_data->dtlb.step)
44 * @tlb: TLB entry
48 #define for_each_itlb_entry(tlb) \
49 for (tlb = cpu_data->itlb.first; \
50 tlb <
[all...]
H A Dpgalloc.h77 #define __pte_free_tlb(tlb,pte) tlb_remove_page((tlb),(pte))
89 #define __pte_free_tlb(tlb,pte) tlb_remove_page((tlb),(pte))
90 #define __pmd_free_tlb(tlb,pmd) do { } while (0)
105 #define __pmd_free_tlb(tlb,pmd) pmd_free(pmd)
/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
/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
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/xtensa/mm/
H A DMakefile10 obj-y := init.o fault.o tlb.o misc.o
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-um/
H A Dpgalloc.h41 #define __pte_free_tlb(tlb,pte) tlb_remove_page((tlb),(pte))
50 #define __pmd_free_tlb(tlb,x) tlb_remove_page((tlb),virt_to_page(x))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/kernel/cpu/sh3/
H A Dex.S30 .long exception_error ! tlb miss load /* 040 */
31 .long exception_error ! tlb miss store
33 .long exception_error ! tlb prot violation load
34 .long exception_error ! tlb prot violation store
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/frv/mm/
H A DMakefile8 pgalloc.o highmem.o fault.o extable.o cache-page.o tlb-flush.o tlb-miss.o \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/mm/
H A DMakefile12 obj-$(CONFIG_CPU_MIPS32) += c-r4k.o cex-gen.o pg-r4k.o tlb-r4k.o
13 obj-$(CONFIG_CPU_MIPS64) += c-r4k.o cex-gen.o pg-r4k.o tlb-r4k.o
14 obj-$(CONFIG_CPU_NEVADA) += c-r4k.o cex-gen.o pg-r4k.o tlb-r4k.o
15 obj-$(CONFIG_CPU_R10000) += c-r4k.o cex-gen.o pg-r4k.o tlb-r4k.o
16 obj-$(CONFIG_CPU_R3000) += c-r3k.o tlb-r3k.o pg-r4k.o
17 obj-$(CONFIG_CPU_R4300) += c-r4k.o cex-gen.o pg-r4k.o tlb-r4k.o
18 obj-$(CONFIG_CPU_R4X00) += c-r4k.o cex-gen.o pg-r4k.o tlb-r4k.o
19 obj-$(CONFIG_CPU_R5000) += c-r4k.o cex-gen.o pg-r4k.o tlb-r4k.o
20 obj-$(CONFIG_CPU_R5432) += c-r4k.o cex-gen.o pg-r4k.o tlb-r4k.o
21 obj-$(CONFIG_CPU_R8000) += c-r4k.o cex-gen.o pg-r4k.o tlb
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-frv/
H A Dpgalloc.h50 #define __pte_free_tlb(tlb,pte) tlb_remove_page((tlb),(pte))
59 #define __pmd_free_tlb(tlb,x) do { } while (0)
/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
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/mm/
H A DMakefile8 obj-$(CONFIG_PPC_STD_MMU) += hashtable.o ppc_mmu.o tlb.o
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/mm/
H A DMakefile14 mmu-y := fault-nommu.o tlb-nommu.o pg-nommu.o
15 mmu-$(CONFIG_MMU) := fault.o clear_page.o copy_page.o tlb-flush.o \
25 obj-$(CONFIG_CPU_SH3) += tlb-sh3.o
26 obj-$(CONFIG_CPU_SH4) += tlb-sh4.o pg-sh4.o
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/mm/
H A DMakefile8 obj-y := ultra.o tlb.o tsb.o fault.o init.o generic.o
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/kernel/skas/
H A DMakefile6 obj-y := clone.o exec.o mem.o mmu.o process.o syscall.o tlb.o uaccess.o
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/mm/
H A DMakefile5 obj-y := init.o fault.o tlb.o extable.o ioremap.o
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-m68k/
H A Dsun3_pgalloc.h13 #include <asm/tlb.h>
33 #define __pte_free_tlb(tlb,pte) tlb_remove_page((tlb),(pte))
75 #define __pmd_free_tlb(tlb, x) do { } while (0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/
H A Dprocinfo.h40 struct cpu_tlb_fns *tlb; member in struct:proc_info_list
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-x86_64/
H A Dpgalloc.h114 #define __pte_free_tlb(tlb,pte) tlb_remove_page((tlb),(pte))
116 #define __pmd_free_tlb(tlb,x) tlb_remove_page((tlb),virt_to_page(x))
117 #define __pud_free_tlb(tlb,x) tlb_remove_page((tlb),virt_to_page(x))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-cris/
H A Dpgalloc.h48 #define __pte_free_tlb(tlb,pte) tlb_remove_page((tlb),(pte))
/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/include/asm-sparc64/
H A Dtlb.h105 #define pud_free_tlb(tlb,pudp) __pud_free_tlb(tlb,pudp)
108 #define tlb_start_vma(tlb, vma) do { } while (0)
109 #define tlb_end_vma(tlb, vma) do { } while (0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sh/
H A Dpgalloc.h67 #define __pte_free_tlb(tlb,pte) tlb_remove_page((tlb),(pte))
75 #define __pmd_free_tlb(tlb,x) do { } while (0)

Completed in 539 milliseconds

123456