Function report |
Source Code:arch\x86\kernel\cpu\mce\amd.c |
Create Date:2022-07-28 08:03:07 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:smca_configure
Proto:static void smca_configure(unsigned int bank, unsigned int cpu)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
unsigned int | bank | |
unsigned int | cpu |
237 | If Not dmsr with exception handling (smca_config, & low, & high) Then |
263 | wrmsr(smca_config, low, high) |
266 | smca_set_misc_banks_map(bank, cpu) |
269 | If hwid && hwid_mcatype != 0 Then Return |
272 | If dmsr with exception handling (MSR_AMD64_SMCA_MCx_IPID(bank), & low, & high) Then |
277 | hwid_mcatype = HWID_MCATYPE(high & MCI_IPID_HWID, (high & MCI_IPID_MCATYPE) >> 16) |
281 | s_hwid = smca_hwid_mcatypes[i] |
282 | If hwid_mcatype == hwid_mcatype Then |
Name | Describe |
---|---|
mce_amd_feature_init | pu init entry point, called from mce.c with preempt off |
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 |