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:06
Last Modify:2022-05-18 17:45:43 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:print_fixed

Proto:static void __init print_fixed(unsigned base, unsigned step, const mtrr_type *types)

Type:void

Parameter:

TypeParameterName
unsignedbase
unsignedstep
const mtrr_type *types
385  When i < 8 cycle
386  If last_fixed_end == 0 Then
388  Continue
390  If last_fixed_end == base && last_fixed_type == types Then
392  Continue
395  print_fixed_last()
396  update_fixed_last(base, base + step, * types)
Caller
NameDescribe
print_mtrr_state