Function report |
Source Code:include\linux\memblock.h |
Create Date:2022-07-28 06:15:59 |
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
| home page | Tree |
| Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:memblock_phys_alloc
Proto:static inline phys_addr_t memblock_phys_alloc(phys_addr_t size, phys_addr_t align)
Type:phys_addr_t
Parameter:
| Type | Parameter | Name |
|---|---|---|
| phys_addr_t | size | |
| phys_addr_t | align |
| 357 | Return memblock_phys_alloc_range(size, align, 0, MEMBLOCK_ALLOC_ACCESSIBLE) |
| Name | Describe |
|---|---|
| e820__memblock_alloc_reserved | Allocate the requested number of bytes with the requsted alignment* and return (the physical address) to the caller |
| 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 |