Home
last modified time | relevance | path

Searched refs:rt_prop_table (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/drivers/firmware/efi/libstub/
H A Defi-stub.c103 const efi_rt_properties_table_t *rt_prop_table; in get_supported_rt_services() local
106 rt_prop_table = get_efi_config_table(EFI_RT_PROPERTIES_TABLE_GUID); in get_supported_rt_services()
107 if (rt_prop_table) in get_supported_rt_services()
108 supported &= rt_prop_table->runtime_services_supported; in get_supported_rt_services()
/kernel/linux/linux-5.10/drivers/firmware/efi/libstub/
H A Defi-stub.c106 const efi_rt_properties_table_t *rt_prop_table; in get_supported_rt_services() local
109 rt_prop_table = get_efi_config_table(EFI_RT_PROPERTIES_TABLE_GUID); in get_supported_rt_services()
110 if (rt_prop_table) in get_supported_rt_services()
111 supported &= rt_prop_table->runtime_services_supported; in get_supported_rt_services()

Completed in 2 milliseconds