Home
last modified time | relevance | path

Searched refs:efi (Results 1 – 25 of 40) sorted by relevance

12

/arch/x86/platform/efi/
A Defi.c69 &efi.acpi,
70 &efi.acpi20,
71 &efi.smbios,
72 &efi.smbios3,
79 &efi.esrt,
84 &efi.tpm_log,
88 &efi.mokvar_table,
91 &efi.coco_secret,
94 &efi.unaccepted,
570 return efi.memmap.map_end - efi.memmap.desc_size; in efi_map_next_entry_reverse()
[all …]
A Defi_64.c789 efi.get_time = efi_thunk_get_time; in efi_thunk_runtime_setup()
790 efi.set_time = efi_thunk_set_time; in efi_thunk_runtime_setup()
791 efi.get_wakeup_time = efi_thunk_get_wakeup_time; in efi_thunk_runtime_setup()
792 efi.set_wakeup_time = efi_thunk_set_wakeup_time; in efi_thunk_runtime_setup()
793 efi.get_variable = efi_thunk_get_variable; in efi_thunk_runtime_setup()
794 efi.get_next_variable = efi_thunk_get_next_variable; in efi_thunk_runtime_setup()
795 efi.set_variable = efi_thunk_set_variable; in efi_thunk_runtime_setup()
798 efi.reset_system = efi_thunk_reset_system; in efi_thunk_runtime_setup()
801 efi.update_capsule = efi_thunk_update_capsule; in efi_thunk_runtime_setup()
802 efi.query_capsule_caps = efi_thunk_query_capsule_caps; in efi_thunk_runtime_setup()
[all …]
A Dmemmap.c65 data->size = num_entries * efi.memmap.desc_size; in efi_memmap_alloc()
66 data->desc_version = efi.memmap.desc_version; in efi_memmap_alloc()
67 data->desc_size = efi.memmap.desc_size; in efi_memmap_alloc()
69 data->flags |= efi.memmap.flags & EFI_MEMMAP_LATE; in efi_memmap_alloc()
96 unsigned long size = efi.memmap.desc_size * efi.memmap.nr_map; in efi_memmap_install()
97 unsigned long flags = efi.memmap.flags; in efi_memmap_install()
98 u64 phys = efi.memmap.phys_map; in efi_memmap_install()
A Dquirks.c110 efi.set_variable_nonblocking((efi_char16_t *)efi_dummy_name, in efi_delete_dummy_variable()
140 status = efi.query_variable_info_nonblocking(attributes, &storage_size, in query_variable_store_nonblocking()
171 status = efi.query_variable_info(attributes, &storage_size, in efi_query_variable_store()
195 status = efi.set_variable((efi_char16_t *)efi_dummy_name, in efi_query_variable_store()
216 status = efi.query_variable_info(attributes, &storage_size, in efi_query_variable_store()
281 num_entries += efi.memmap.nr_map; in efi_arch_mem_reserve()
295 efi_memmap_insert(&efi.memmap, new, &mr); in efi_arch_mem_reserve()
503 memcpy(new_md, md, efi.memmap.desc_size); in efi_free_boot_services()
504 new_md += efi.memmap.desc_size; in efi_free_boot_services()
774 clear_bit(EFI_RUNTIME_SERVICES, &efi.flags); in efi_crash_gracefully_on_page_fault()
A Druntime-map.c141 return efi.memmap.nr_map * efi.memmap.desc_size; in efi_get_runtime_map_size()
146 return efi.memmap.desc_size; in efi_get_runtime_map_desc_size()
156 memcpy(buf, efi.memmap.map, sz); in efi_runtime_map_copy()
169 map_entries = kcalloc(efi.memmap.nr_map, sizeof(entry), GFP_KERNEL); in efi_runtime_map_init()
A DMakefile5 obj-$(CONFIG_EFI) += memmap.o quirks.o efi.o efi_$(BITS).o \
/arch/loongarch/boot/
A DMakefile9 OBJCOPYFLAGS_vmlinux.efi := -O binary $(strip-flags)
18 targets += vmlinux.efi
19 $(obj)/vmlinux.efi: vmlinux FORCE
22 EFI_ZBOOT_PAYLOAD := vmlinux.efi
26 include $(srctree)/drivers/firmware/efi/libstub/Makefile.zboot
A Dinstall.sh27 vmlinux.efi)
31 vmlinuz.efi)
/arch/loongarch/kernel/
A Defi.c62 efi.runtime = (efi_runtime_services_t *)efi_systab->runtime; in efi_runtime_init()
63 efi.runtime_version = (unsigned int)efi.runtime->hdr.revision; in efi_runtime_init()
66 set_bit(EFI_RUNTIME_SERVICES, &efi.flags); in efi_runtime_init()
118 set_bit(EFI_64BIT, &efi.flags); in efi_init()
127 set_bit(EFI_CONFIG_TABLES, &efi.flags); in efi_init()
157 set_bit(EFI_PRESERVE_BS_REGIONS, &efi.flags); in efi_init()
A Denv.c29 set_bit(EFI_BOOT, &efi.flags); in init_environ()
31 clear_bit(EFI_BOOT, &efi.flags); in init_environ()
A Dreset.c52 efi.reset_system(EFI_RESET_SHUTDOWN, EFI_SUCCESS, 0, NULL); in machine_power_off()
/arch/x86/xen/
A Defi.c91 efi.runtime_version = info->version; in xen_efi_probe()
107 mode = efi_get_secureboot_mode(efi.get_variable); in xen_efi_get_secureboot()
117 status = efi.get_variable(L"MokSBStateRT", &shim_guid, in xen_efi_get_secureboot()
148 set_bit(EFI_BOOT, &efi.flags); in xen_efi_init()
149 set_bit(EFI_PARAVIRT, &efi.flags); in xen_efi_init()
150 set_bit(EFI_64BIT, &efi.flags); in xen_efi_init()
A DMakefile50 obj-$(CONFIG_XEN_EFI) += efi.o
/arch/x86/include/asm/
A Dunaccepted_memory.h23 if (efi.unaccepted == EFI_INVALID_TABLE_ADDR) in efi_get_unaccepted_table()
25 return __va(efi.unaccepted); in efi_get_unaccepted_table()
/arch/loongarch/
A DMakefile17 KBUILD_IMAGE := $(boot)/$(image-name-y).efi
167 libs-$(CONFIG_EFI_STUB) += $(objtree)/drivers/firmware/efi/libstub/lib.a
184 vmlinuz.efi: vmlinux.efi
186 vmlinux.elf vmlinux.efi vmlinuz.efi: vmlinux
/arch/riscv/
A DMakefile154 KBUILD_IMAGE := $(boot)/vmlinuz.efi
171 boot-image-$(CONFIG_EFI_ZBOOT) := vmlinuz.efi
176 libs-$(CONFIG_EFI_STUB) += $(objtree)/drivers/firmware/efi/libstub/lib.a
192 … Image.bz2 Image.lz4 Image.lzma Image.lzo Image.zst Image.xz loader loader.bin xipImage vmlinuz.efi
197 Image.gz Image.bz2 Image.lz4 Image.lzma Image.lzo Image.zst Image.xz loader xipImage vmlinuz.efi: I…
/arch/arm/boot/compressed/
A DMakefile146 efi-obj-$(CONFIG_EFI_STUB) := $(objtree)/drivers/firmware/efi/libstub/lib.a
150 $(efi-obj-y) FORCE
/arch/arm64/
A DMakefile159 libs-$(CONFIG_EFI_STUB) += $(objtree)/drivers/firmware/efi/libstub/lib.a
164 BOOT_TARGETS := Image vmlinuz.efi image.fit
171 KBUILD_IMAGE := $(boot)/vmlinuz.efi
178 vmlinuz.efi image.fit: Image
/arch/riscv/boot/
A Dinstall.sh24 Image.*|vmlinuz.efi)
/arch/x86/platform/
A DMakefile5 obj-y += efi/
/arch/arm64/kernel/
A Defi.c196 clear_bit(EFI_RUNTIME_SERVICES, &efi.flags); in efi_runtime_fixup_exception()
221 clear_bit(EFI_RUNTIME_SERVICES, &efi.flags); in arm64_efi_rt_init()
A DMakefile51 obj-$(CONFIG_EFI) += efi.o efi-rt-wrapper.o
/arch/x86/boot/startup/
A DMakefile24 lib-$(CONFIG_EFI_MIXED) += efi-mixed.o
/arch/mips/loongson64/
A Denv.c72 loongson_p = &(boot_p->efi.smbios.lp); in prom_lefi_init_env()
172 loongson_sysconf.vgabios_addr = boot_p->efi.smbios.vga_bios; in prom_lefi_init_env()
/arch/arm64/boot/
A DMakefile57 include $(srctree)/drivers/firmware/efi/libstub/Makefile.zboot

Completed in 35 milliseconds

12