Home
last modified time | relevance | path

Searched refs:efi_runtime_services (Results 1 – 16 of 16) sorted by relevance

/u-boot/lib/efi_loader/
A Defi_runtime.c505 return (p >= (void *)&efi_runtime_services.get_time && in efi_is_runtime_service_pointer()
516 efi_runtime_services.reset_system = efi_reset_system; in efi_runtime_detach()
517 efi_runtime_services.get_time = efi_get_time; in efi_runtime_detach()
518 efi_runtime_services.set_time = efi_set_time; in efi_runtime_detach()
521 efi_runtime_services.update_capsule = in efi_runtime_detach()
523 efi_runtime_services.query_capsule_caps = in efi_runtime_detach()
528 efi_update_table_header_crc32(&efi_runtime_services.hdr); in efi_runtime_detach()
639 for (pos = (void **)&efi_runtime_services.get_time; in efi_relocate_runtime_table()
649 efi_runtime_services.set_virtual_address_map = in efi_relocate_runtime_table()
934 struct efi_runtime_services __efi_runtime_data efi_runtime_services = { variable
[all …]
A Defi_variable.c405 efi_runtime_services.get_variable = efi_get_variable_runtime; in efi_variables_boot_exit_notify()
406 efi_runtime_services.get_next_variable_name = in efi_variables_boot_exit_notify()
408 efi_runtime_services.set_variable = efi_set_variable_runtime; in efi_variables_boot_exit_notify()
409 efi_runtime_services.query_variable_info = in efi_variables_boot_exit_notify()
411 efi_update_table_header_crc32(&efi_runtime_services.hdr); in efi_variables_boot_exit_notify()
A Defi_watchdog.c30 EFI_CALL_VOID(efi_runtime_services.reset_system(EFI_RESET_COLD, in efi_watchdog_timer_notify()
A Defi_variable_tee.c709 efi_runtime_services.query_variable_info = in efi_variables_boot_exit_notify()
711 efi_runtime_services.get_variable = efi_get_variable_runtime; in efi_variables_boot_exit_notify()
712 efi_runtime_services.get_next_variable_name = in efi_variables_boot_exit_notify()
714 efi_runtime_services.set_variable = efi_set_variable_runtime; in efi_variables_boot_exit_notify()
715 efi_update_table_header_crc32(&efi_runtime_services.hdr); in efi_variables_boot_exit_notify()
A Defi_bootmgr.c19 static const struct efi_runtime_services *rs;
A Defi_capsule.c92 ret = EFI_CALL((*efi_runtime_services.get_time)(&time, NULL)); in set_capsule_result()
A Defi_boottime.c3764 .runtime = &efi_runtime_services,
3795 efi_update_table_header_crc32(&efi_runtime_services.hdr); in efi_initialize_system_table()
/u-boot/lib/efi_selftest/
A Defi_selftest_reset.c13 static struct efi_runtime_services *runtime;
A Defi_selftest_variables_runtime.c18 static struct efi_runtime_services *runtime;
A Defi_selftest_rtc.c15 static struct efi_runtime_services *runtime;
A Defi_selftest_set_virtual_address_map.c14 static const struct efi_runtime_services *runtime;
A Defi_selftest_variables.c17 static struct efi_runtime_services *runtime;
A Defi_selftest.c19 static const struct efi_runtime_services *runtime;
/u-boot/include/
A Defi.h381 struct efi_runtime_services *run;
A Defi_loader.h140 extern struct efi_runtime_services efi_runtime_services;
A Defi_api.h317 struct efi_runtime_services { struct
441 struct efi_runtime_services *runtime;

Completed in 29 milliseconds