函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\linux\memblock.h Create Date:2022-07-27 07:13:17
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:memblock_phys_alloc

函数原型:static inline phys_addr_t memblock_phys_alloc(phys_addr_t size, phys_addr_t align)

返回类型:phys_addr_t

参数:

类型参数名称
phys_addr_tsize
phys_addr_talign
357  返回:memblock_phys_alloc_range(size, align, 0, MEMBLOCK_ALLOC_ACCESSIBLE)
调用者
名称描述
e820__memblock_alloc_reservedAllocate the requested number of bytes with the requsted alignment* and return (the physical address) to the caller