Lines Matching refs:efi_runtime_services
505 return (p >= (void *)&efi_runtime_services.get_time && in efi_is_runtime_service_pointer()
506 p <= (void *)&efi_runtime_services.query_variable_info) || 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()
640 pos <= (void **)&efi_runtime_services.query_variable_info; ++pos) { in efi_relocate_runtime_table()
649 efi_runtime_services.set_virtual_address_map = in efi_relocate_runtime_table()
656 efi_runtime_services.convert_pointer = &efi_convert_pointer_runtime; in efi_relocate_runtime_table()
665 efi_update_table_header_crc32(&efi_runtime_services.hdr); in efi_relocate_runtime_table()
934 struct efi_runtime_services __efi_runtime_data efi_runtime_services = { variable
938 .headersize = sizeof(struct efi_runtime_services),