Home
last modified time | relevance | path

Searched refs:return_words (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.61.12/bsd/kern/code_signing/
H A Dtxm.c357 parameters->return_words[i] = shared_context_data->txmReturnWords[i]; in txm_kernel_call_internal()
579 txm_log_page = (const char*)txm_call.return_words[0]; in get_logging_info()
580 txm_log_head = (const uint32_t*)txm_call.return_words[1]; in get_logging_info()
581 txm_log_sync = (const uint32_t*)txm_call.return_words[2]; in get_logging_info()
607 txm_rw_data = (TXMReadWriteData_t*)txm_call.return_words[0]; in get_code_signing_info()
608 developer_mode_enabled = (bool*)txm_call.return_words[1]; in get_code_signing_info()
609 managed_signature_size = (uint32_t)txm_call.return_words[3]; in get_code_signing_info()
610 txm_ro_data = (TXMReadOnlyData_t*)txm_call.return_words[5]; in get_code_signing_info()
692 *secure_channel_phys = txm_call.return_words[0]; in txm_secure_channel_shared_page()
697 *secure_channel_size = txm_call.return_words[1]; in txm_secure_channel_shared_page()
[all …]
/xnu-12377.61.12/bsd/kern/
H A Dkern_trustcache.c119 txm_static_trust_caches = (uint32_t)txm_call.return_words[1]; in get_trust_cache_info()
120 static_trust_cache_capabilities0 = (TCCapabilities_t)txm_call.return_words[2]; in get_trust_cache_info()
121 static_trust_cache_capabilities1 = (TCCapabilities_t)txm_call.return_words[3]; in get_trust_cache_info()
225 reclaim_payload = txm_call.return_words[0] != 0; in txm_load_trust_cache()
273 query_token->trustCache = (const TrustCache_t*)txm_call.return_words[0]; in txm_query_trust_cache()
274 query_token->trustCacheEntry = (const void*)txm_call.return_words[1]; in txm_query_trust_cache()
303 *rem_perms = (uint8_t)txm_call.return_words[0]; in txm_query_trust_cache_for_rem()
/xnu-12377.61.12/bsd/sys/
H A Dtrusted_execution_monitor.h85 uint64_t return_words[kTXMStackReturnWords]; member