Searched refs:codegendescription (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/platforms/52xx/ |
H A D | efika.c | 146 const char *codegendescription; in efika_show_cpuinfo() local 154 codegendescription = of_get_property(root, "CODEGEN,description", NULL); in efika_show_cpuinfo() 157 if (codegendescription) in efika_show_cpuinfo() 158 seq_printf(m, "machine\t\t: %s\n", codegendescription); in efika_show_cpuinfo()
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/52xx/ |
H A D | efika.c | 145 const char *codegendescription; in efika_show_cpuinfo() local 153 codegendescription = of_get_property(root, "CODEGEN,description", NULL); in efika_show_cpuinfo() 156 if (codegendescription) in efika_show_cpuinfo() 157 seq_printf(m, "machine\t\t: %s\n", codegendescription); in efika_show_cpuinfo()
|
Completed in 2 milliseconds