Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:setup_initrd

Proto:static int setup_initrd(struct boot_params *params, unsigned long initrd_load_addr, unsigned long initrd_len)

Type:int

Parameter:

TypeParameterName
struct boot_params *params
unsigned longinitrd_load_addr
unsigned longinitrd_len
58  ramdisk_image = initrd_load_addr & 0xffffffffUL
59  ramdisk_size = initrd_len & 0xffffffffUL
61  0x0c0 = initrd_load_addr >> 32
62  0x0c4 = initrd_len >> 32
64  Return 0
Caller
NameDescribe
bzImage64_load