Searched refs:exclaves_has_priv_vnode (Results 1 – 3 of 3) sorted by relevance
| /xnu-11215.1.10/osfmk/mach/ ! |
| H A D | exclaves.h | 1073 exclaves_has_priv_vnode(void *vnode, int64_t off, exclaves_priv_t priv);
|
| /xnu-11215.1.10/osfmk/kern/ ! |
| H A D | exclaves.c | 2321 exclaves_has_priv_vnode(void *vnode, int64_t off, exclaves_priv_t priv) in exclaves_has_priv_vnode() function
|
| H A D | task.c | 10084 if (!exclaves_has_priv_vnode(vnode, off, EXCLAVES_PRIV_CONCLAVE_HOST) && in task_add_conclave() 10085 !exclaves_has_priv_vnode(vnode, off, EXCLAVES_PRIV_CONCLAVE_SPAWN)) { in task_add_conclave() 10130 if (!exclaves_has_priv_vnode(vnode, off, EXCLAVES_PRIV_CONCLAVE_HOST)) { in task_inherit_conclave()
|