Home
last modified time | relevance | path

Searched refs:cputype (Results 1 – 25 of 26) sorted by relevance

12

/linux-3.4.99/arch/mips/kernel/
Dcpu-probe.c162 switch (c->cputype) { in check_wait()
253 switch (c->cputype) { in check_errata()
339 c->cputype = CPU_R2000; in cpu_probe_legacy()
351 c->cputype = CPU_R3081E; in cpu_probe_legacy()
354 c->cputype = CPU_R3000A; in cpu_probe_legacy()
359 c->cputype = CPU_R3000; in cpu_probe_legacy()
372 c->cputype = CPU_R4400PC; in cpu_probe_legacy()
375 c->cputype = CPU_R4000PC; in cpu_probe_legacy()
380 c->cputype = CPU_R4400SC; in cpu_probe_legacy()
383 c->cputype = CPU_R4000SC; in cpu_probe_legacy()
[all …]
Dspram.c204 switch (c->cputype) { in spram_config()
Dsmtc.c351 if (cpu_data[0].cputype == CPU_34K || in smtc_tc_setup()
352 cpu_data[0].cputype == CPU_1004K) in smtc_tc_setup()
Dtraps.c625 switch (current_cpu_data.cputype) { in simulate_rdhwr()
/linux-3.4.99/arch/mips/sni/
Dsetup.c111 int cputype; in plat_mem_setup() local
124 cputype = *(unsigned char *)SNI_IDPROM_CPUTYPE; in plat_mem_setup()
127 switch (cputype) { in plat_mem_setup()
146 switch (cputype) { in plat_mem_setup()
/linux-3.4.99/arch/mips/include/asm/mach-cavium-octeon/
Dcpu-feature-overrides.h61 #define kernel_uses_smartmips_rixi (cpu_data[0].cputype != CPU_CAVIUM_OCTEON)
/linux-3.4.99/arch/mips/mm/
Dc-octeon.c188 switch (c->cputype) { in probe_octeon()
199 if (c->cputype == CPU_CAVIUM_OCTEON_PLUS) in probe_octeon()
Dsc-mips.c74 switch (c->cputype) { in mips_sc_is_activated()
Dc-r4k.c801 switch (c->cputype) { in probe_pcache()
1040 switch (c->cputype) { in probe_pcache()
1069 switch (c->cputype) { in probe_pcache()
1198 switch (c->cputype) { in setup_scache()
1396 switch (c->cputype) { in r4k_cache_init()
Dtlbex.c579 current_cpu_data.cputype); in build_tlb_write_entry()
/linux-3.4.99/arch/mips/include/asm/
Dcpu-info.h52 unsigned int cputype; member
Dcpu-features.h17 #define current_cpu_type() current_cpu_data.cputype
/linux-3.4.99/arch/alpha/kernel/
Dperf_event.c573 unsigned long cputype; in supported_cpu() local
577 cputype = cpu->type & 0xffffffff; in supported_cpu()
579 return (cputype >= EV67_CPU) && (cputype <= EV69_CPU); in supported_cpu()
/linux-3.4.99/arch/mips/include/asm/lasat/
Dlasat.h242 #define IS_LASAT_200() (current_cpu_data.cputype == CPU_R5000)
/linux-3.4.99/arch/m68k/include/asm/
Dbootinfo.h358 unsigned long cputype; member
/linux-3.4.99/drivers/pinctrl/
Dpinctrl-pxa3xx.h62 enum pxa_cpu_type cputype; member
Dpinctrl-pxa3xx.c188 if (!info || !info->cputype) in pxa3xx_pinctrl_register()
Dpinctrl-pxa168.c613 .cputype = PINCTRL_PXA168,
Dpinctrl-mmp2.c684 .cputype = PINCTRL_MMP2,
Dpinctrl-pxa910.c969 .cputype = PINCTRL_PXA910,
/linux-3.4.99/arch/m68k/kernel/
Dhead.S550 #define is_040_or_060(lab) btst &CPUTYPE_0460,%pc@(L(cputype)+3); jne lab
551 #define is_not_040_or_060(lab) btst &CPUTYPE_0460,%pc@(L(cputype)+3); jeq lab
552 #define is_040(lab) btst &CPUTYPE_040,%pc@(L(cputype)+3); jne lab
553 #define is_060(lab) btst &CPUTYPE_060,%pc@(L(cputype)+3); jne lab
554 #define is_not_060(lab) btst &CPUTYPE_060,%pc@(L(cputype)+3); jeq lab
555 #define is_020(lab) btst &CPUTYPE_020,%pc@(L(cputype)+3); jne lab
556 #define is_not_020(lab) btst &CPUTYPE_020,%pc@(L(cputype)+3); jeq lab
721 lea %pc@(L(cputype)),%a0
918 dputn %pc@(L(cputype))
3435 putn %pc@(L(cputype))
[all …]
/linux-3.4.99/arch/mips/bcm47xx/
Dsetup.c207 if (c->cputype == CPU_74K) { in plat_mem_setup()
/linux-3.4.99/arch/mips/bcm63xx/
Dcpu.c212 switch (c->cputype) { in bcm63xx_cpu_init()
/linux-3.4.99/include/linux/
Dcdk.h60 unsigned short cputype; member
/linux-3.4.99/Documentation/arm/
Dtcm.txt17 location and size of TCM memories. arch/arm/include/asm/cputype.h

12