Searched refs:cputypval (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/arch/sparc/kernel/ |
H A D | setup_32.c | 280 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 D | head_32.S | 35 .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 D | kernel.h | 147 extern char cputypval[];
|
H A D | cpu.c | 344 &cputypval[0], in show_cpuinfo()
|
/kernel/linux/linux-6.6/arch/sparc/kernel/ |
H A D | setup_32.c | 279 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 D | head_32.S | 35 .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 D | kernel.h | 146 extern char cputypval[];
|
H A D | cpu.c | 344 &cputypval[0], in show_cpuinfo()
|
Completed in 5 milliseconds