Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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 activityDownload SCCTChinese

Name:wrmsr with exception handling

Proto:static inline int wrmsr_safe(unsigned int msr, u32 low, u32 high)

Type:int

Parameter:

TypeParameterName
unsigned intmsr
u32low
u32high
289  Return Can be uninlined because referenced by paravirt
Caller
NameDescribe
mtrr_wrmsrDoesn'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_probeache_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_lowlevelx86_acpi_suspend_lowlevel - save kernel state* Create an identity mapped page table and copy the wakeup routine to* low memory.
wrmsrl_safe64-bit version of wrmsr_safe():
wrmsr_safe_on_cpu