Searched refs:cputypval (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/arch/sparc/kernel/ |
D | setup_32.c | 266 if (!strcmp(&cputypval[0], "sun4m")) in sparc32_start_kernel() 268 if (!strcmp(&cputypval[0], "sun4s")) in sparc32_start_kernel() 270 if (!strcmp(&cputypval[0], "sun4d")) in sparc32_start_kernel() 272 if (!strcmp(&cputypval[0], "sun4e")) in sparc32_start_kernel() 274 if (!strcmp(&cputypval[0], "sun4u")) in sparc32_start_kernel() 276 if (!strncmp(&cputypval[0], "leon" , 4)) in sparc32_start_kernel()
|
D | head_32.S | 35 .globl cputypval symbol 36 cputypval: label 388 sethi %hi(cputypval), %o2 ! information, the string 389 or %o2, %lo(cputypval), %o2 409 set cputypval, %o2
|
D | kernel.h | 150 extern char cputypval[];
|
D | cpu.c | 344 &cputypval[0], in show_cpuinfo()
|