Lines Matching refs:setup_data

75 	rom->data.len	= size - sizeof(struct setup_data);  in preserve_pci_rom_image()
125 struct setup_data *data; in setup_efi_pci()
148 data = (struct setup_data *)(unsigned long)params->hdr.setup_data; in setup_efi_pci()
151 data = (struct setup_data *)(unsigned long)data->next; in setup_efi_pci()
169 params->hdr.setup_data = (unsigned long)rom; in setup_efi_pci()
171 data = (struct setup_data *)rom; in setup_efi_pci()
181 struct setup_data *data, *new; in retrieve_apple_device_properties()
201 size + sizeof(struct setup_data), in retrieve_apple_device_properties()
218 data = (struct setup_data *)(unsigned long)boot_params->hdr.setup_data; in retrieve_apple_device_properties()
220 boot_params->hdr.setup_data = (unsigned long)new; in retrieve_apple_device_properties()
223 data = (struct setup_data *)(unsigned long)data->next; in retrieve_apple_device_properties()
586 struct setup_data *e820ext, u32 nr_entries) in add_e820ext()
588 struct setup_data *data; in add_e820ext()
594 data = (struct setup_data *)(unsigned long)params->hdr.setup_data; in add_e820ext()
597 data = (struct setup_data *)(unsigned long)data->next; in add_e820ext()
602 params->hdr.setup_data = (unsigned long)e820ext; in add_e820ext()
606 setup_e820(struct boot_params *params, struct setup_data *e820ext, u32 e820ext_size) in setup_e820()
686 sizeof(struct setup_data); in setup_e820()
714 static efi_status_t alloc_e820ext(u32 nr_desc, struct setup_data **e820ext, in alloc_e820ext()
720 size = sizeof(struct setup_data) + in alloc_e820ext()
738 struct setup_data **e820ext, in allocate_e820()
792 struct setup_data *e820ext = NULL; in exit_boot()