Function report |
Source Code:arch\x86\kernel\cpu\mce\apei.c |
Create Date:2022-07-28 08:04:43 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:apei_write_mce
Proto:int apei_write_mce(struct mce *m)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct mce * | m |
77 | must be CPER_RECORD_REV = CPER record header revision, used in revision field in struct* cper_record_header |
79 | section_count = 1 |
82 | validation_bits = 0 |
83 | record_length = size of rcd |
86 | record_id = cper_next_record_id() |
89 | Offset in bytes of the* section body from the base* of the record header = (void * ) & mce - (void * ) & rcd |
90 | section_length = size of mce |
91 | must be CPER_RECORD_REV = CPER section header revision, used in revision field in struct* cper_section_descriptor |
93 | validation_bits = 0 |
94 | flags = Flags bits definitions for flags in struct cper_section_descriptor* If set, the section is associated with the error condition* directly, and should be focused on |
100 | Return erst_write( & hdr) |
Name | Describe |
---|---|
mce_panic |
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 |