Lines Matching refs:setup_data

73 	rom->data.len	= size - sizeof(struct setup_data);  in preserve_pci_rom_image()
123 struct setup_data *data; in setup_efi_pci()
146 data = (struct setup_data *)(unsigned long)params->hdr.setup_data; in setup_efi_pci()
149 data = (struct setup_data *)(unsigned long)data->next; in setup_efi_pci()
167 params->hdr.setup_data = (unsigned long)rom; in setup_efi_pci()
169 data = (struct setup_data *)rom; in setup_efi_pci()
179 struct setup_data *data, *new; in retrieve_apple_device_properties()
199 size + sizeof(struct setup_data), in retrieve_apple_device_properties()
216 data = (struct setup_data *)(unsigned long)boot_params->hdr.setup_data; in retrieve_apple_device_properties()
218 boot_params->hdr.setup_data = (unsigned long)new; in retrieve_apple_device_properties()
221 data = (struct setup_data *)(unsigned long)data->next; in retrieve_apple_device_properties()
515 hdr->setup_data = 0; in efi_pe_entry()
527 struct setup_data *e820ext, u32 nr_entries) in add_e820ext()
529 struct setup_data *data; in add_e820ext()
535 data = (struct setup_data *)(unsigned long)params->hdr.setup_data; in add_e820ext()
538 data = (struct setup_data *)(unsigned long)data->next; in add_e820ext()
543 params->hdr.setup_data = (unsigned long)e820ext; in add_e820ext()
547 setup_e820(struct boot_params *params, struct setup_data *e820ext, u32 e820ext_size) in setup_e820()
627 sizeof(struct setup_data); in setup_e820()
655 static efi_status_t alloc_e820ext(u32 nr_desc, struct setup_data **e820ext, in alloc_e820ext()
661 size = sizeof(struct setup_data) + in alloc_e820ext()
679 struct setup_data **e820ext, in allocate_e820()
733 struct setup_data *e820ext = NULL; in exit_boot()