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:wrmsr with exception handling
Proto:static inline int wrmsr_safe(unsigned int msr, u32 low, u32 high)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
unsigned int | msr | |
u32 | low | |
u32 | high |
Name | Describe |
---|---|
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 |
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 |