Searched refs:return_words (Results 1 – 3 of 3) sorted by relevance
338 parameters->return_words[i] = shared_context_data->txmReturnWords[i]; in txm_kernel_call_internal()558 txm_log_page = (const char*)txm_call.return_words[0]; in get_logging_info()559 txm_log_head = (const uint32_t*)txm_call.return_words[1]; in get_logging_info()560 txm_log_sync = (const uint32_t*)txm_call.return_words[2]; in get_logging_info()583 developer_mode_enabled = (bool*)txm_call.return_words[1]; in get_code_signing_info()584 txm_stats = (TXMStatistics_t*)txm_call.return_words[2]; in get_code_signing_info()585 managed_signature_size = (uint32_t)txm_call.return_words[3]; in get_code_signing_info()586 txm_ro_data = (TXMReadOnlyData_t*)txm_call.return_words[5]; in get_code_signing_info()711 *profile_obj = (void*)txm_call.return_words[0]; in txm_register_provisioning_profile()745 profile_addr = txm_call.return_words[0]; in txm_unregister_provisioning_profile()[all …]
91 num_static_trust_caches = (uint32_t)txm_call.return_words[1]; in get_trust_cache_info()92 static_trust_cache_capabilities0 = (TCCapabilities_t)txm_call.return_words[2]; in get_trust_cache_info()93 static_trust_cache_capabilities1 = (TCCapabilities_t)txm_call.return_words[3]; in get_trust_cache_info()227 query_token->trustCache = (const TrustCache_t*)txm_call.return_words[0]; in txm_query_trust_cache()228 query_token->trustCacheEntry = (const void*)txm_call.return_words[1]; in txm_query_trust_cache()
92 uint64_t return_words[kTXMStackReturnWords]; member