Function report |
Source Code:arch\x86\kernel\cpu\mce\intel.c |
Create Date:2022-07-28 08:02:38 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:intel_ppin_init
Proto:static void intel_ppin_init(struct cpuinfo_x86 *c)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct cpuinfo_x86 * | c |
482 | Case x86_model == INTEL_FAM6_IVYBRIDGE_X |
483 | Case x86_model == INTEL_FAM6_HASWELL_X |
484 | Case x86_model == INTEL_FAM6_BROADWELL_D |
485 | Case x86_model == INTEL_FAM6_BROADWELL_X |
486 | Case x86_model == INTEL_FAM6_SKYLAKE_X |
487 | Case x86_model == INTEL_FAM6_ICELAKE_X |
488 | Case x86_model == Knights Landing |
489 | Case x86_model == Knights Mill |
491 | If rdmsrl_safe(MSR_PPIN_CTL, & val) Then Return |
494 | If (val & 3UL) == 1UL Then |
496 | Return |
500 | If Not (val & 3UL) Then |
502 | rdmsrl_safe(MSR_PPIN_CTL, & val) |
505 | If (val & 3UL) == 2UL Then set_cpu_cap(c, Intel Processor Inventory Number ) |
Name | Describe |
---|---|
mce_intel_feature_init |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |