Searched refs:efi_runtime_services (Results 1 – 16 of 16) sorted by relevance
505 return (p >= (void *)&efi_runtime_services.get_time && in efi_is_runtime_service_pointer()516 efi_runtime_services.reset_system = efi_reset_system; in efi_runtime_detach()517 efi_runtime_services.get_time = efi_get_time; in efi_runtime_detach()518 efi_runtime_services.set_time = efi_set_time; in efi_runtime_detach()521 efi_runtime_services.update_capsule = in efi_runtime_detach()523 efi_runtime_services.query_capsule_caps = in efi_runtime_detach()528 efi_update_table_header_crc32(&efi_runtime_services.hdr); in efi_runtime_detach()639 for (pos = (void **)&efi_runtime_services.get_time; in efi_relocate_runtime_table()649 efi_runtime_services.set_virtual_address_map = in efi_relocate_runtime_table()934 struct efi_runtime_services __efi_runtime_data efi_runtime_services = { variable[all …]
447 efi_runtime_services.get_variable = efi_get_variable_runtime; in efi_variables_boot_exit_notify()448 efi_runtime_services.get_next_variable_name = in efi_variables_boot_exit_notify()450 efi_runtime_services.set_variable = efi_set_variable_runtime; in efi_variables_boot_exit_notify()451 efi_runtime_services.query_variable_info = in efi_variables_boot_exit_notify()453 efi_update_table_header_crc32(&efi_runtime_services.hdr); in efi_variables_boot_exit_notify()
716 efi_runtime_services.query_variable_info = in efi_variables_boot_exit_notify()718 efi_runtime_services.get_variable = efi_get_variable_runtime; in efi_variables_boot_exit_notify()719 efi_runtime_services.get_next_variable_name = in efi_variables_boot_exit_notify()721 efi_runtime_services.set_variable = efi_set_variable_runtime; in efi_variables_boot_exit_notify()722 efi_update_table_header_crc32(&efi_runtime_services.hdr); in efi_variables_boot_exit_notify()
20 static const struct efi_runtime_services *rs;
127 ret = EFI_CALL((*efi_runtime_services.get_time)(&time, NULL)); in set_capsule_result()
3938 .runtime = &efi_runtime_services,3972 efi_update_table_header_crc32(&efi_runtime_services.hdr); in efi_initialize_system_table()
13 static struct efi_runtime_services *runtime;
18 static struct efi_runtime_services *runtime;
15 static struct efi_runtime_services *runtime;
14 static const struct efi_runtime_services *runtime;
17 static struct efi_runtime_services *runtime;
19 static const struct efi_runtime_services *runtime;
64 static struct efi_runtime_services *runtime;
454 struct efi_runtime_services *run;
245 extern struct efi_runtime_services efi_runtime_services;
329 struct efi_runtime_services { struct510 struct efi_runtime_services *runtime;
Completed in 45 milliseconds