Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:kimage_set_destination

Proto:static int kimage_set_destination(struct kimage *image, unsigned long destination)

Type:int

Parameter:

TypeParameterName
struct kimage *image
unsigned longdestination
565  destination &= PAGE_MASK
566  result = kimage_add_entry(image, destination | IND_DESTINATION)
568  Return result
Caller
NameDescribe
kimage_load_normal_segment