Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/kern/
H A Dast.h122 #define AST_MACF 0x200 /* MACF user ret pending */ macro
149 #define AST_PER_THREAD (AST_APC | AST_BSD | AST_MACF | AST_RESET_PCS | \
H A Dast.c229 if (reasons & AST_MACF) { in ast_taken_user()
230 thread_ast_clear(thread, AST_MACF); in ast_taken_user()
H A Dthread_act.c1332 act_set_ast( thread, AST_MACF, NULL); in act_set_astmacf()