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.c447 efi_runtime_services.get_variable = efi_get_variable_runtime; in efi_variables_boot_exit_notify()
448 efi_runtime_services.get_next_variable_name = in efi_variables_boot_exit_notify()
450 efi_runtime_services.set_variable = efi_set_variable_runtime; in efi_variables_boot_exit_notify()
451 efi_runtime_services.query_variable_info = in efi_variables_boot_exit_notify()
453 efi_update_table_header_crc32(&efi_runtime_services.hdr); in efi_variables_boot_exit_notify()
A Defi_variable_tee.c716 efi_runtime_services.query_variable_info = in efi_variables_boot_exit_notify()
718 efi_runtime_services.get_variable = efi_get_variable_runtime; in efi_variables_boot_exit_notify()
719 efi_runtime_services.get_next_variable_name = in efi_variables_boot_exit_notify()
721 efi_runtime_services.set_variable = efi_set_variable_runtime; in efi_variables_boot_exit_notify()
722 efi_update_table_header_crc32(&efi_runtime_services.hdr); in efi_variables_boot_exit_notify()
A Defi_bootmgr.c20 static const struct efi_runtime_services *rs;
A Defi_capsule.c127 ret = EFI_CALL((*efi_runtime_services.get_time)(&time, NULL)); in set_capsule_result()
A Defi_boottime.c3938 .runtime = &efi_runtime_services,
3972 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;
A Defi_selftest_tcg2.c64 static struct efi_runtime_services *runtime;
/u-boot/include/
A Defi.h454 struct efi_runtime_services *run;
A Defi_loader.h245 extern struct efi_runtime_services efi_runtime_services;
A Defi_api.h329 struct efi_runtime_services { struct
510 struct efi_runtime_services *runtime;

Completed in 45 milliseconds