Lines Matching defs:boot_params
65 struct boot_params { struct
66 UINT8 screen_info[64]; // was: struct screen_info
67 UINT8 apm_bios_info[20]; // was: struct apm_bios_info
68 UINT8 _pad2[4];
69 UINT64 tboot_addr;
70 UINT8 ist_info[16]; // was: struct ist_info
71 UINT8 _pad3[16];
72 UINT8 hd0_info[16];
73 UINT8 hd1_info[16];
74 UINT8 sys_desc_table[16]; // was: struct sys_desc_table
75 UINT8 olpc_ofw_header[16]; // was: struct olpc_ofw_header
76 UINT32 ext_ramdisk_image;
77 UINT32 ext_ramdisk_size;
78 UINT32 ext_cmd_line_ptr;
79 UINT8 _pad4[116];
80 UINT8 edid_info[128]; // was: struct edid_info
81 UINT8 efi_info[32]; // was: struct efi_info
82 UINT32 alt_mem_k;
83 UINT32 scratch;
107 typedef void(*handover_f)(void *image, EFI_SYSTEM_TABLE *table, struct boot_params *params) __regpa… argument
130 struct boot_params *boot_params; in linux_exec() local