Searched refs:efi_setup (Results 1 - 4 of 4) sorted by last modified time

/linux-master/arch/x86/platform/efi/
H A Defi.c104 u64 efi_setup; /* efi setup_data physical address */ variable
398 if (efi_setup) {
401 data = early_memremap_ro(efi_setup, sizeof(*data));
892 if (efi_setup)
H A Defi_64.c366 efi_setup = phys_addr + sizeof(struct setup_data);
H A Dquirks.c533 if (!efi_setup)
539 data = early_memremap(efi_setup, sizeof(*data));
/linux-master/arch/x86/include/asm/
H A Defi.h146 extern u64 efi_setup;

Completed in 142 milliseconds