Function report |
Source Code:arch\x86\kernel\cpu\mce\amd.c |
Create Date:2022-07-28 08:03:27 |
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
| home page | Tree |
| Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:__log_error
Proto:static void __log_error(unsigned int bank, u64 status, u64 addr, u64 misc)
Type:void
Parameter:
| Type | Parameter | Name |
|---|---|---|
| unsigned int | bank | |
| u64 | status | |
| u64 | addr | |
| u64 | misc |
| 879 | Bank's MCi_STATUS MSR = status |
| 880 | Bank's MCi_MISC MSR = misc |
| 882 | CPU time stamp counter = dtsc() - returns the current TSC without ordering constraints* rdtsc() returns the result of RDTSC as a 64-bit integer |
| 884 | If Bank's MCi_STATUS MSR & addr reg. valid Then |
| 885 | Bank's MCi_ADDR MSR = addr |
| 892 | lsb = Bank's MCi_ADDR MSR >> 56 & 0x3f |
| 894 | Bank's MCi_ADDR MSR &= GENMASK_ULL(55, lsb) |
| Name | Describe |
|---|---|
| _log_error_bank | Returns true if the logged error is deferred. False, otherwise. |
| 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 |