Home
last modified time | relevance | path

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

/xnu-8020.101.4/osfmk/kern/
H A Dast.h123 #define AST_RESET_PCS 0x400 /* restartable ranges */ macro
149 #define AST_PER_THREAD (AST_APC | AST_BSD | AST_MACF | AST_RESET_PCS | \
H A Dast.c262 if (reasons & AST_RESET_PCS) { in ast_taken_user()
263 thread_ast_clear(thread, AST_RESET_PCS); in ast_taken_user()
H A Dthread_act.c1323 act_set_ast(thread, AST_RESET_PCS, gens); in act_set_ast_reset_pcs()