函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:arch\x86\kernel\e820.c Create Date:2022-07-27 08:43:19
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:How much should we pad the end of RAM, depending on where it is?

函数原型:static unsigned long __init ram_alignment(resource_size_t pos)

返回类型:unsigned long

参数:

类型参数名称
resource_size_tpos
1173  mb等于pos右移20位
1176  如果非mb则返回:64乘1024
1180  如果mb小于16则返回:1024乘1024
1184  返回:64乘1024乘1024
调用者
名称描述
e820__reserve_resources_late