函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:memblock_find_in_range

函数原型:phys_addr_t __attribute__((__section__(".meminit.text"))) __attribute__((__cold__)) __attribute__((__no_instrument_function__))memblock_find_in_range(phys_addr_t start, phys_addr_t end, phys_addr_t size, phys_addr_t align)

返回类型:phys_addr_t

参数:

类型参数名称
phys_addr_tstart
phys_addr_tend
phys_addr_tsize
phys_addr_talign
336  flags等于choose_memblock_flags()
338  again :
339  ret等于memblock_find_in_range_node(size, align, start, end, NUMA_NO_NODE, flags)
342  如果非retflags按位与mirrored region
343  打印警告信息("Could not allocate %pap bytes of mirrored memory\n", & size)
345  flags与等于mirrored region 的反
346  转到:again
349  返回:ret
调用者
名称描述
memblock_double_array
reserve_crashkernel
allocate_apertureThis code runs before the PCI subsystem is initialized, so justaccess the northbridge directly.