Function report |
Source Code:arch\x86\lib\msr.c |
Create Date:2022-07-28 07:26:08 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Read an MSR with error handling*@msr: MSR to read*@m: value to read into* It returns read data only on success, otherwise it doesn't change the output* argument @m.
Proto:int msr_read(unsigned int msr, struct msr *m)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
unsigned int | msr | |
struct msr * | m |
44 | err = rdmsrl_safe(msr, & val) |
48 | Return err |
Name | Describe |
---|---|
__flip_bit |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |