Searched defs:boot_params (Results 1 – 10 of 10) sorted by relevance
175 struct boot_params { struct176 struct screen_info screen_info; /* 0x000 */177 struct apm_bios_info apm_bios_info; /* 0x040 */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 argument212 __u8 sentinel; /* 0x1ef */213 __u8 _pad6[1]; /* 0x1f0 */[all …]
26 void __init xen_pvh_init(struct boot_params *boot_params) in xen_pvh_init()
149 void __init xen_efi_init(struct boot_params *boot_params) in xen_efi_init()
126 static inline void __init xen_efi_init(struct boot_params *boot_params) in xen_efi_init()
35 static void sanitize_boot_params(struct boot_params *boot_params) in sanitize_boot_params()
104 void __init __weak xen_pvh_init(struct boot_params *boot_params) in xen_pvh_init()
18 struct boot_params boot_params __attribute__((aligned(16))); variable
45 struct boot_params *boot_params; variable
190 struct boot_params { struct191 struct efi_loongson efi;192 struct efi_reset_system_t reset_system;
70 struct boot_params boot_params; variable