Home
last modified time | relevance | path

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

/xnu-11215.81.4/osfmk/kern/
H A Dexclaves_resource.h484 exclaves_conclave_get_domain(exclaves_resource_t *resource);
H A Dexclaves.c355 const char *domain = exclaves_conclave_get_domain(task_get_conclave(task)); in _exclaves_ctl_trap()
479 const char *domain = exclaves_conclave_get_domain(task_get_conclave(task)); in _exclaves_ctl_trap()
522 const char *domain = exclaves_conclave_get_domain(task_get_conclave(task)); in _exclaves_ctl_trap()
583 const char *domain = exclaves_conclave_get_domain(task_get_conclave(task)); in _exclaves_ctl_trap()
710 const char *domain = exclaves_conclave_get_domain(task_get_conclave(task)); in _exclaves_ctl_trap()
H A Dexclaves_resource.c1085 exclaves_conclave_get_domain(exclaves_resource_t *resource) in exclaves_conclave_get_domain() function