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:13
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:get_mem_config

Proto:static __init bool get_mem_config(void)

Type:bool

Parameter:Nothing

824  If Not rdt_cpu_has(Memory Bandwidth Allocation ) Then Return false
827  If CPU vendor == X86_VENDOR_INTEL Then Return __get_mem_config_intel( & rdt_resources_all[RDT_RESOURCE_MBA])
829  Else if CPU vendor == X86_VENDOR_AMD Then Return __rdt_get_mem_config_amd( & rdt_resources_all[RDT_RESOURCE_MBA])
832  Return false
Caller
NameDescribe
get_rdt_alloc_resources