函数逻辑报告 |
Source Code:arch\x86\kernel\cpu\cyrix.c |
Create Date:2022-07-27 08:59:27 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:cyrix_identify
函数原型:static void cyrix_identify(struct cpuinfo_x86 *c)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
struct cpuinfo_x86 * | c |
418 | strcpy(x86_vendor_id, "CyrixInstead") |
419 | CPU vendor 等于X86_VENDOR_CYRIX |
425 | do_cyrix_devid( & dir0, & dir1) |
427 | dir0右移等于4位 |
434 | 打印信息("Enabling CPUID on Cyrix processor.\n") |
435 | local_irq_save(flags) |
436 | ccr3等于NSC/Cyrix CPU indexed register access. Must be inlined instead of* macros to ensure correct access ordering* Access order is always 0x22 (=offset), 0x23 (=value) |
440 | setCx86(CX86_CCR4, NSC/Cyrix CPU indexed register access. Must be inlined instead of* macros to ensure correct access ordering* Access order is always 0x22 (=offset), 0x23 (=value) | 0x80) |
443 | local_irq_restore(flags) |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |