Lines Matching refs:txm_kernel_call
238 txm_kernel_call(&txm_call, phys_addr); in txm_add_page()
367 txm_kernel_call( in txm_kernel_call() function
573 txm_kernel_call(&txm_call); in get_logging_info()
588 txm_kernel_call(&txm_call); in get_code_signing_info()
626 txm_kernel_call(&txm_call, in set_shared_region_base_address()
674 txm_kernel_call(&txm_call); in txm_enter_lockdown_mode()
688 kern_return_t ret = txm_kernel_call(&txm_call); in txm_secure_channel_shared_page()
724 txm_kernel_call(&txm_call, state); in txm_toggle_developer_mode()
735 return txm_kernel_call(&txm_call); in txm_rem_enable()
762 txm_kernel_call(&txm_call); in txm_update_device_state()
776 txm_kernel_call(&txm_call, security_boot_mode); in txm_complete_security_boot_mode()
822 ret = txm_kernel_call(&txm_call, payload_addr, profile_blob_size); in txm_register_provisioning_profile()
852 return txm_kernel_call(&txm_call, profile_obj, sig_data, sig_size); in txm_trust_provisioning_profile()
872 ret = txm_kernel_call(&txm_call, profile_obj); in txm_unregister_provisioning_profile()
899 return txm_kernel_call(&txm_call, sig_obj, profile_obj); in txm_associate_provisioning_profile()
918 kern_return_t ret = txm_kernel_call(&txm_call, sig_obj); in txm_disassociate_provisioning_profile()
936 txm_kernel_call(&txm_call, cdhash); in txm_set_compilation_service_cdhash()
954 ret = txm_kernel_call(&txm_call, cdhash); in txm_match_compilation_service_cdhash()
972 txm_kernel_call(&txm_call, public_key); in txm_set_local_signing_public_key()
984 ret = txm_kernel_call(&txm_call); in txm_get_local_signing_public_key()
1001 txm_kernel_call(&txm_call, cdhash); in txm_unrestrict_local_signing_cdhash()
1035 ret = txm_kernel_call( in txm_register_code_signature()
1081 txm_kernel_call(&txm_call, sig_obj); in txm_unregister_code_signature()
1106 return txm_kernel_call(&txm_call, sig_obj); in txm_verify_code_signature()
1125 txm_kernel_call(&txm_call, sig_obj); in txm_reconstitute_code_signature()
1158 txm_kernel_call(&txm_call, addr_space_id, flags); in txm_register_address_space()
1185 txm_kernel_call(&txm_call, txm_addr_space); in txm_unregister_address_space()
1247 ret = txm_kernel_call( in txm_associate_code_signature()
1261 ret = txm_kernel_call( in txm_associate_code_signature()
1312 ret = txm_kernel_call(&txm_call, txm_addr_space); in txm_allow_jit_region()
1337 ret = txm_kernel_call( in txm_associate_jit_region()
1415 ret = txm_kernel_call(&txm_call, txm_addr_space); in txm_allow_invalid_code()
1487 txm_kernel_call(&txm_call, sig_obj); in txm_acquire_signing_identifier()
1509 txm_kernel_call(&txm_call, sig_obj, kernel_entitlements); in txm_associate_kernel_entitlements()
1535 ret = txm_kernel_call(&txm_call, txm_addr_space); in txm_resolve_kernel_entitlements()
1556 ret = txm_kernel_call(&txm_call, sig_obj); in txm_accelerate_entitlements()
1589 txm_kernel_call(&txm_call, ndi, nonce); in txm_image4_set_nonce()
1602 txm_kernel_call(&txm_call, ndi); in txm_image4_roll_nonce()
1619 ret = txm_kernel_call(&txm_call, ndi); in txm_image4_copy_nonce()
1676 txm_kernel_call(&txm_call); in txm_image4_get_monitor_exports()
1691 txm_kernel_call(&txm_call, release_type); in txm_image4_set_release_type()
1707 txm_kernel_call(&txm_call, ndi); in txm_image4_set_bnch_shadow()
1767 kern_return_t ret = txm_kernel_call( in txm_image4_monitor_trap()