Function report |
Source Code:arch\x86\kernel\cpu\mce\core.c |
Create Date:2022-07-28 08:00:30 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Read ADDR and MISC registers.
Proto:static void mce_read_aux(struct mce *m, int i)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct mce * | m | |
int | i |
646 | If Bank's MCi_STATUS MSR & misc error reg. valid Then Bank's MCi_MISC MSR = MSR access wrappers used for error injection |
649 | If Bank's MCi_STATUS MSR & addr reg. valid Then |
655 | If ser && Bank's MCi_STATUS MSR & misc error reg. valid Then |
657 | Bank's MCi_ADDR MSR >>= shift |
658 | Bank's MCi_ADDR MSR <<= shift |
666 | lsb = Bank's MCi_ADDR MSR >> 56 & 0x3f |
668 | Bank's MCi_ADDR MSR &= GENMASK_ULL(55, lsb) |
Name | Describe |
---|---|
machine_check_poll | Poll for corrected events or events that happened before reset.* Those are just logged through /dev/mcelog.* This is executed in standard interrupt context.* Note: spec recommends to panic for fatal unsignalled* errors here |
mce_no_way_out | Do a quick check if any of the events requires a panic.* This decides if we keep the events around or clear them. |
__mc_scan_banks |
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 |