Searched refs:runtime (Results 1 - 16 of 16) sorted by last modified time

/u-boot/lib/efi_selftest/
H A Defi_selftest_variables_runtime.c7 * This unit test checks the runtime services for variables after
20 static struct efi_runtime_services *runtime; variable in typeref:struct:efi_runtime_services
35 runtime = systable->runtime;
43 * As runtime support is not implmented expect EFI_UNSUPPORTED to be returned.
63 test_ret = efi_st_query_variable_common(runtime, EFI_VARIABLE_BOOTSERVICE_ACCESS |
70 ret = runtime->query_variable_info(EFI_VARIABLE_BOOTSERVICE_ACCESS,
79 ret = runtime->set_variable(u"efi_st_var0", &guid_vendor0,
88 /* At runtime only non-volatile variables may be set. */
94 /* runtime atttribut
[all...]
H A Defi_selftest_variables_common.c7 * This unit test checks common service across boottime/runtime
14 int efi_st_query_variable_common(struct efi_runtime_services *runtime, argument
20 ret = runtime->query_variable_info(attributes,
31 ret = runtime->query_variable_info(EFI_VARIABLE_RUNTIME_ACCESS,
39 ret = runtime->query_variable_info(attributes,
47 ret = runtime->query_variable_info(attributes,
55 ret = runtime->query_variable_info(attributes,
63 ret = runtime->query_variable_info(0, &max_storage, &rem_storage,
70 ret = runtime->query_variable_info(attributes |
80 ret = runtime
[all...]
H A Defi_selftest_variables.c7 * This unit test checks the runtime services for variables:
17 static struct efi_runtime_services *runtime; variable in typeref:struct:efi_runtime_services
35 runtime = systable->runtime;
56 test_ret = efi_st_query_variable_common(runtime,
63 ret = runtime->set_variable(u"efi_st_var0", &guid_vendor0,
72 ret = runtime->get_variable(u"efi_st_var0", &guid_vendor0,
87 ret = runtime->set_variable(u"efi_st_var1", &guid_vendor1,
95 ret = runtime->get_variable(u"efi_st_var1", &guid_vendor1,
111 ret = runtime
[all...]
H A Defi_selftest_tcg2.c64 static struct efi_runtime_services *runtime; variable in typeref:struct:efi_runtime_services
450 ret = runtime->get_variable(boot_variable_test[i].name,
465 ret = runtime->get_variable(boot_variable_test[i].name,
477 ret = runtime->set_variable(boot_variable_test[i].name,
505 ret = runtime->set_variable(boot_variable_test[i].name,
521 ret = runtime->set_variable(boot_variable_test[i].name,
618 runtime = systable->runtime;
H A Defi_selftest.c19 static const struct efi_runtime_services *runtime; variable in typeref:struct:efi_runtime_services
244 * it may be setup at st_boottime and executed at runtime,
245 * or it may be setup and executed at runtime.
262 runtime = st_systable->runtime;
350 runtime->reset_system(EFI_RESET_WARM, EFI_NOT_READY,
H A Defi_selftest_reset.c7 * This test checks the following service at boot time or runtime:
13 static struct efi_runtime_services *runtime; variable in typeref:struct:efi_runtime_services
25 runtime = systable->runtime;
38 runtime->reset_system(EFI_RESET_COLD, EFI_SUCCESS,
53 .name = "reset system runtime",
H A Defi_selftest_rtc.c7 * Test the real time clock runtime services.
15 static struct efi_runtime_services *runtime; variable in typeref:struct:efi_runtime_services
27 runtime = systable->runtime;
56 ret = runtime->get_time(&tm_old, NULL);
66 ret = runtime->set_time(&tm_new);
71 ret = runtime->get_time(&tm, NULL);
87 ret = runtime->set_time(&tm_old);
H A Defi_selftest_set_virtual_address_map.c14 static const struct efi_runtime_services *runtime; variable in typeref:struct:efi_runtime_services
42 ret = runtime->convert_pointer(0, &addr);
55 ret = runtime->convert_pointer(0, &addr);
86 runtime = systable->runtime;
129 /* Remove entries not relevant for runtime from map */
185 ret = runtime->set_virtual_address_map(map_size, desc_size,
H A Defi_selftest_crc32.c8 * headers of the system table, the boot services table, and the runtime
102 if (check_table(st->runtime) != EFI_ST_SUCCESS) {
103 efi_st_error("Checking runtime table\n");
123 if (check_table(st->runtime) != EFI_ST_SUCCESS) {
124 efi_st_error("Checking runtime table\n");
129 * We cannot call SetVirtualAddressMap() and recheck the runtime
/u-boot/lib/efi_loader/
H A Defi_bootmgr.c721 rs = systab.runtime;
H A Defi_boottime.c1964 * application, a boottime driver, or a runtime driver. So here we
2241 /* Patch out unsupported runtime function */
4004 .runtime = &efi_runtime_services,
/u-boot/include/
H A Defi_selftest.h53 * it may be setup at boottime and executed at runtime,
54 * or it may be setup and executed at runtime.
151 * efi_st_query_variable_common - Common variable tests for boottime/runtime
153 * @runtime: Pointer to services table
158 int efi_st_query_variable_common(struct efi_runtime_services *runtime,
H A Defi_api.h487 * EFI System Table contains pointers to the runtime and boot services tables.
502 * @runtime: A pointer to the EFI Runtime Services Table
517 struct efi_runtime_services *runtime; member in struct:efi_system_table
/u-boot/lib/efi/
H A Defi.c103 priv->run = sys_table->runtime;
/u-boot/scripts/
H A Dcheckpatch.pl133 runtime errors.
1041 # Any use must be runtime checked with $^V
/u-boot/tools/
H A Dprelink-riscv.inc6 * Statically process runtime relocations on RISC-V ELF images

Completed in 157 milliseconds