Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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 activityDownload SCCTChinese

Name:show_cpuinfo_misc

Proto:static void show_cpuinfo_misc(struct seq_file *m, struct cpuinfo_x86 *c)

Type:void

Parameter:

TypeParameterName
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: )
Caller
NameDescribe
show_cpuinfo