Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/sparc/kernel/
H A Dsetup_32.c280 if (!strcmp(&cputypval[0], "sun4m")) in sparc32_start_kernel()
282 if (!strcmp(&cputypval[0], "sun4s")) in sparc32_start_kernel()
284 if (!strcmp(&cputypval[0], "sun4d")) in sparc32_start_kernel()
286 if (!strcmp(&cputypval[0], "sun4e")) in sparc32_start_kernel()
288 if (!strcmp(&cputypval[0], "sun4u")) in sparc32_start_kernel()
290 if (!strncmp(&cputypval[0], "leon" , 4)) in sparc32_start_kernel()
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 Dkernel.h147 extern char cputypval[];
H A Dcpu.c344 &cputypval[0], in show_cpuinfo()
/kernel/linux/linux-6.6/arch/sparc/kernel/
H A Dsetup_32.c279 if (!strcmp(&cputypval[0], "sun4m")) in sparc32_start_kernel()
281 if (!strcmp(&cputypval[0], "sun4s")) in sparc32_start_kernel()
283 if (!strcmp(&cputypval[0], "sun4d")) in sparc32_start_kernel()
285 if (!strcmp(&cputypval[0], "sun4e")) in sparc32_start_kernel()
287 if (!strcmp(&cputypval[0], "sun4u")) in sparc32_start_kernel()
289 if (!strncmp(&cputypval[0], "leon" , 4)) in sparc32_start_kernel()
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 Dkernel.h146 extern char cputypval[];
H A Dcpu.c344 &cputypval[0], in show_cpuinfo()

Completed in 5 milliseconds