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 …]
405 efi_runtime_services.get_variable = efi_get_variable_runtime; in efi_variables_boot_exit_notify()406 efi_runtime_services.get_next_variable_name = in efi_variables_boot_exit_notify()408 efi_runtime_services.set_variable = efi_set_variable_runtime; in efi_variables_boot_exit_notify()409 efi_runtime_services.query_variable_info = in efi_variables_boot_exit_notify()411 efi_update_table_header_crc32(&efi_runtime_services.hdr); in efi_variables_boot_exit_notify()
30 EFI_CALL_VOID(efi_runtime_services.reset_system(EFI_RESET_COLD, in efi_watchdog_timer_notify()
709 efi_runtime_services.query_variable_info = in efi_variables_boot_exit_notify()711 efi_runtime_services.get_variable = efi_get_variable_runtime; in efi_variables_boot_exit_notify()712 efi_runtime_services.get_next_variable_name = in efi_variables_boot_exit_notify()714 efi_runtime_services.set_variable = efi_set_variable_runtime; in efi_variables_boot_exit_notify()715 efi_update_table_header_crc32(&efi_runtime_services.hdr); in efi_variables_boot_exit_notify()
19 static const struct efi_runtime_services *rs;
92 ret = EFI_CALL((*efi_runtime_services.get_time)(&time, NULL)); in set_capsule_result()
3764 .runtime = &efi_runtime_services,3795 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;
381 struct efi_runtime_services *run;
140 extern struct efi_runtime_services efi_runtime_services;
317 struct efi_runtime_services { struct441 struct efi_runtime_services *runtime;
Completed in 29 milliseconds