函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:arch\x86\kernel\cpu\mtrr\generic.c Create Date:2022-07-27 09:06:15
Last Modify:2022-05-18 17:45:43 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:Get the MSR pair relating to a var range

函数原型:static void get_mtrr_var_range(unsigned int index, struct mtrr_var_range *vr)

返回类型:void

参数:

类型参数名称
unsigned intindex
struct mtrr_var_range *vr
318  Access to machine-specific registers (available on 586 and better only)* Note: the rd* operations modify the parameters directly (without using* pointer indirection), this allows gcc to optimize better(MTRRphysBase_MSR(index), base_lo, base_hi)
319  Access to machine-specific registers (available on 586 and better only)* Note: the rd* operations modify the parameters directly (without using* pointer indirection), this allows gcc to optimize better(MTRRphysMask_MSR(index), mask_lo, mask_hi)
调用者
名称描述
get_mtrr_stateGrab all of the MTRR state for this CPU into *state