| /kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-x86/asm/ |
| D | bootparam.h | 150 struct boot_params { struct 151 struct screen_info screen_info; 152 struct apm_bios_info apm_bios_info; 153 __u8 _pad2[4]; 154 __u64 tboot_addr; 155 struct ist_info ist_info; 156 __u64 acpi_rsdp_addr; 157 __u8 _pad3[8]; 158 __u8 hd0_info[16]; 159 __u8 hd1_info[16]; [all …]
|
| /kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-x86/asm/ |
| D | bootparam.h | 150 struct boot_params { struct 151 struct screen_info screen_info; 152 struct apm_bios_info apm_bios_info; 153 __u8 _pad2[4]; 154 __u64 tboot_addr; 155 struct ist_info ist_info; 156 __u64 acpi_rsdp_addr; 157 __u8 _pad3[8]; 158 __u8 hd0_info[16]; 159 __u8 hd1_info[16]; [all …]
|
| /kernel/linux/linux-5.10/arch/x86/include/uapi/asm/ |
| D | bootparam.h | 175 struct boot_params { struct 176 struct screen_info screen_info; /* 0x000 */ 177 struct apm_bios_info apm_bios_info; /* 0x040 */ 178 __u8 _pad2[4]; /* 0x054 */ 179 __u64 tboot_addr; /* 0x058 */ 180 struct ist_info ist_info; /* 0x060 */ 181 __u64 acpi_rsdp_addr; /* 0x070 */ 205 * it into a clean boot_params buffer. If it turns out that argument 212 __u8 sentinel; /* 0x1ef */ 213 __u8 _pad6[1]; /* 0x1f0 */ [all …]
|
| /kernel/linux/linux-6.6/arch/x86/include/uapi/asm/ |
| D | bootparam.h | 185 struct boot_params { struct 186 struct screen_info screen_info; /* 0x000 */ 187 struct apm_bios_info apm_bios_info; /* 0x040 */ 188 __u8 _pad2[4]; /* 0x054 */ 189 __u64 tboot_addr; /* 0x058 */ 190 struct ist_info ist_info; /* 0x060 */ 191 __u64 acpi_rsdp_addr; /* 0x070 */ 192 __u8 _pad3[8]; /* 0x078 */ 216 * it into a clean boot_params buffer. If it turns out that argument 223 __u8 sentinel; /* 0x1ef */ [all …]
|
| /kernel/linux/linux-5.10/drivers/firmware/efi/libstub/ |
| D | x86-stub.c | 164 static void retrieve_apple_device_properties(struct boot_params *boot_params) in retrieve_apple_device_properties() 216 static void setup_quirks(struct boot_params *boot_params) in setup_quirks() 308 static void setup_graphics(struct boot_params *boot_params) in setup_graphics() 358 struct boot_params *boot_params; in efi_pe_entry() local 607 struct boot_params *boot_params; member 632 static efi_status_t exit_boot(struct boot_params *boot_params, void *handle) in exit_boot() 678 struct boot_params *boot_params) in efi_main()
|
| /kernel/linux/linux-6.6/drivers/firmware/efi/libstub/ |
| D | x86-stub.c | 176 static void retrieve_apple_device_properties(struct boot_params *boot_params) in retrieve_apple_device_properties() 325 static void setup_quirks(struct boot_params *boot_params) in setup_quirks() 413 static void setup_graphics(struct boot_params *boot_params) in setup_graphics() 681 struct boot_params *boot_params; member 706 static efi_status_t exit_boot(struct boot_params *boot_params, void *handle) in exit_boot() 817 struct boot_params *boot_params) in enter_kernel() 832 struct boot_params *boot_params) in efi_stub_entry() 957 struct boot_params *boot_params) in efi_handover_entry()
|
| /kernel/linux/linux-5.10/arch/x86/xen/ |
| D | enlighten_pvh.c | 26 void __init xen_pvh_init(struct boot_params *boot_params) in xen_pvh_init()
|
| D | efi.c | 149 void __init xen_efi_init(struct boot_params *boot_params) in xen_efi_init()
|
| D | xen-ops.h | 126 static inline void __init xen_efi_init(struct boot_params *boot_params) in xen_efi_init()
|
| /kernel/linux/linux-6.6/arch/x86/xen/ |
| D | enlighten_pvh.c | 28 void __init xen_pvh_init(struct boot_params *boot_params) in xen_pvh_init()
|
| D | efi.c | 132 void __init xen_efi_init(struct boot_params *boot_params) in xen_efi_init()
|
| D | xen-ops.h | 126 static inline void __init xen_efi_init(struct boot_params *boot_params) in xen_efi_init()
|
| /kernel/linux/linux-6.6/drivers/accel/ivpu/ |
| D | ivpu_fw.c | 338 static void ivpu_fw_boot_params_print(struct ivpu_device *vdev, struct vpu_boot_params *boot_params) in ivpu_fw_boot_params_print() 427 void ivpu_fw_boot_params_setup(struct ivpu_device *vdev, struct vpu_boot_params *boot_params) in ivpu_fw_boot_params_setup()
|
| /kernel/linux/linux-6.6/arch/x86/include/asm/ |
| D | bootparam_utils.h | 35 static void sanitize_boot_params(struct boot_params *boot_params) in sanitize_boot_params()
|
| /kernel/linux/linux-5.10/arch/x86/include/asm/ |
| D | bootparam_utils.h | 35 static void sanitize_boot_params(struct boot_params *boot_params) in sanitize_boot_params()
|
| /kernel/linux/linux-5.10/arch/x86/platform/pvh/ |
| D | enlighten.c | 104 void __init __weak xen_pvh_init(struct boot_params *boot_params) in xen_pvh_init()
|
| /kernel/linux/linux-6.6/arch/x86/platform/pvh/ |
| D | enlighten.c | 104 void __init __weak xen_pvh_init(struct boot_params *boot_params) in xen_pvh_init()
|
| /kernel/linux/linux-5.10/arch/x86/boot/ |
| D | main.c | 18 struct boot_params boot_params __attribute__((aligned(16))); variable
|
| /kernel/linux/linux-6.6/arch/x86/boot/ |
| D | main.c | 18 struct boot_params boot_params __attribute__((aligned(16))); variable
|
| /kernel/linux/linux-6.6/arch/mips/include/asm/mach-loongson64/ |
| D | boot_param.h | 195 struct boot_params { struct 196 struct efi_loongson efi; 197 struct efi_reset_system_t reset_system;
|
| /kernel/linux/linux-5.10/arch/mips/include/asm/mach-loongson64/ |
| D | boot_param.h | 190 struct boot_params { struct 191 struct efi_loongson efi; 192 struct efi_reset_system_t reset_system;
|
| /kernel/linux/linux-5.10/arch/x86/boot/compressed/ |
| D | misc.c | 45 struct boot_params *boot_params; variable
|
| /kernel/linux/linux-6.6/arch/x86/boot/compressed/ |
| D | misc.c | 49 struct boot_params *boot_params; variable
|
| /kernel/linux/linux-6.6/drivers/net/wireless/rsi/ |
| D | rsi_91x_mgmt.c | 918 struct rsi_boot_params *boot_params; in rsi_load_bootup_params() local 973 struct rsi_boot_params_9116 *boot_params; in rsi_load_9116_bootup_params() local
|
| /kernel/linux/linux-5.10/drivers/net/wireless/rsi/ |
| D | rsi_91x_mgmt.c | 918 struct rsi_boot_params *boot_params; in rsi_load_bootup_params() local 973 struct rsi_boot_params_9116 *boot_params; in rsi_load_9116_bootup_params() local
|