Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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 activityDownload SCCTChinese

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:

TypeParameterName
phys_addr_tsize
phys_addr_talign
357  Return memblock_phys_alloc_range(size, align, 0, MEMBLOCK_ALLOC_ACCESSIBLE)
Caller
NameDescribe
e820__memblock_alloc_reservedAllocate the requested number of bytes with the requsted alignment* and return (the physical address) to the caller