函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:arch\x86\kernel\cpu\intel.c Create Date:2022-07-27 08:57:37
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:Processors which have self-snooping capability can handle conflicting* memory type across CPUs by snooping its own cache. However, there exists* CPU models in which having conflicting memory types still leads to

函数原型:static void check_memory_type_self_snoop_errata(struct cpuinfo_x86 *c)

返回类型:void

参数:

类型参数名称
struct cpuinfo_x86 *c
79  :x86_model恒等于"Big Core" Processors (Branded as Core, Xeon, etc
80  :x86_model恒等于INTEL_FAM6_CORE2_MEROM
81  :x86_model恒等于INTEL_FAM6_CORE2_MEROM_L
82  :x86_model恒等于INTEL_FAM6_CORE2_PENRYN
83  :x86_model恒等于INTEL_FAM6_CORE2_DUNNINGTON
84  :x86_model恒等于INTEL_FAM6_NEHALEM
85  :x86_model恒等于Auburndale / Havendale
86  :x86_model恒等于INTEL_FAM6_NEHALEM_EP
87  :x86_model恒等于INTEL_FAM6_NEHALEM_EX
88  :x86_model恒等于INTEL_FAM6_WESTMERE
89  :x86_model恒等于INTEL_FAM6_WESTMERE_EP
90  :x86_model恒等于INTEL_FAM6_SANDYBRIDGE
91  setup_clear_cpu_cap("ss" CPU self snoop )
调用者
名称描述
early_init_intel