Searched refs:efi_runtime_services (Results 1 - 18 of 18) sorted by relevance

/u-boot/lib/efi_selftest/
H A Defi_selftest_reset.c13 static struct efi_runtime_services *runtime;
H A Defi_selftest_rtc.c15 static struct efi_runtime_services *runtime;
H A Defi_selftest_variables_common.c14 int efi_st_query_variable_common(struct efi_runtime_services *runtime,
H A Defi_selftest_set_virtual_address_map.c14 static const struct efi_runtime_services *runtime;
H A Defi_selftest.c19 static const struct efi_runtime_services *runtime;
H A Defi_selftest_variables.c17 static struct efi_runtime_services *runtime;
H A Defi_selftest_variables_runtime.c20 static struct efi_runtime_services *runtime;
H A Defi_selftest_tcg2.c64 static struct efi_runtime_services *runtime;
/u-boot/lib/efi_loader/
H A Defi_runtime.c178 * as well as efi_runtime_services.
551 return (p >= (void *)&efi_runtime_services.get_time &&
552 p <= (void *)&efi_runtime_services.query_variable_info) ||
562 efi_runtime_services.reset_system = efi_reset_system;
563 efi_runtime_services.get_time = efi_get_time;
564 efi_runtime_services.set_time = efi_set_time;
567 efi_runtime_services.update_capsule =
569 efi_runtime_services.query_capsule_caps =
574 efi_update_table_header_crc32(&efi_runtime_services.hdr);
685 for (pos = (void **)&efi_runtime_services
980 struct efi_runtime_services __efi_runtime_data efi_runtime_services = { variable in typeref:struct:__efi_runtime_data
[all...]
H A Defi_variable.c575 efi_runtime_services.get_variable = efi_get_variable_runtime;
576 efi_runtime_services.get_next_variable_name =
578 efi_runtime_services.set_variable = efi_set_variable_runtime;
579 efi_runtime_services.query_variable_info =
581 efi_update_table_header_crc32(&efi_runtime_services.hdr);
H A Defi_variable_tee.c975 efi_runtime_services.query_variable_info =
977 efi_runtime_services.get_variable = efi_get_variable_runtime;
978 efi_runtime_services.get_next_variable_name =
980 efi_runtime_services.set_variable = efi_set_variable_runtime;
981 efi_update_table_header_crc32(&efi_runtime_services.hdr);
H A Defi_capsule.c126 ret = EFI_CALL((*efi_runtime_services.get_time)(&time, NULL));
H A Defi_bootmgr.c23 static const struct efi_runtime_services *rs;
H A Defi_boottime.c4004 .runtime = &efi_runtime_services,
4038 efi_update_table_header_crc32(&efi_runtime_services.hdr);
/u-boot/include/
H A Defi_selftest.h158 int efi_st_query_variable_common(struct efi_runtime_services *runtime,
H A Defi.h454 struct efi_runtime_services *run;
H A Defi_loader.h257 extern struct efi_runtime_services efi_runtime_services;
H A Defi_api.h329 struct efi_runtime_services { struct
517 struct efi_runtime_services *runtime;

Completed in 171 milliseconds