| /lib/efi_selftest/ |
| A D | efi_selftest_variables.c | 17 static struct efi_runtime_services *runtime; variable 35 runtime = systable->runtime; in setup() 56 test_ret = efi_st_query_variable_common(runtime, in execute() 63 ret = runtime->set_variable(u"efi_st_var0", &guid_vendor0, in execute() 72 ret = runtime->get_variable(u"efi_st_var0", &guid_vendor0, in execute() 133 ret = runtime->set_variable(u"efi_none", &guid_vendor1, in execute() 143 ret = runtime->get_variable(u"efi_none", &guid_vendor1, in execute() 150 ret = runtime->set_variable(u"efi_none", &guid_vendor1, in execute() 159 ret = runtime->get_variable(u"efi_none", &guid_vendor1, in execute() 171 ret = runtime->set_variable(u"efi_none", &guid_vendor1, in execute() [all …]
|
| A D | efi_selftest_variables_runtime.c | 20 static struct efi_runtime_services *runtime; variable 35 runtime = systable->runtime; in setup() 79 ret = runtime->set_variable(u"efi_st_var0", &guid_vendor0, in execute() 95 ret = runtime->set_variable(u"efi_st_var0", &guid_vendor0, in execute() 105 ret = runtime->get_variable(u"RTStorageVolatile", in execute() 121 ret = runtime->get_variable(u"VarToFile", &efi_rt_var_guid, in execute() 132 ret = runtime->set_variable(u"efi_st_var0", &guid_vendor0, in execute() 155 ret = runtime->set_variable(u"efi_st_var0", &guid_vendor0, in execute() 166 ret = runtime->set_variable(u"efi_st_var0", &guid_vendor0, in execute() 174 ret = runtime->set_variable(u"efi_st_var0", &guid_vendor0, in execute() [all …]
|
| A D | efi_selftest_variables_common.c | 14 int efi_st_query_variable_common(struct efi_runtime_services *runtime, in efi_st_query_variable_common() argument 20 ret = runtime->query_variable_info(attributes, in efi_st_query_variable_common() 31 ret = runtime->query_variable_info(EFI_VARIABLE_RUNTIME_ACCESS, in efi_st_query_variable_common() 39 ret = runtime->query_variable_info(attributes, in efi_st_query_variable_common() 47 ret = runtime->query_variable_info(attributes, in efi_st_query_variable_common() 55 ret = runtime->query_variable_info(attributes, in efi_st_query_variable_common() 63 ret = runtime->query_variable_info(0, &max_storage, &rem_storage, in efi_st_query_variable_common() 70 ret = runtime->query_variable_info(attributes | in efi_st_query_variable_common() 80 ret = runtime->query_variable_info(EFI_VARIABLE_NON_VOLATILE, in efi_st_query_variable_common() 92 ret = runtime->query_variable_info(attributes | EFI_INVALID_ATTR | in efi_st_query_variable_common()
|
| A D | efi_selftest_rtc.c | 15 static struct efi_runtime_services *runtime; variable 27 runtime = systable->runtime; in setup() 56 ret = runtime->get_time(&tm_old, NULL); in execute() 66 ret = runtime->set_time(&tm_new); in execute() 71 ret = runtime->get_time(&tm, NULL); in execute() 87 ret = runtime->set_time(&tm_old); in execute()
|
| A D | efi_selftest_reset.c | 13 static struct efi_runtime_services *runtime; variable 25 runtime = systable->runtime; in setup() 38 runtime->reset_system(EFI_RESET_COLD, EFI_SUCCESS, in execute()
|
| A D | efi_selftest_set_virtual_address_map.c | 14 static const struct efi_runtime_services *runtime; variable 42 ret = runtime->convert_pointer(0, &addr); in notify() 55 ret = runtime->convert_pointer(0, &addr); in notify() 86 runtime = systable->runtime; in setup() 185 ret = runtime->set_virtual_address_map(map_size, desc_size, in execute()
|
| A D | efi_selftest_tcg2.c | 64 static struct efi_runtime_services *runtime; variable 450 ret = runtime->get_variable(boot_variable_test[i].name, in setup_boot_variable() 465 ret = runtime->get_variable(boot_variable_test[i].name, in setup_boot_variable() 477 ret = runtime->set_variable(boot_variable_test[i].name, in setup_boot_variable() 505 ret = runtime->set_variable(boot_variable_test[i].name, in restore_boot_variable() 521 ret = runtime->set_variable(boot_variable_test[i].name, in restore_boot_variable() 618 runtime = systable->runtime; in efi_st_tcg2_setup()
|
| A D | efi_selftest.c | 19 static const struct efi_runtime_services *runtime; variable 262 runtime = st_systable->runtime; in efi_selftest() 350 runtime->reset_system(EFI_RESET_WARM, EFI_NOT_READY, in efi_selftest()
|
| A D | efi_selftest_crc32.c | 102 if (check_table(st->runtime) != EFI_ST_SUCCESS) { in setup() 123 if (check_table(st->runtime) != EFI_ST_SUCCESS) { in execute()
|
| /lib/efi_loader/ |
| A D | Kconfig | 87 bool "GetTime() runtime service" 91 Provide the GetTime() runtime service at boottime. This service 95 bool "SetTime() runtime service" 99 Provide the SetTime() runtime service at boottime. This service 103 # bool "Reset runtime service is available" 127 bool "Allow variable runtime services in volatile storage (e.g RAM)" 132 we copy runtime variables in DRAM and support GetVariableRT 137 runtime won't persist reboots. 230 That value is probed at runtime from U-Boot. In that case, 232 runtime variables to the OS. [all …]
|
| A D | efi_bootmgr.c | 751 rs = systab.runtime; in efi_bootmgr_load()
|
| /lib/mbedtls/external/mbedtls/tests/suites/ |
| A D | test_suite_version.data | 4 Check runtime library version
|
| A D | test_suite_platform_printf.function | 7 * that parses the format at runtime, and not a compiler optimization.
|
| A D | test_suite_bignum_random.data | 21 # but this isn't checked at runtime.
|
| A D | test_suite_mps.function | 15 * into runtime assertions. */
|
| /lib/optee/ |
| A D | Kconfig | 20 runtime.
|
| /lib/lwip/lwip/src/apps/http/makefsdata/ |
| A D | readme.txt | 9 switch -e: exclude HTTP header from file (header is created at runtime, default is on)
|
| /lib/efi_client/ |
| A D | efi.c | 103 priv->run = sys_table->runtime; in efi_init()
|
| /lib/mbedtls/external/mbedtls/3rdparty/p256-m/p256-m/ |
| A D | README.md | 13 3. runtime performance. 29 - [Runtime performance](#runtime-performance) 140 - The code has no dependency on libc functions or the toolchain's runtime 308 compiler's runtime library).
|
| /lib/mbedtls/external/mbedtls/docs/architecture/testing/ |
| A D | invasive-testing.md | 204 | Portability | ++ Zero runtime burden | 226 …y the same behavior. Changing the behavior should require some action at runtime (calling a functi… 232 Some properties can be tested through runtime instrumentation: have the compiler or a similar tool … 286 Solution ([instrumentation](#runtime-instrumentation)): run tests with ASan. (We also use Valgrind,…
|
| A D | driver-interface-test-strategy.md | 129 The driver interface includes a fallback mechanism so that a driver can reject a request at runtime…
|
| /lib/mbedtls/external/mbedtls/docs/architecture/psa-migration/ |
| A D | md-cipher-dispatch.md | 229 * Possibly additional runtime state (for example, we might check whether `psa_crypto_init` has been… 472 …h via a legacy module and a PSA accelerator, we will choose based on the runtime availability of t… 489 #### Determination of PSA support at runtime 603 …h via a legacy module and a PSA accelerator, we will choose based on the runtime availability of t… 605 Support is determined at runtime using the new internal function
|
| /lib/mbedtls/external/mbedtls/docs/ |
| A D | driver-only-builds.md | 46 In addition to these compile-time considerations, at runtime you'll need to 372 is enabled, then only the corresponding cipher will be available at runtime
|
| A D | 3.0-migration-guide.md | 101 runtime crash. 90% of the uses of the feature are of this kind. 998 ### Turn `MBEDTLS_SSL_SRV_RESPECT_CLIENT_PREFERENCE` configuration option into a runtime option
|
| /lib/mbedtls/external/mbedtls/ |
| A D | ChangeLog | 121 called at runtime. This together with MBEDTLS_PSA_RANDOM_STATE can be 134 time by the MBEDTLS_SSL_EARLY_DATA configuration option and at runtime by 171 - If the TLS 1.2 implementation was disabled at runtime, a TLS 1.2 client 195 is disabled at runtime. Fixes #8593. 1268 * Add a CMake option that enables static linking of the runtime library 1549 code size, and it does not increase RAM usage in runtime anymore. 1562 * Replace MBEDTLS_SSL_SRV_RESPECT_CLIENT_PREFERENCE by a runtime 2969 * Fix runtime error in `mbedtls_platform_entropy_poll()` when run 3137 conflict with C runtime usage. Found and fixed by irwir. 4591 doing it at runtime (using uname) rather that compile time. [all …]
|