Home
last modified time | relevance | path

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

/linux/arch/x86/include/uapi/asm/
A Dbootparam.h65 struct setup_header { struct
214 struct setup_header hdr; /* setup header */ /* 0x1f1 */
215 __u8 _pad7[0x290-0x1f1-sizeof(struct setup_header)];
/linux/arch/x86/kernel/
A Dkexec-bzimage64.c264 struct setup_header *header; in bzImage64_probe()
272 header = (struct setup_header *)(buf + offsetof(struct boot_params, hdr)); in bzImage64_probe()
330 struct setup_header *header; in bzImage64_load()
345 header = (struct setup_header *)(kernel + setup_hdr_offset); in bzImage64_load()
/linux/drivers/firmware/efi/libstub/
A Dx86-stub.c359 struct setup_header *hdr; in efi_pe_entry()
394 sizeof(struct setup_header) - offsetof(struct setup_header, jump)); in efi_pe_entry()
675 struct setup_header *hdr = &boot_params->hdr; in efi_main()
/linux/arch/x86/boot/
A Dboot.h33 extern struct setup_header hdr;
/linux/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/Documentation/x86/
A Dboot.rst74 (x86/boot: Add ACPI RSDP address to setup_header)
932 setup_header = .data
944 setup_header is permanently limited to 144 bytes due to the reach of the
1393 The range with setup_header.init_size from start address of loaded

Completed in 13 milliseconds