函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:arch\x86\lib\msr.c Create Date:2022-07-27 08:25:15
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:Clear @bit in a MSR @msr.* Retval:* < 0: An error was encountered.* = 0: Bit was already cleared.* > 0: Hardware accepted the MSR write.

函数原型:int msr_clear_bit(unsigned int msr, u8 bit)

返回类型:int

参数:

类型参数名称
unsigned intmsr
u8bit
113  返回:__flip_bit(msr, bit, false)
调用者
名称描述
init_amd_k7
init_amd_gh
clear_rdrand_cpuid_bit
disable_err_thresholdingTurn off thresholding banks for the following conditions:* - MC4_MISC thresholding is not supported on Family 0x15.* - Prevent possible spurious interrupts from the IF bank on Family 0x17* Models 0x10-0x2F due to Erratum #1114.
early_init_intel