Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:mm\memblock.c Create Date:2022-07-28 15:10:55
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:__find_max_addr

Proto:static phys_addr_t __attribute__((__section__(".meminit.text"))) __attribute__((__cold__)) __attribute__((__no_instrument_function__))__find_max_addr(phys_addr_t limit)

Type:phys_addr_t

Parameter:

TypeParameterName
phys_addr_tlimit
1668  max_addr = PHYS_ADDR_MAX
1677  If limit <= size Then
1678  max_addr = base + limit
1679  Break
1681  limit -= size
1684  Return max_addr
Caller
NameDescribe
memblock_enforce_memory_limit
memblock_mem_limit_remove_map