Lines Matching refs:__efi_runtime
40 static efi_status_t __efi_runtime EFIAPI efi_unimplemented(void);
203 void __efi_runtime efi_memcpy_runtime(void *dest, const void *src, size_t n) in efi_memcpy_runtime()
217 void __efi_runtime efi_update_table_header_crc32(struct efi_table_hdr *table) in efi_update_table_header_crc32()
443 void __weak __efi_runtime EFIAPI efi_reset_system( in efi_reset_system()
475 efi_status_t __weak __efi_runtime EFIAPI efi_get_time( in efi_get_time()
495 efi_status_t __weak __efi_runtime EFIAPI efi_set_time(struct efi_time *time) in efi_set_time()
513 static efi_status_t __efi_runtime EFIAPI efi_update_capsule_unsupported( in efi_update_capsule_unsupported()
535 static efi_status_t __efi_runtime EFIAPI efi_query_capsule_caps_unsupported( in efi_query_capsule_caps_unsupported()
595 static __efi_runtime efi_status_t EFIAPI efi_set_virtual_address_map_runtime( in efi_set_virtual_address_map_runtime()
617 static __efi_runtime efi_status_t EFIAPI efi_convert_pointer_runtime( in efi_convert_pointer_runtime()
636 __efi_runtime efi_status_t EFIAPI
680 static __efi_runtime void efi_relocate_runtime_table(ulong offset) in efi_relocate_runtime_table()
982 static efi_status_t __efi_runtime EFIAPI efi_unimplemented(void) in efi_unimplemented()