Searched refs:cputype (Results 76 - 100 of 118) sorted by relevance

12345

/linux-master/arch/arm/kernel/
H A Dperf_event_v6.c36 #include <asm/cputype.h>
H A Dsmp.c36 #include <asm/cputype.h>
H A Dperf_event_xscale.c18 #include <asm/cputype.h>
/linux-master/drivers/clocksource/
H A Darm_global_timer.c25 #include <asm/cputype.h>
/linux-master/arch/arm64/kernel/
H A Dsetup.c39 #include <asm/cputype.h>
H A Dacpi.c33 #include <asm/cputype.h>
H A Dcpu_errata.c12 #include <asm/cputype.h>
H A Dcpuinfo.c10 #include <asm/cputype.h>
H A Dhead.S23 #include <asm/cputype.h>
/linux-master/arch/m68k/kernel/
H A Dhead.S542 #define is_040_or_060(lab) btst &CPUTYPE_0460,%pc@(L(cputype)+3); jne lab
543 #define is_not_040_or_060(lab) btst &CPUTYPE_0460,%pc@(L(cputype)+3); jeq lab
544 #define is_040(lab) btst &CPUTYPE_040,%pc@(L(cputype)+3); jne lab
545 #define is_060(lab) btst &CPUTYPE_060,%pc@(L(cputype)+3); jne lab
546 #define is_not_060(lab) btst &CPUTYPE_060,%pc@(L(cputype)+3); jeq lab
547 #define is_020(lab) btst &CPUTYPE_020,%pc@(L(cputype)+3); jne lab
548 #define is_not_020(lab) btst &CPUTYPE_020,%pc@(L(cputype)+3); jeq lab
670 * Test the BootInfo cputype for 060
679 * Test the BootInfo cputype for 040
688 * Test the BootInfo cputype fo
[all...]
/linux-master/drivers/soc/samsung/
H A Dexynos5420-pmu.c12 #include <asm/cputype.h>
/linux-master/arch/arm/mach-omap2/
H A Did.c25 #include <asm/cputype.h>
/linux-master/arch/arm/mm/
H A Dioremap.c33 #include <asm/cputype.h>
/linux-master/arch/arm64/include/asm/
H A Dcpufeature.h11 #include <asm/cputype.h>
H A Dkvm_emulate.h22 #include <asm/cputype.h>
/linux-master/drivers/perf/hisilicon/
H A Dhisi_uncore_pmu.c18 #include <asm/cputype.h>
/linux-master/arch/mips/alchemy/common/
H A Dclock.c90 int cputype; member in struct:clk_aliastable
1105 if (t->cputype == ctype)
/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
/linux-master/drivers/firmware/psci/
H A Dpsci.c26 #include <asm/cputype.h>
/linux-master/drivers/clk/qcom/
H A Dclk-cpu-8996.c63 #include <asm/cputype.h>
/linux-master/arch/arm/mach-sunxi/
H A Dmc_smp.c26 #include <asm/cputype.h>
/linux-master/arch/arm/vfp/
H A Dvfpmodule.c24 #include <asm/cputype.h>
/linux-master/arch/mips/kernel/
H A Dpm-cps.c246 switch (__get_cpu_type(cpu_info->cputype)) {
/linux-master/arch/arm64/kvm/vgic/
H A Dvgic-kvm-device.c12 #include <asm/cputype.h>
/linux-master/drivers/cpufreq/
H A Dcppc_cpufreq.c351 #include <asm/cputype.h>

Completed in 213 milliseconds

12345