Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:arch\x86\kernel\cpu\resctrl\core.c Create Date:2022-07-28 08:10:15
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:__check_quirks_intel

Proto:static __init void __check_quirks_intel(void)

Type:void

Parameter:Nothing

883  Case x86_model == INTEL_FAM6_HASWELL_X
884  If Not force_off Then ache_alloc_hsw_probe() - Have to probe for Intel haswell server CPUs* as they do not have CPUID enumeration support for Cache allocation
886  Break
887  Case x86_model == INTEL_FAM6_SKYLAKE_X
888  If x86_stepping <= 4 Then set_rdt_options("!cmt,!mbmtotal,!mbmlocal,!l3cat")
890  Else set_rdt_options("!l3cat")
Caller
NameDescribe
check_quirks