Function report |
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 activity | Download SCCT | Chinese |
Name:setup_initrd
Proto:static int setup_initrd(struct boot_params *params, unsigned long initrd_load_addr, unsigned long initrd_len)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct boot_params * | params | |
unsigned long | initrd_load_addr | |
unsigned long | initrd_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 |
Name | Describe |
---|---|
bzImage64_load |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |