函数逻辑报告 |
Source Code:arch\x86\kernel\cpu\proc.c |
Create Date:2022-07-27 08:57:18 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:show_cpuinfo_misc
函数原型:static void show_cpuinfo_misc(struct seq_file *m, struct cpuinfo_x86 *c)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
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: ) |
名称 | 描述 |
---|---|
show_cpuinfo |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |