Searched defs:boot_params (Results 1 – 6 of 6) sorted by relevance
113 struct boot_params { struct114 struct screen_info screen_info; /* 0x000 */115 struct apm_bios_info apm_bios_info; /* 0x040 */116 __u8 _pad2[4]; /* 0x054 */117 __u64 tboot_addr; /* 0x058 */141 * it into a clean boot_params buffer. If it turns out that argument148 __u8 sentinel; /* 0x1ef */149 __u8 _pad6[1]; /* 0x1f0 */150 struct setup_header hdr; /* setup header */ /* 0x1f1 */151 __u8 _pad7[0x290-0x1f1-sizeof(struct setup_header)];[all …]
20 static void sanitize_boot_params(struct boot_params *boot_params) in sanitize_boot_params()
19 struct boot_params boot_params __attribute__((aligned(16))); variable
142 struct boot_params { struct143 struct efi_loongson efi;144 struct efi_reset_system_t reset_system;
1004 void setup_graphics(struct boot_params *boot_params) in setup_graphics()1044 struct boot_params *boot_params; in make_boot_params() local1296 static efi_status_t exit_boot(struct boot_params *boot_params, in exit_boot()1388 struct boot_params *boot_params) in efi_main()
144 struct boot_params boot_params; variable