Home
last modified time | relevance | path

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

/xnu-11215.1.10/osfmk/kern/
H A Dexclaves_resource.h655 exclaves_conclave_get_domain(exclaves_resource_t *resource);
H A Dexclaves.c351 const char *domain = exclaves_conclave_get_domain(task_get_conclave(task)); in _exclaves_ctl_trap()
500 const char *domain = exclaves_conclave_get_domain(task_get_conclave(task)); in _exclaves_ctl_trap()
543 const char *domain = exclaves_conclave_get_domain(task_get_conclave(task)); in _exclaves_ctl_trap()
615 const char *domain = exclaves_conclave_get_domain(task_get_conclave(task)); in _exclaves_ctl_trap()
742 const char *domain = exclaves_conclave_get_domain(task_get_conclave(task)); in _exclaves_ctl_trap()
H A Dexclaves_resource.c1411 exclaves_conclave_get_domain(exclaves_resource_t *resource) in exclaves_conclave_get_domain() function