Home
last modified time | relevance | path

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

/linux-2.6.39/arch/sparc/kernel/
Dsmp_32.c111 case sun4u: in smp_cpus_done()
324 case sun4u: in smp_prepare_cpus()
397 case sun4u: in __cpu_up()
Dsetup_32.c233 sparc_cpu_model = sun4u; in setup_arch()
254 case sun4u: in setup_arch()
Dhead_32.S854 b no_sun4u_here ! AIEEE, a V9 sun4u... Get our BIG BROTHER kernel :))
/linux-2.6.39/arch/sparc/include/asm/
Dsystem_64.h22 sun4u = 0x05, /* V8 ploos ploos */ enumerator
27 #define sparc_cpu_model sun4u
Dsystem_32.h32 sun4u = 0x05, /* V8 ploos ploos */ enumerator
/linux-2.6.39/tools/perf/
DMakefile32 ARCH ?= $(shell echo $(uname_M) | sed -e s/i.86/i386/ -e s/sun4u/sparc64/ \
/linux-2.6.39/
DMakefile168 SUBARCH := $(shell uname -m | sed -e s/i.86/i386/ -e s/sun4u/sparc64/ \