Function report |
Source Code:arch\x86\kernel\apic\x2apic_uv_x.c |
Create Date:2022-07-28 08:34:28 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:decode_uv_systab
Proto:static int __init decode_uv_systab(void)
Type:int
Parameter:Nothing
1308 | If is_uv_hubbed(0xfffffe) < uv(4) && is_uv_hubless(0xfffffe) < uv(4) Then Return 0 |
1312 | If Not st || distinguish different firmware revs < UV_SYSTAB_VERSION_UV4_LATEST Then |
1313 | rev = If st Then distinguish different firmware revs Else 0 |
1315 | pr_err("UV: BIOS UVsystab version(%x) mismatch, expecting(%x)\n", rev, UV_SYSTAB_VERSION_UV4_LATEST) |
1316 | pr_err("UV: Cannot support UV operations, switching to generic PC\n") |
1317 | uv_system_type = UV_NONE |
1319 | Return -EINVAL |
1322 | When type of entry != End of table (offset == 0) cycle |
1325 | If Not ptr Then Continue |
1331 | Case type of entry == GAM PARAM conversions |
1332 | decode_gam_params(ptr) |
1333 | Break |
1335 | Case type of entry == GAM entry table |
1336 | decode_gam_rng_tbl(ptr) |
1337 | Break |
1340 | Return 0 |
Name | Describe |
---|---|
uv_system_init_hubless | Initialize UV hubless systems |
uv_system_init_hub |
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 |