函数逻辑报告 |
Source Code:arch\x86\include\asm\msr.h |
Create Date:2022-07-27 06:38:55 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:__rdmsr() and __wrmsr() are the two primitives which are the bare minimum MSR* accessors and should not have any tracing or other functionality piggybacking* on them - those are *purely* for accessing MSRs and nothing more
函数原型:static inline unsigned long long notrace __rdmsr(unsigned int msr)
返回类型:unsigned long long
参数:
类型 | 参数 | 名称 |
---|---|---|
unsigned int | msr |
95 | asm volatile |
100 | 返回:EAX_EDX_VAL(val, low, high) |
名称 | 描述 |
---|---|
native_read_msr |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |