函数逻辑报告 |
Source Code:arch\x86\kernel\cpu\match.c |
Create Date:2022-07-27 08:55:59 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:x86_match_cpu - match current CPU again an array of x86_cpu_ids*@match: Pointer to array of x86_cpu_ids. Last entry terminated with* {}.* Return the entry if the current CPU matches the entries in the* passed x86_cpu_id match table
函数原型:const struct x86_cpu_id *x86_match_cpu(const struct x86_cpu_id *match)
返回类型:struct x86_cpu_id
参数:
类型 | 参数 | 名称 |
---|---|---|
const struct x86_cpu_id * | match |
38 | 如果vendor不等于X86_VENDOR_ANY且CPU vendor 不等于vendor则继续下一循环 |
40 | 如果family不等于X86_FAMILY_ANY且CPU family 不等于family则继续下一循环 |
42 | 如果model不等于X86_MODEL_ANY且x86_model不等于model则继续下一循环 |
44 | 如果 bit index 不等于Same as FPU, you can't test for that 且非cpu_has(c, bit index )则继续下一循环 |
46 | 返回:m |
48 | 返回:NULL |
名称 | 描述 |
---|---|
cpu_matches | |
match_llc | |
apic_check_deadline_errata | |
cpu_khz_from_msr | MSR-based CPU/TSC frequency discovery for certain CPUs.* Set global "lapic_timer_period" to bus_clock_cycles/jiffy* Return processor base frequency in KHz, or 0 on failure. |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |