Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\linux\suspend.h Create Date:2022-07-28 05:57:45
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:register_nosave_region

Proto:static inline void register_nosave_region(unsigned long b, unsigned long e)

Type:void

Parameter:

TypeParameterName
unsigned longb
unsigned longe

NULL

Caller
NameDescribe
e820__register_nosave_regionsFind the ranges of physical addresses that do not correspond to* E820 RAM areas and register the corresponding pages as 'nosave' for* hibernation (32-bit) or software suspend and suspend to RAM (64-bit)
allocate_apertureThis code runs before the PCI subsystem is initialized, so justaccess the northbridge directly.