Searched refs:cputypval (Results 1 - 4 of 4) sorted by relevance

/linux-master/arch/sparc/kernel/
H A Dsetup_32.c266 if (!strcmp(&cputypval[0], "sun4m"))
268 if (!strcmp(&cputypval[0], "sun4s"))
270 if (!strcmp(&cputypval[0], "sun4d"))
272 if (!strcmp(&cputypval[0], "sun4e"))
274 if (!strcmp(&cputypval[0], "sun4u"))
276 if (!strncmp(&cputypval[0], "leon" , 4))
H A Dkernel.h146 extern char cputypval[];
H A Dhead_32.S35 .globl cputypval
36 cputypval: label
384 sethi %hi(cputypval), %o2 ! information, the string
385 or %o2, %lo(cputypval), %o2
405 set cputypval, %o2
406 /* If cputypval[0] == 'l' (lower case letter L) this is leon */
412 /* Check cputypval[4] to find the sun model */
H A Dcpu.c344 &cputypval[0],

Completed in 125 milliseconds