Function report |
Source Code:arch\x86\kernel\cpu\cyrix.c |
Create Date:2022-07-28 07:58:57 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:cyrix_identify
Proto:static void cyrix_identify(struct cpuinfo_x86 *c)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
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 | pr_info("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) |
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 |