Lines Matching refs:setup_data
83 rom->data.len = size - sizeof(struct setup_data); in preserve_pci_rom_image()
137 struct setup_data *data; in setup_efi_pci()
162 data = (struct setup_data *)(unsigned long)params->hdr.setup_data; in setup_efi_pci()
165 data = (struct setup_data *)(unsigned long)data->next; in setup_efi_pci()
186 params->hdr.setup_data = (unsigned long)rom; in setup_efi_pci()
188 data = (struct setup_data *)rom; in setup_efi_pci()
198 struct setup_data *data, *new; in retrieve_apple_device_properties()
218 size + sizeof(struct setup_data), &new); in retrieve_apple_device_properties()
235 data = (struct setup_data *)(unsigned long)boot_params->hdr.setup_data; in retrieve_apple_device_properties()
237 boot_params->hdr.setup_data = (unsigned long)new; in retrieve_apple_device_properties()
240 data = (struct setup_data *)(unsigned long)data->next; in retrieve_apple_device_properties()
492 struct setup_data *e820ext, u32 nr_entries) in add_e820ext()
494 struct setup_data *data; in add_e820ext()
500 data = (struct setup_data *)(unsigned long)params->hdr.setup_data; in add_e820ext()
503 data = (struct setup_data *)(unsigned long)data->next; in add_e820ext()
508 params->hdr.setup_data = (unsigned long)e820ext; in add_e820ext()
512 setup_e820(struct boot_params *params, struct setup_data *e820ext, u32 e820ext_size) in setup_e820()
581 sizeof(struct setup_data); in setup_e820()
609 static efi_status_t alloc_e820ext(u32 nr_desc, struct setup_data **e820ext, in alloc_e820ext()
615 size = sizeof(struct setup_data) + in alloc_e820ext()
633 struct setup_data **e820ext, in allocate_e820()
700 struct setup_data *e820ext = NULL; in exit_boot()