Home
last modified time | relevance | path

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

/arch/x86/include/uapi/asm/
Dbootparam.h154 struct boot_params { struct
155 struct screen_info screen_info; /* 0x000 */
156 struct apm_bios_info apm_bios_info; /* 0x040 */
157 __u8 _pad2[4]; /* 0x054 */
158 __u64 tboot_addr; /* 0x058 */
159 struct ist_info ist_info; /* 0x060 */
160 __u64 acpi_rsdp_addr; /* 0x070 */
184 * it into a clean boot_params buffer. If it turns out that argument
191 __u8 sentinel; /* 0x1ef */
192 __u8 _pad6[1]; /* 0x1f0 */
[all …]
/arch/x86/boot/compressed/
Deboot.c195 static void retrieve_apple_device_properties(struct boot_params *boot_params) in retrieve_apple_device_properties()
247 static void setup_quirks(struct boot_params *boot_params) in setup_quirks()
344 void setup_graphics(struct boot_params *boot_params) in setup_graphics()
384 struct boot_params *boot_params; in make_boot_params() local
667 struct boot_params *boot_params; member
696 static efi_status_t exit_boot(struct boot_params *boot_params, void *handle) in exit_boot()
741 efi_main(struct efi_config *c, struct boot_params *boot_params) in efi_main()
Dmisc.c48 struct boot_params *boot_params; variable
/arch/x86/xen/
Denlighten_pvh.c26 void __init xen_pvh_init(struct boot_params *boot_params) in xen_pvh_init()
Defi.c149 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()
/arch/x86/include/asm/
Dbootparam_utils.h35 static void sanitize_boot_params(struct boot_params *boot_params) in sanitize_boot_params()
/arch/x86/platform/pvh/
Denlighten.c104 void __init __weak xen_pvh_init(struct boot_params *boot_params) in xen_pvh_init()
/arch/x86/boot/
Dmain.c18 struct boot_params boot_params __attribute__((aligned(16))); variable
/arch/mips/include/asm/mach-loongson64/
Dboot_param.h188 struct boot_params { struct
189 struct efi_loongson efi;
190 struct efi_reset_system_t reset_system;
/arch/x86/kernel/
Dsetup.c141 struct boot_params boot_params; variable