Function report |
Source Code:arch\x86\kernel\tboot.c |
Create Date:2022-07-28 07:53:11 |
Last Modify:2022-05-22 06:45:44 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:tboot_probe
Proto:void __init tboot_probe(void)
Type:void
Parameter:Nothing
52 | If Not 0x058 Then Return |
58 | If Not e820__mapped_any(0x058 , 0x058 , E820_TYPE_RESERVED) Then |
60 | pr_warn("non-0 tboot_addr but it is not of type E820_TYPE_RESERVED\n") |
61 | Return |
65 | set_fixmap(FIX_TBOOT_BASE, 0x058 ) |
67 | If memcmp( & tboot_uuid, & uuid, size of uuid ) Then |
72 | If version < 5 Then |
82 | pr_debug("shutdown_entry: 0x%x\n", shutdown_entry) |
83 | pr_debug("tboot_base: 0x%08x\n", tboot_base) |
84 | pr_debug("tboot_size: 0x%x\n", tboot_size) |
Name | Describe |
---|---|
setup_arch | setup_arch - architecture-specific boot-time initializations* Note: On x86_64, fixmaps are ready for use even before this is called. |
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 |