Home
last modified time | relevance | path

Searched refs:__efi_runtime (Results 1 – 8 of 8) sorted by relevance

/third_party/uboot/u-boot-2020.01/lib/efi_loader/
Defi_runtime.c30 static efi_status_t __efi_runtime EFIAPI efi_unimplemented(void);
123 void __efi_runtime efi_update_table_header_crc32(struct efi_table_hdr *table) in efi_update_table_header_crc32()
334 void __weak __efi_runtime EFIAPI efi_reset_system( in efi_reset_system()
367 efi_status_t __weak __efi_runtime EFIAPI efi_get_time( in efi_get_time()
387 efi_status_t __weak __efi_runtime EFIAPI efi_set_time(struct efi_time *time) in efi_set_time()
436 static __efi_runtime efi_status_t EFIAPI efi_set_virtual_address_map_runtime( in efi_set_virtual_address_map_runtime()
458 static __efi_runtime efi_status_t EFIAPI efi_convert_pointer_runtime( in efi_convert_pointer_runtime()
477 static __efi_runtime efi_status_t EFIAPI efi_convert_pointer( in efi_convert_pointer()
516 static __efi_runtime void efi_relocate_runtime_table(ulong offset) in efi_relocate_runtime_table()
814 static efi_status_t __efi_runtime EFIAPI efi_unimplemented(void) in efi_unimplemented()
[all …]
Defi_variable.c563 efi_status_t __efi_runtime EFIAPI efi_query_variable_info( in efi_query_variable_info()
582 static efi_status_t __efi_runtime EFIAPI
598 static efi_status_t __efi_runtime EFIAPI
615 static efi_status_t __efi_runtime EFIAPI
/third_party/uboot/u-boot-2020.01/lib/
Dcrc32.c27 #define __efi_runtime macro
37 static void __efi_runtime make_crc_table OF((void));
63 static void __efi_runtime make_crc_table(void) in make_crc_table()
184 uint32_t __efi_runtime crc32_no_comp(uint32_t crc, const Bytef *buf, uInt len) in crc32_no_comp()
226 uint32_t __efi_runtime crc32(uint32_t crc, const Bytef *p, uInt len) in crc32()
/third_party/uboot/u-boot-2020.01/arch/arm/mach-bcm283x/
Dreset.c31 static void __efi_runtime
60 void __efi_runtime EFIAPI efi_reset_system( in efi_reset_system()
/third_party/uboot/u-boot-2020.01/include/
Defi_loader.h575 #define __efi_runtime __attribute__ ((section (".text.efi_runtime"))) macro
581 void __efi_runtime efi_update_table_header_crc32(struct efi_table_hdr *table);
589 void __efi_runtime EFIAPI efi_reset_system(
597 efi_status_t __efi_runtime EFIAPI efi_get_time(
601 efi_status_t __efi_runtime EFIAPI efi_set_time(struct efi_time *time);
656 #define __efi_runtime macro
/third_party/uboot/u-boot-2020.01/drivers/firmware/
Dpsci.c27 unsigned long __efi_runtime invoke_psci_fn in invoke_psci_fn()
108 void __efi_runtime EFIAPI efi_reset_system(enum efi_reset_type reset_type, in efi_reset_system()
/third_party/uboot/u-boot-2020.01/drivers/sysreset/
Dsysreset_x86.c107 void __efi_runtime EFIAPI efi_reset_system( in efi_reset_system()
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/armv8/fsl-layerscape/
Dcpu.c1213 void __efi_runtime reset_cpu(ulong addr) in reset_cpu()
1231 void __efi_runtime EFIAPI efi_reset_system( in efi_reset_system()