Home
last modified time | relevance | path

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

/arch/x86/include/uapi/asm/
A Dbootparam.h116 struct boot_params { struct
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 */
155 __u8 _pad6[1]; /* 0x1f0 */
160 __u8 _pad8[48]; /* 0xcd0 */
[all …]
/arch/x86/xen/
A Defi.c132 void __init xen_efi_init(struct boot_params *boot_params) in xen_efi_init()
A Denlighten_pvh.c147 void __init xen_pvh_init(struct boot_params *boot_params) in xen_pvh_init()
A Dxen-ops.h134 static inline void __init xen_efi_init(struct boot_params *boot_params) in xen_efi_init()
/arch/x86/include/asm/
A Dbootparam_utils.h35 static void sanitize_boot_params(struct boot_params *boot_params) in sanitize_boot_params()
/arch/x86/platform/pvh/
A Denlighten.c105 void __init __weak xen_pvh_init(struct boot_params *boot_params) in xen_pvh_init()
/arch/x86/boot/
A Dmain.c18 struct boot_params boot_params __attribute__((aligned(16))); variable
/arch/mips/include/asm/mach-loongson64/
A Dboot_param.h197 struct boot_params { struct
198 struct efi_loongson efi;
199 struct efi_reset_system_t reset_system;
/arch/x86/kernel/
A Dsetup.c78 struct boot_params boot_params; variable

Completed in 21 milliseconds