函数逻辑报告 |
Source Code:arch\x86\kernel\smpboot.c |
Create Date:2022-07-27 09:24:08 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:pology_phys_to_logical_die - Map a physical die id to logical* Returns logical die id or -1 if not found
函数原型:int topology_phys_to_logical_die(unsigned int die_id, unsigned int cur_cpu)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
unsigned int | die_id | |
unsigned int | cur_cpu |
310 | proc_id等于phys_proc_id |
315 | 如果initialized且cpu_die_id恒等于die_id且Physical processor id: 恒等于proc_id则返回:logical_die_id |
319 | 返回:负1 |
名称 | 描述 |
---|---|
topology_update_die_map | pology_update_die_map - Update the physical to logical die map*@die: The die id as retrieved via CPUID*@cpu: The cpu for which this is updated |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |