Function report |
Source Code:arch\x86\kernel\cpu\mce\core.c |
Create Date:2022-07-28 08:00:56 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Init basic CPU features needed for early decoding of MCEs.
Proto:static void __mcheck_cpu_init_early(struct cpuinfo_x86 *c)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct cpuinfo_x86 * | c |
1758 | If CPU vendor == X86_VENDOR_AMD || CPU vendor == X86_VENDOR_HYGON Then |
1759 | * Indicates that overflow conditions are not fatal, when set. = Not Not cpu_has(c, MCA overflow recovery support ) |
1760 | * Indicates that overflow conditions are not fatal, when set. = Not Not cpu_has(c, Uncorrectable error containment and recovery ) |
1761 | * Indicates that overflow conditions are not fatal, when set. = Not Not cpu_has(c, Scalable MCA ) |
1764 | ctl = smca_ctl_reg |
1765 | status = smca_status_reg |
1766 | addr = smca_addr_reg |
1767 | misc = smca_misc_reg |
Name | Describe |
---|---|
mcheck_cpu_init | Called for each booted CPU to set up machine checks.* Must be called with preempt off: |
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 |