函数逻辑报告 |
Source Code:arch\x86\kernel\apic\apic.c |
Create Date:2022-07-27 09:26:29 |
Last Modify:2020-03-16 21:21:31 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:Setup the local APIC timer for this CPU. Copy the initialized values* of the boot CPU and register the clock event in the framework.
函数原型:static void setup_APIC_timer(void)
返回类型:void
参数:无
648 | levt等于this_cpu_ptr( & lapic_events) |
650 | 如果this_cpu_has(Always Running APIC Timer )则 |
651 | features与等于CLOCK_EVT_FEAT_C3STOP的反 |
653 | rating等于150 |
657 | cpumask等于cpumask_of - the cpumask containing just a given cpu*@cpu: the cpu (<= nr_cpu_ids)(当前cpu ID()) |
659 | 如果this_cpu_has(TSC deadline timer )则 |
660 | name等于"lapic-deadline" |
661 | features与等于CLOCK_EVT_FEAT_PERIODIC按位或CLOCK_EVT_FEAT_DUMMY的值的反 |
名称 | 描述 |
---|---|
x86_init_noop | Setup the boot APIC* Calibrate and verify the result. |
x86_init_noop |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |