Home
last modified time | relevance | path

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

/xen/xen/arch/x86/
A DMakefile123 prelink-efi_lto.o: $(ALL_OBJS) efi/runtime.o efi/compat.o
136 prelink-efi.o: $(filter-out %/efi/built_in.o,$(ALL_OBJS)) efi/boot.init.o efi/runtime.o efi/compat.…
179 XEN_BUILD_PE := $(if $(XEN_BUILD_EFI),$(shell $(LD) -mi386pep --subsystem=10 -o efi/check.efi efi/c…
189 note_file := efi/buildid.o
202 $(TARGET).efi: prelink-efi.o $(note_file) efi.lds efi/relocs-dummy.o efi/mkreloc
204 $(LD) $(call EFI_LDFLAGS,$(base)) -T efi.lds -N $< efi/relocs-dummy.o \
223 $(TARGET).efi: FORCE
228 efi/boot.init.o efi/runtime.o efi/compat.o efi/buildid.o efi/relocs-dummy.o: $(BASEDIR)/arch/x86/ef…
229 efi/boot.init.o efi/runtime.o efi/compat.o efi/buildid.o efi/relocs-dummy.o: ;
254 efi/mkreloc: efi/mkreloc.c
[all …]
A Ddmi_scan.c377 while (efi.smbios3 != EFI_INVALID_TABLE_ADDR) { in dmi_efi_iterate()
381 p = bt_ioremap(efi.smbios3, sizeof(eps)); in dmi_efi_iterate()
391 p = bt_ioremap(efi.smbios3, eps.length); in dmi_efi_iterate()
400 if (ret != 0 && efi.smbios != EFI_INVALID_TABLE_ADDR) { in dmi_efi_iterate()
404 p = bt_ioremap(efi.smbios, sizeof(eps)); in dmi_efi_iterate()
414 p = bt_ioremap(efi.smbios, eps.length); in dmi_efi_iterate()
A Dmpparse.c716 if (efi.mps == EFI_INVALID_TABLE_ADDR) in efi_check_config()
719 __set_fixmap(FIX_EFI_MPF, PFN_DOWN(efi.mps), __PAGE_HYPERVISOR); in efi_check_config()
720 mpf = fix_to_virt(FIX_EFI_MPF) + ((long)efi.mps & (PAGE_SIZE-1)); in efi_check_config()
727 printk(KERN_INFO "SMP MP-table at %08lx\n", efi.mps); in efi_check_config()
A Dxen.lds.S328 efi = .; symbol
/xen/xen/
A DMakefile26 EFI_MOUNTPOINT ?= $(BOOT_DIR)/efi
284 $(INSTALL_DATA) $(TARGET).efi $(D)$(EFI_DIR)/$(T)-$(XEN_FULLVERSION).efi; \
286 $(INSTALL_DATA) $(TARGET).efi.map $(D)$(DEBUG_DIR)/$(T)-$(XEN_FULLVERSION).efi.map; \
288 ln -sf $(T)-$(XEN_FULLVERSION).efi $(D)$(EFI_DIR)/$(T)-$(XEN_VERSION).$(XEN_SUBVERSION).efi; \
289 ln -sf $(T)-$(XEN_FULLVERSION).efi $(D)$(EFI_DIR)/$(T)-$(XEN_VERSION).efi; \
290 ln -sf $(T)-$(XEN_FULLVERSION).efi $(D)$(EFI_DIR)/$(T).efi; \
292 …$(INSTALL_DATA) $(TARGET).efi $(D)$(EFI_MOUNTPOINT)/efi/$(EFI_VENDOR)/$(T)-$(XEN_FULLVERSION).efi;…
321 rm -f $(D)$(EFI_DIR)/$(T).efi
322 rm -f $(D)$(EFI_MOUNTPOINT)/efi/$(EFI_VENDOR)/$(T)-$(XEN_FULLVERSION).efi
358 [ -e arch/$(TARGET_ARCH)/efi ] && for f in boot.c runtime.c compat.c efi.h;\
[all …]
/xen/xen/include/xen/
A Defi.h16 struct efi { struct
24 extern struct efi efi; argument
/xen/xen/drivers/acpi/
A Dosl.c73 if (efi.acpi20 != EFI_INVALID_TABLE_ADDR) in acpi_os_get_root_pointer()
74 return efi.acpi20; in acpi_os_get_root_pointer()
75 else if (efi.acpi != EFI_INVALID_TABLE_ADDR) in acpi_os_get_root_pointer()
76 return efi.acpi; in acpi_os_get_root_pointer()
/xen/docs/misc/
A Defi.pandoc1 For x86, building xen.efi requires gcc 4.5.x or above (4.6.x or newer
20 `EFI_MOUNTPOINT` is overridden as needed, should the default of `/boot/efi` not
21 match your system). The xen.efi binary will also be installed in
22 `/usr/lib64/efi/`, unless `EFI_DIR` is set in the environment to override this
25 The binary itself will require a configuration file (names with the `.efi`
29 (To illustrate the name handling, a binary named `xen-4.2-unstable.efi` would
A Dxen-command-line.pandoc946 ### efi
1839 'efi' instructs Xen to reboot using the EFI reboot call (in EFI mode by
2235 when used with xen.efi (there the concept of modules doesn't exist, and
2237 entry; see [EFI configuration file description](efi.html)).
2244 When using xen.efi, the `ucode=<filename>` config file setting takes
/xen/xen/arch/arm/efi/
A DMakefile4 obj-$(CONFIG_ACPI) += efi-dom0.init.o
/xen/config/
A Darm64.mk14 EFI_DIR ?= /usr/lib64/efi
A Dx86_64.mk14 EFI_DIR ?= /usr/lib64/efi
/xen/
A D.gitignore292 xen/arch/x86/efi.lds
293 xen/arch/x86/efi/check.efi
294 xen/arch/x86/efi/mkreloc
297 xen/arch/*/efi/boot.c
298 xen/arch/*/efi/compat.c
299 xen/arch/*/efi/efi.h
300 xen/arch/*/efi/runtime.c
A DMAINTAINERS287 F: xen/arch/x86/efi/
288 F: xen/common/efi/
289 F: xen/include/efi/
290 F: xen/include/asm-x86/efi*.h
291 F: xen/include/asm-x86/x86_*/efi*.h
A DINSTALL216 EFI_DIR to /usr/lib64/efi.
340 sudo make install BOOT_DIR=/ood/path/boot EFI_DIR=/odd/path/efi
/xen/docs/hypervisor-guide/x86/
A Dhow-xen-boots.rst13 A build of xen produces ``xen.gz`` and optionally ``xen.efi`` as final
78 xen.efi
87 xen.efi does contain all MB1/MB2/PVH tags included in the rest of the
/xen/xen/common/efi/
A Dboot.c865 efi.acpi20 = (long)efi_ct[i].VendorTable; in efi_tables()
867 efi.acpi = (long)efi_ct[i].VendorTable; in efi_tables()
869 efi.mps = (long)efi_ct[i].VendorTable; in efi_tables()
871 efi.smbios = (long)efi_ct[i].VendorTable; in efi_tables()
873 efi.smbios3 = (long)efi_ct[i].VendorTable; in efi_tables()
877 dmi_efi_get_table(efi.smbios != EFI_INVALID_TABLE_ADDR in efi_tables()
878 ? (void *)(long)efi.smbios : NULL, in efi_tables()
879 efi.smbios3 != EFI_INVALID_TABLE_ADDR in efi_tables()
880 ? (void *)(long)efi.smbios3 : NULL); in efi_tables()
A Druntime.c65 struct efi __read_mostly efi = { variable
/xen/xen/arch/arm/
A DMakefile3 obj-$(CONFIG_ARM_64) += efi/

Completed in 21 milliseconds