Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:mtrr_init_finialize

Proto:static int __init mtrr_init_finialize(void)

Type:int

Parameter:Nothing

869  If Not mtrr_enabled() Then Return 0
872  If use_intel() Then
873  If Not changed_by_mtrr_cleanup Then mtrr_state_warn()
875  Return 0
886  register_syscore_ops( & mtrr_syscore_ops)
888  Return 0