函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:do_mark_busy

函数原型:static bool __init do_mark_busy(enum e820_type type, struct resource *res)

返回类型:bool

参数:

类型参数名称
enum e820_typetype
struct resource *res
1092  如果start小于1ULL左移20位则返回:true
1100  :type恒等于E820_TYPE_RESERVED
1101  :type恒等于E820_TYPE_SOFT_RESERVED
1102  :type恒等于E820_TYPE_PRAM
1103  :type恒等于E820_TYPE_PMEM
1104  返回:false
1105  :type恒等于E820_TYPE_RESERVED_KERN
1106  :type恒等于E820_TYPE_RAM
1107  :type恒等于E820_TYPE_ACPI
1108  :type恒等于E820_TYPE_NVS
1109  :type恒等于E820_TYPE_UNUSABLE
1110  默认
1111  返回:true
调用者
名称描述
e820__reserve_resources