函数逻辑报告 |
Source Code:arch\x86\include\asm\msr.h |
Create Date:2022-07-27 06:38:57 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:wrmsr with exception handling
函数原型:static inline int wrmsr_safe(unsigned int msr, u32 low, u32 high)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
unsigned int | msr | |
u32 | low | |
u32 | high |
名称 | 描述 |
---|---|
mtrr_wrmsr | Doesn't attempt to pass an error out to MTRR users* because it's quite complicated in some cases and probably not* worth it because the best error handling is to ignore it. |
cache_alloc_hsw_probe | ache_alloc_hsw_probe() - Have to probe for Intel haswell server CPUs* as they do not have CPUID enumeration support for Cache allocation |
x86_acpi_suspend_lowlevel | x86_acpi_suspend_lowlevel - save kernel state* Create an identity mapped page table and copy the wakeup routine to* low memory. |
wrmsrl_safe | 64-bit version of wrmsr_safe(): |
wrmsr_safe_on_cpu |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |