Function report |
Source Code:arch\x86\kernel\cpu\mce\intel.c |
Create Date:2022-07-28 08:02:27 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:cmci_supported
Proto:static int cmci_supported(int *banks)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
int * | banks |
80 | If cmci_disabled || ignore_ce Then Return 0 |
88 | If CPU vendor != X86_VENDOR_INTEL && CPU vendor != X86_VENDOR_ZHAOXIN Then Return 0 |
92 | If Not boot_cpu_has(Onboard APIC ) || lapic_get_maxlvt - get the maximum number of local vector table entries < 6 Then Return 0 |
94 | rdmsrl(MSR_IA32_MCG_CAP, cap) |
96 | Return Not Not (cap & CMCI supported ) |
Name | Describe |
---|---|
cmci_recheck | Just in case we missed an event during initialization check* all the CMCI owned banks. |
cmci_clear | Disable CMCI on this CPU for all banks it owns when it goes down.* This allows other CPUs to claim the banks on rediscovery. |
cmci_rediscover_work_func | |
cmci_rediscover | After a CPU went down cycle through all the others and rediscover |
cmci_reenable | Reenable CMCI on this CPU in case a CPU down failed. |
cmci_disable_bank | |
intel_init_cmci |
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 |