Home
last modified time | relevance | path

Searched refs:sun4u (Results 1 – 6 of 6) sorted by relevance

/linux-3.4.99/arch/sparc/include/asm/
Dcpu_type.h13 sun4u = 0x05, /* V8 ploos ploos */ enumerator
28 #define sparc_cpu_model sun4u
/linux-3.4.99/arch/sparc/kernel/
Dsetup_32.c241 sparc_cpu_model = sun4u; in setup_arch()
262 case sun4u: in setup_arch()
Dsmp_32.c109 case sun4u: in smp_cpus_done()
369 case sun4u: in smp_prepare_cpus()
442 case sun4u: in __cpu_up()
Dhead_32.S848 b no_sun4u_here ! AIEEE, a V9 sun4u... Get our BIG BROTHER kernel :))
/linux-3.4.99/tools/perf/
DMakefile56 ARCH ?= $(shell echo $(uname_M) | sed -e s/i.86/i386/ -e s/sun4u/sparc64/ \
/linux-3.4.99/
DMakefile168 SUBARCH := $(shell uname -m | sed -e s/i.86/i386/ -e s/sun4u/sparc64/ \