Function report |
Source Code:arch\x86\kernel\e820.c |
Create Date:2022-07-28 07:43:21 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Allocate the requested number of bytes with the requsted alignment* and return (the physical address) to the caller
Proto:u64 __init e820__memblock_alloc_reserved(u64 size, u64 align)
Type:u64
Parameter:
Type | Parameter | Name |
---|---|---|
u64 | size | |
u64 | align |
793 | addr = memblock_phys_alloc(size, align) |
794 | If addr Then |
796 | pr_info("update e820_table_kexec for e820__memblock_alloc_reserved()\n") |
797 | e820__update_table_kexec() |
800 | Return addr |
Name | Describe |
---|---|
e820__memblock_alloc_reserved_mpc_new |
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 |