Home
last modified time | relevance | path

Searched refs:setup_header (Results 1 – 6 of 6) sorted by relevance

/linux-6.3-rc2/arch/x86/include/uapi/asm/
A Dbootparam.h67 struct setup_header { struct
225 struct setup_header hdr; /* setup header */ /* 0x1f1 */
226 __u8 _pad7[0x290-0x1f1-sizeof(struct setup_header)];
/linux-6.3-rc2/arch/x86/kernel/
A Dkexec-bzimage64.c325 struct setup_header *header; in bzImage64_probe()
333 header = (struct setup_header *)(buf + offsetof(struct boot_params, hdr)); in bzImage64_probe()
391 struct setup_header *header; in bzImage64_load()
406 header = (struct setup_header *)(kernel + setup_hdr_offset); in bzImage64_load()
/linux-6.3-rc2/drivers/firmware/efi/libstub/
A Dx86-stub.c461 struct setup_header *hdr; in efi_pe_entry()
496 sizeof(struct setup_header) - offsetof(struct setup_header, jump)); in efi_pe_entry()
774 struct setup_header *hdr = &boot_params->hdr; in efi_main()
/linux-6.3-rc2/arch/x86/boot/
A Dboot.h34 extern struct setup_header hdr;
/linux-6.3-rc2/net/bluetooth/
A D6lowpan.c367 static int setup_header(struct sk_buff *skb, struct net_device *netdev, in setup_header() function
516 err = setup_header(skb, netdev, &addr, &addr_type); in bt_xmit()
/linux-6.3-rc2/Documentation/x86/
A Dboot.rst74 (x86/boot: Add ACPI RSDP address to setup_header)
933 setup_header = .data
945 setup_header is permanently limited to 144 bytes due to the reach of the
1394 The range with setup_header.init_size from start address of loaded

Completed in 19 milliseconds