Searched refs:mmu_gathers (Results 1 - 25 of 28) sorted by relevance

12

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-arm/
H A Dtlb.h41 DECLARE_PER_CPU(struct mmu_gather, mmu_gathers);
46 struct mmu_gather *tlb = &get_cpu_var(mmu_gathers);
63 put_cpu_var(mmu_gathers);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-arm26/
H A Dtlb.h17 DECLARE_PER_CPU(struct mmu_gather, mmu_gathers);
22 struct mmu_gather *tlb = &get_cpu_var(mmu_gathers);
40 put_cpu_var(mmu_gathers);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/sparc64/mm/
H A Dtlb.c22 DEFINE_PER_CPU(struct mmu_gather, mmu_gathers) = { 0, };
26 struct mmu_gather *mp = &__get_cpu_var(mmu_gathers);
50 struct mmu_gather *mp = &__get_cpu_var(mmu_gathers);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-sparc64/
H A Dtlb.h34 DECLARE_PER_CPU(struct mmu_gather, mmu_gathers);
46 struct mmu_gather *mp = &get_cpu_var(mmu_gathers);
87 put_cpu_var(mmu_gathers);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-generic/
H A Dtlb.h48 DECLARE_PER_CPU(struct mmu_gather, mmu_gathers);
56 struct mmu_gather *tlb = &get_cpu_var(mmu_gathers);
93 put_cpu_var(mmu_gathers);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-ia64/
H A Dtlb.h68 DECLARE_PER_CPU(struct mmu_gather, mmu_gathers);
126 struct mmu_gather *tlb = &get_cpu_var(mmu_gathers);
164 put_cpu_var(mmu_gathers);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/cris/mm/
H A Dinit.c7 DEFINE_PER_CPU(struct mmu_gather, mmu_gathers);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/sh64/mm/
H A Dinit.c29 DEFINE_PER_CPU(struct mmu_gather, mmu_gathers);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/um/kernel/
H A Dsmp.c10 /* For some reason, mmu_gathers are referenced when CONFIG_SMP is off. */
11 DEFINE_PER_CPU(struct mmu_gather, mmu_gathers);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/m68k/mm/
H A Dinit.c33 DEFINE_PER_CPU(struct mmu_gather, mmu_gathers);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/powerpc/mm/
H A Dinit_32.c59 DEFINE_PER_CPU(struct mmu_gather, mmu_gathers);
H A Dtlb_64.c40 DEFINE_PER_CPU(struct mmu_gather, mmu_gathers);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/avr32/mm/
H A Dinit.c26 DEFINE_PER_CPU(struct mmu_gather, mmu_gathers);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/frv/mm/
H A Dinit.c42 DEFINE_PER_CPU(struct mmu_gather, mmu_gathers);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/s390/mm/
H A Dinit.c40 DEFINE_PER_CPU(struct mmu_gather, mmu_gathers);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/sh/mm/
H A Dinit.c23 DEFINE_PER_CPU(struct mmu_gather, mmu_gathers);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/arm26/mm/
H A Dinit.c39 struct mmu_gather mmu_gathers[NR_CPUS]; variable in typeref:struct:mmu_gather
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/m32r/mm/
H A Dinit.c37 DEFINE_PER_CPU(struct mmu_gather, mmu_gathers);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/alpha/mm/
H A Dinit.c34 DEFINE_PER_CPU(struct mmu_gather, mmu_gathers);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/ppc/mm/
H A Dinit.c58 DEFINE_PER_CPU(struct mmu_gather, mmu_gathers);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/sparc/mm/
H A Dinit.c35 DEFINE_PER_CPU(struct mmu_gather, mmu_gathers);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/mips/mm/
H A Dinit.c62 DEFINE_PER_CPU(struct mmu_gather, mmu_gathers);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/xtensa/mm/
H A Dinit.c41 DEFINE_PER_CPU(struct mmu_gather, mmu_gathers);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/x86_64/mm/
H A Dinit.c56 DEFINE_PER_CPU(struct mmu_gather, mmu_gathers);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/i386/mm/
H A Dinit.c50 DEFINE_PER_CPU(struct mmu_gather, mmu_gathers);

Completed in 249 milliseconds

12