Home
last modified time | relevance | path

Searched defs:boot_params (Results 1 – 12 of 12) sorted by relevance

/Linux-v6.1/arch/x86/include/uapi/asm/
Dbootparam.h185 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 …]
/Linux-v6.1/drivers/firmware/efi/libstub/
Dx86-stub.c165 static void retrieve_apple_device_properties(struct boot_params *boot_params) in retrieve_apple_device_properties()
315 static void setup_quirks(struct boot_params *boot_params, in setup_quirks()
412 static void setup_graphics(struct boot_params *boot_params) in setup_graphics()
460 struct boot_params *boot_params; in efi_pe_entry() local
709 struct boot_params *boot_params; member
734 static efi_status_t exit_boot(struct boot_params *boot_params, void *handle) in exit_boot()
770 struct boot_params *boot_params) in efi_main()
/Linux-v6.1/arch/x86/xen/
Denlighten_pvh.c28 void __init xen_pvh_init(struct boot_params *boot_params) in xen_pvh_init()
Defi.c130 void __init xen_efi_init(struct boot_params *boot_params) in xen_efi_init()
Dxen-ops.h127 static inline void __init xen_efi_init(struct boot_params *boot_params) in xen_efi_init()
/Linux-v6.1/arch/x86/include/asm/
Dbootparam_utils.h35 static void sanitize_boot_params(struct boot_params *boot_params) in sanitize_boot_params()
/Linux-v6.1/arch/x86/platform/pvh/
Denlighten.c104 void __init __weak xen_pvh_init(struct boot_params *boot_params) in xen_pvh_init()
/Linux-v6.1/arch/x86/boot/
Dmain.c18 struct boot_params boot_params __attribute__((aligned(16))); variable
/Linux-v6.1/arch/mips/include/asm/mach-loongson64/
Dboot_param.h190 struct boot_params { struct
191 struct efi_loongson efi;
192 struct efi_reset_system_t reset_system;
/Linux-v6.1/arch/x86/boot/compressed/
Dmisc.c49 struct boot_params *boot_params; variable
/Linux-v6.1/drivers/net/wireless/rsi/
Drsi_91x_mgmt.c918 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
/Linux-v6.1/arch/x86/kernel/
Dsetup.c75 struct boot_params boot_params; variable