Home
last modified time | relevance | path

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

/linux/arch/x86/include/uapi/asm/
A Dbootparam.h175 struct boot_params { struct
176 struct screen_info screen_info; /* 0x000 */
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 */
218 __u8 _pad8[48]; /* 0xcd0 */
[all …]
/linux/drivers/firmware/efi/libstub/
A Dx86-stub.c164 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
600 struct boot_params *boot_params; member
625 static efi_status_t exit_boot(struct boot_params *boot_params, void *handle) in exit_boot()
671 struct boot_params *boot_params) in efi_main()
/linux/arch/x86/xen/
A Denlighten_pvh.c28 void __init xen_pvh_init(struct boot_params *boot_params) in xen_pvh_init()
A Defi.c130 void __init xen_efi_init(struct boot_params *boot_params) in xen_efi_init()
A Dxen-ops.h127 static inline void __init xen_efi_init(struct boot_params *boot_params) in xen_efi_init()
/linux/arch/x86/include/asm/
A Dbootparam_utils.h35 static void sanitize_boot_params(struct boot_params *boot_params) in sanitize_boot_params()
/linux/arch/x86/platform/pvh/
A Denlighten.c104 void __init __weak xen_pvh_init(struct boot_params *boot_params) in xen_pvh_init()
/linux/arch/x86/boot/
A Dmain.c18 struct boot_params boot_params __attribute__((aligned(16))); variable
/linux/arch/mips/include/asm/mach-loongson64/
A Dboot_param.h190 struct boot_params { struct
191 struct efi_loongson efi;
192 struct efi_reset_system_t reset_system;
/linux/arch/x86/boot/compressed/
A Dmisc.c48 struct boot_params *boot_params; variable
/linux/drivers/net/wireless/rsi/
A 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/arch/x86/kernel/
A Dsetup.c77 struct boot_params boot_params; variable

Completed in 25 milliseconds