Function report |
Source Code:arch\x86\kernel\cpu\mce\core.c |
Create Date:2022-07-28 08:01:00 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Called for each booted CPU to set up machine checks.* Must be called with preempt off:
Proto:void mcheck_cpu_init(struct cpuinfo_x86 *c)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct cpuinfo_x86 * | c |
1918 | If disabled Then Return |
1921 | If __mcheck_cpu_ancient_init(c) Then Return |
1924 | If Not mce_available(c) Then Return |
1929 | If Add per CPU specific workarounds here < 0 Then |
1930 | disabled = 1 |
1931 | Return |
1934 | If mce_gen_pool_init() Then |
1935 | disabled = 1 |
1937 | Return |
1943 | __mcheck_cpu_init_generic() |
1944 | __mcheck_cpu_init_vendor(c) |
1947 | __mcheck_cpu_setup_timer() |
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 |