Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:arch\x86\kernel\cpu\mtrr\generic.c Create Date:2022-07-28 08:06:05
Last Modify:2022-05-18 17:45:43 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:update_fixed_last

Proto:static void __init update_fixed_last(unsigned base, unsigned end, mtrr_type type)

Type:void

Parameter:

TypeParameterName
unsignedbase
unsignedend
mtrr_typetype
375  last_fixed_start = base
376  last_fixed_end = end
377  last_fixed_type = type
Caller
NameDescribe
print_fixed