Function report |
Source Code:arch\x86\kernel\cpu\proc.c |
Create Date:2022-07-28 07:56:58 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:show_cpuinfo_misc
Proto:static void show_cpuinfo_misc(struct seq_file *m, struct cpuinfo_x86 *c)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct seq_file * | m | |
struct cpuinfo_x86 * | c |
30 | seq_printf(m, "fdiv_bug\t: %s\nf00f_bug\t: %s\ncoma_bug\t: %s\nfpu\t\t: %s\nfpu_exception\t: %s\ncpuid level\t: %d\nwp\t\t: yes\n", boot_cpu_has_bug(FPU FDIV ) ? "yes" : "no", boot_cpu_has_bug(Intel F00F ) ? "yes" : "no", boot_cpu_has_bug(Cyrix 6x86 coma ) ? "yes" : "no", boot_cpu_has(Onboard FPU ) ? "yes" : "no", boot_cpu_has(Onboard FPU ) ? "yes" : "no", Maximum supported CPUID level, -1=no CPUID: ) |
Name | Describe |
---|---|
show_cpuinfo |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |