Home
last modified time | relevance | path

Searched refs:num_message (Results 1 – 5 of 5) sorted by relevance

/xnu-12377.81.4/osfmk/kern/
H A Dexclaves_aoe.h58 exclaves_aoe_setup(uint8_t *num_message, uint8_t *num_worker);
H A Dexclaves_aoe.c80 exclaves_aoe_setup(uint8_t *num_message, uint8_t *num_worker) in exclaves_aoe_setup() argument
171 *num_message = nmessage; in exclaves_aoe_setup()
H A Dexclaves.c757 uint8_t num_message = 0; in _exclaves_ctl_trap() local
765 kr = exclaves_aoe_setup(&num_message, &num_worker); in _exclaves_ctl_trap()
770 error = copyout(&num_message, ubuffer, sizeof(num_message)); in _exclaves_ctl_trap()
/xnu-12377.81.4/libsyscall/wrappers/
H A Dexclaves.c287 exclaves_aoe_setup(__unused mach_port_t port, uint8_t *num_message, in exclaves_aoe_setup() argument
292 return EXCLAVES_CTL_TRAP(port, opf, 0, (uintptr_t)num_message, 0, 0, 0, in exclaves_aoe_setup()
/xnu-12377.81.4/osfmk/mach/
H A Dexclaves.h786 exclaves_aoe_setup(mach_port_t port, uint8_t *num_message, uint8_t *num_worker);