Searched refs:cmdline_size (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/u-boot/cmd/ |
| H A D | qfw.c | 20 uint32_t setup_size, kernel_size, cmdline_size, initrd_size; in qemu_fwcfg_setup_kernel() local 49 qemu_fwcfg_read_entry(FW_CFG_CMDLINE_SIZE, 4, &cmdline_size); in qemu_fwcfg_setup_kernel() 50 if (cmdline_size) { in qemu_fwcfg_setup_kernel() 52 le32_to_cpu(cmdline_size), data_addr); in qemu_fwcfg_setup_kernel()
|
| /OK3568_Linux_fs/kernel/drivers/firmware/efi/libstub/ |
| H A D | efi-stub.c | 130 int cmdline_size = 0; in efi_pe_entry() local 168 cmdline_ptr = efi_convert_cmdline(image, &cmdline_size); in efi_pe_entry() 177 cmdline_size == 0) { in efi_pe_entry() 185 if (!IS_ENABLED(CONFIG_CMDLINE_FORCE) && cmdline_size > 0) { in efi_pe_entry()
|
| /OK3568_Linux_fs/buildroot/boot/grub2/ |
| H A D | 0014-multiboot2-Fix-memory-leak-if-grub_create_loader_cmd.patch | 25 newmod->cmdline_size, GRUB_VERIFY_MODULE_CMDLINE);
|
| /OK3568_Linux_fs/u-boot/arch/x86/include/asm/ |
| H A D | bootparam.h | 60 __u32 cmdline_size; member
|
| /OK3568_Linux_fs/kernel/arch/x86/kernel/ |
| H A D | kexec-bzimage64.c | 356 if (cmdline_len > header->cmdline_size) { in bzImage64_load() 365 if (cmdline_len + MAX_ELFCOREHDR_STR_LEN > header->cmdline_size) { in bzImage64_load()
|
| /OK3568_Linux_fs/kernel/scripts/ |
| H A D | mkbootimg | 517 cmdline_size = BOOT_ARGS_SIZE + BOOT_EXTRA_ARGS_SIZE - 1 519 cmdline_size = BOOT_ARGS_SIZE + BOOT_EXTRA_ARGS_SIZE 536 parser.add_argument('--cmdline', type=AsciizBytes(bufsize=cmdline_size),
|
| /OK3568_Linux_fs/kernel/arch/x86/include/uapi/asm/ |
| H A D | bootparam.h | 95 __u32 cmdline_size; member
|
| /OK3568_Linux_fs/kernel/Documentation/x86/ |
| H A D | boot.rst | 218 0238/4 2.06+ cmdline_size Maximum size of the kernel command line 727 Field name: cmdline_size 735 cmdline_size characters. With protocol version 2.05 and earlier, the 1049 length can be retrieved from the field cmdline_size. Before protocol
|