Home
last modified time | relevance | path

Searched refs:efi_setup_data (Results 1 – 4 of 4) sorted by relevance

/linux/arch/x86/boot/compressed/
H A Defi.c87 static struct efi_setup_data *get_kexec_setup_data(struct boot_params *bp, in get_kexec_setup_data()
91 struct efi_setup_data *esd = NULL; in get_kexec_setup_data()
99 esd = (struct efi_setup_data *)(pa_data + sizeof(struct setup_data)); in get_kexec_setup_data()
149 struct efi_setup_data *esd; in efi_get_conf_table()
/linux/arch/x86/include/asm/
H A Dsetup_data.h22 struct efi_setup_data { struct
/linux/arch/x86/kernel/
H A Dkexec-bzimage64.c168 struct efi_setup_data *esd = (void *)sd + sizeof(struct setup_data); in prepare_add_efi_setup_data()
175 sd->len = sizeof(struct efi_setup_data); in prepare_add_efi_setup_data()
336 sizeof(struct efi_setup_data); in setup_boot_parameters()
528 sizeof(struct efi_setup_data) + in bzImage64_load()
/linux/arch/x86/platform/efi/
H A Dquirks.c528 struct efi_setup_data *data; in efi_reuse_config()