Home
last modified time | relevance | path

Searched refs:ml_task_post_signature_processing_hook (Results 1 – 4 of 4) sorted by relevance

/xnu-11215/osfmk/machine/
H A Dmachine_routines.h380 void ml_task_post_signature_processing_hook(task_t task);
/xnu-11215/osfmk/i386/
H A Dmachine_routines.c1437 ml_task_post_signature_processing_hook(__unused task_t task) in ml_task_post_signature_processing_hook() function
/xnu-11215/osfmk/arm64/
H A Dmachine_routines.c3105 ml_task_post_signature_processing_hook(__unused task_t task) function
/xnu-11215/osfmk/kern/
H A Dtask.c998 ml_task_post_signature_processing_hook(task); in task_post_signature_processing_hook()