Home
last modified time | relevance | path

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

/u-boot/lib/efi_loader/
A Defi_runtime.c114 struct efi_rt_properties_table *rt_table; in efi_init_runtime_supported() local
118 (void **)&rt_table); in efi_init_runtime_supported()
122 rt_table->version = EFI_RT_PROPERTIES_TABLE_VERSION; in efi_init_runtime_supported()
123 rt_table->length = sizeof(struct efi_rt_properties_table); in efi_init_runtime_supported()
124 rt_table->runtime_services_supported = in efi_init_runtime_supported()
135 rt_table->runtime_services_supported |= EFI_RT_SUPPORTED_RESET_SYSTEM; in efi_init_runtime_supported()
139 rt_table); in efi_init_runtime_supported()

Completed in 3 milliseconds