Searched refs:setup_header (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/include/uapi/asm/ |
H A D | bootparam.h | 65 struct setup_header { struct 204 * A bootloader is supposed to only take setup_header and put 214 struct setup_header hdr; /* setup header */ /* 0x1f1 */ 215 __u8 _pad7[0x290-0x1f1-sizeof(struct setup_header)];
|
/kernel/linux/linux-6.6/arch/x86/include/uapi/asm/ |
H A D | bootparam.h | 67 struct setup_header { struct 215 * A bootloader is supposed to only take setup_header and put 225 struct setup_header hdr; /* setup header */ /* 0x1f1 */ 226 __u8 _pad7[0x290-0x1f1-sizeof(struct setup_header)];
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-x86/asm/ |
H A D | bootparam.h | 64 struct setup_header { struct 178 struct setup_header hdr; 179 __u8 _pad7[0x290 - 0x1f1 - sizeof(struct setup_header)];
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-x86/asm/ |
H A D | bootparam.h | 64 struct setup_header { struct 178 struct setup_header hdr; 179 __u8 _pad7[0x290 - 0x1f1 - sizeof(struct setup_header)];
|
/kernel/linux/linux-5.10/arch/x86/kernel/ |
H A D | kexec-bzimage64.c | 264 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()
|
/kernel/linux/linux-6.6/arch/x86/kernel/ |
H A D | kexec-bzimage64.c | 325 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()
|
/kernel/linux/linux-5.10/drivers/firmware/efi/libstub/ |
H A D | x86-stub.c | 359 struct setup_header *hdr; in efi_pe_entry() 394 sizeof(struct setup_header) - offsetof(struct setup_header, jump)); in efi_pe_entry() 672 struct setup_header *hdr = &boot_params->hdr; in efi_main()
|
/kernel/linux/linux-5.10/arch/x86/boot/ |
H A D | boot.h | 33 extern struct setup_header hdr;
|
/kernel/linux/linux-6.6/arch/x86/boot/ |
H A D | boot.h | 34 extern struct setup_header hdr;
|
/kernel/linux/linux-6.6/drivers/firmware/efi/libstub/ |
H A D | x86-stub.c | 464 struct setup_header *hdr = &boot_params.hdr; in efi_pe_entry() 485 /* Assign the setup_header fields that the kernel actually cares about */ in efi_pe_entry() 840 struct setup_header *hdr = &boot_params->hdr; in efi_stub_entry()
|
/kernel/linux/linux-5.10/net/bluetooth/ |
H A D | 6lowpan.c | 396 static int setup_header(struct sk_buff *skb, struct net_device *netdev, in setup_header() function 540 /* Return values from setup_header() in bt_xmit() 545 err = setup_header(skb, netdev, &addr, &addr_type); in bt_xmit()
|
/kernel/linux/linux-6.6/net/bluetooth/ |
H A D | 6lowpan.c | 367 static int setup_header(struct sk_buff *skb, struct net_device *netdev, in setup_header() function 511 /* Return values from setup_header() in bt_xmit() 516 err = setup_header(skb, netdev, &addr, &addr_type); in bt_xmit()
|
Completed in 12 milliseconds