Searched refs:cputype (Results 1 - 25 of 118) sorted by path

12345

/linux-master/arch/arm/include/asm/
H A Dsmp_plat.h13 #include <asm/cputype.h>
H A Dsmp_scu.h12 #include <asm/cputype.h>
H A Darm_pmuv3.h10 #include <asm/cputype.h>
/linux-master/arch/arm/kernel/
H A Dsmp_scu.c14 #include <asm/cputype.h>
H A Dthumbee.c11 #include <asm/cputype.h>
H A Ddevtree.c18 #include <asm/cputype.h>
H A Dhw_breakpoint.c25 #include <asm/cputype.h>
H A Dperf_event_v6.c36 #include <asm/cputype.h>
H A Dperf_event_v7.c23 #include <asm/cputype.h>
H A Dperf_event_xscale.c18 #include <asm/cputype.h>
H A Dsetup.c36 #include <asm/cputype.h>
H A Dsmp.c36 #include <asm/cputype.h>
H A Dtcm.c16 #include <asm/cputype.h>
H A Dtopology.c30 #include <asm/cputype.h>
H A Dxscale-cp0.c15 #include <asm/cputype.h>
/linux-master/arch/arm/mach-sunxi/
H A Dheadsmp.S15 #include <asm/cputype.h>
/linux-master/arch/arm/mm/
H A Dcache-xsc3l2.c10 #include <asm/cputype.h>
/linux-master/arch/mips/ath25/
H A Ddevices.h36 return (current_cpu_data.cputype == CPU_4KEC);
/linux-master/arch/alpha/kernel/
H A Dbugs.c12 unsigned long cputype; local
15 cputype = cpu->type & 0xffffffff;
17 return (cputype == EV6_CPU) || ((cputype >= EV67_CPU) && (cputype <= EV69_CPU));
H A Dperf_event.c583 unsigned long cputype; local
587 cputype = cpu->type & 0xffffffff;
589 return (cputype >= EV67_CPU) && (cputype <= EV69_CPU);
/linux-master/arch/arm/common/
H A DbL_switcher.c36 #include <asm/cputype.h>
46 * Use our own MPIDR accessors as the generic ones in asm/cputype.h have
H A Dmcpm_entry.c18 #include <asm/cputype.h>
/linux-master/arch/arm/crypto/
H A Dchacha-glue.c18 #include <asm/cputype.h>
/linux-master/arch/arm/include/debug/
H A Dbrcmstb.S4 #include <asm/cputype.h>
/linux-master/arch/arm/mach-exynos/
H A Dfirmware.c14 #include <asm/cputype.h>

Completed in 655 milliseconds

12345