Function report |
Source Code:arch\x86\include\asm\msr.h |
Create Date:2022-07-28 05:34:58 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:rdmsrl_safe
Proto:static inline int rdmsrl_safe(unsigned int msr, unsigned long long *p)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
unsigned int | msr | |
unsigned long long * | p |
306 | p = native_read_msr_safe(msr, & err) |
307 | Return err |
Name | Describe |
---|---|
msr_read | 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. |
init_cpuid_fault | |
init_intel_misc_features | |
bsp_init_amd | |
init_amd_bd | |
bsp_init_hygon | |
mce_rdmsrl | MSR access wrappers used for error injection |
intel_ppin_init | |
rdmsrl_safe_on_cpu |
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 |