Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:arch\x86\kernel\e820.c Create Date:2022-07-28 07:43:02
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:e820__mapped_any

Proto:bool e820__mapped_any(u64 start, u64 end, enum e820_type type)

Type:bool

Parameter:

TypeParameterName
u64start
u64end
enum e820_typetype
102  Return This function checks if any part of the range is mapped* with type.
Caller
NameDescribe
tboot_probe
l1tf_select_mitigation
early_gart_iommu_checkWith kexec/kdump, if the first kernel doesn't shut down the GART and the* second kernel allocates a different GART region, there might be two* overlapping GART regions present:* - the first still used by the GART initialized in the first kernel.