Searched refs:cputypval (Results 1 – 4 of 4) sorted by relevance
/linux-5.19.10/arch/sparc/kernel/ |
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()
|
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
|
D | kernel.h | 147 extern char cputypval[];
|
D | cpu.c | 344 &cputypval[0], in show_cpuinfo()
|