Home
last modified time | relevance | path

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

/linux/arch/x86/include/uapi/asm/
H A Dbootparam.h116 struct boot_params { struct
117 struct screen_info screen_info; /* 0x000 */
118 struct apm_bios_info apm_bios_info; /* 0x040 */
119 __u8 _pad2[4]; /* 0x054 */
120 __u64 tboot_addr; /* 0x058 */
121 struct ist_info ist_info; /* 0x060 */
122 __u64 acpi_rsdp_addr; /* 0x070 */
123 __u8 _pad3[8]; /* 0x078 */
147 * it into a clean boot_params buffer. If it turns out that argument
154 __u8 sentinel; /* 0x1ef */
[all …]
/linux/drivers/firmware/efi/libstub/
H A Dx86-stub.c156 static void retrieve_apple_device_properties(struct boot_params *boot_params) in retrieve_apple_device_properties()
477 static void setup_quirks(struct boot_params *boot_params) in setup_quirks()
487 static void setup_graphics(struct boot_params *boot_params) in setup_graphics()
511 struct boot_params *boot_params; in efi_allocate_bootparams() local
732 struct boot_params *boot_params; member
757 static efi_status_t exit_boot(struct boot_params *boot_params, void *handle) in exit_boot()
836 struct boot_params *boot_params) in efi_decompress_kernel()
899 struct boot_params *boot_params) in enter_kernel()
914 struct boot_params *boot_params) in efi_stub_entry()
1055 struct boot_params *boot_params) in efi_handover_entry()
/linux/arch/x86/xen/
H A Defi.c132 void __init xen_efi_init(struct boot_params *boot_params) in xen_efi_init()
H A Denlighten_pvh.c147 void __init xen_pvh_init(struct boot_params *boot_params) in xen_pvh_init()
H A Dxen-ops.h133 static inline void __init xen_efi_init(struct boot_params *boot_params) in xen_efi_init()
/linux/arch/x86/include/asm/
H A Dbootparam_utils.h35 static void sanitize_boot_params(struct boot_params *boot_params) in sanitize_boot_params()
/linux/arch/x86/platform/pvh/
H A Denlighten.c100 void __init __weak xen_pvh_init(struct boot_params *boot_params) in xen_pvh_init()
/linux/arch/x86/boot/
H A Dmain.c18 struct boot_params boot_params __attribute__((aligned(16))); variable
/linux/arch/mips/include/asm/mach-loongson64/
H A Dboot_param.h197 struct boot_params { struct
198 struct efi_loongson efi;
199 struct efi_reset_system_t reset_system;
/linux/drivers/net/wireless/rsi/
H 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/
H A Dsetup.c79 struct boot_params boot_params; variable