Function report |
Source Code:arch\x86\kernel\cpu\mce\core.c |
Create Date:2022-07-28 08:00:39 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:do_memory_failure
Proto:static int do_memory_failure(struct mce *m)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct mce * | m |
1101 | flags = MF_ACTION_REQUIRED |
1104 | pr_err("Uncorrected hardware memory error in user-access at %llx", Bank's MCi_ADDR MSR ) |
1105 | If Not (Machine Check Global Status MSR & start ip valid ) Then flags |= MF_MUST_KILL |
1110 | Else set_mce_nospec(Bank's MCi_ADDR MSR >> PAGE_SHIFT determines the page size ) |
1112 | Return ret |
Name | Describe |
---|---|
do_machine_check | The actual machine check handler. This only handles real* exceptions when something got corrupted coming in through int 18.* This is executed in NMI context not subject to normal locking rules. This* implies that most kernel services cannot be safely used |
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 |