Home
last modified time | relevance | path

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

/xnu-10063.141.1/osfmk/kern/
H A Dast.h121 #define AST_RESET_PCS 0x400 /* restartable ranges */ macro
147 #define AST_PER_THREAD (AST_APC | AST_BSD | AST_MACF | AST_RESET_PCS | \
H A Dast.c266 if (reasons & AST_RESET_PCS) { in ast_taken_user()
267 thread_ast_clear(thread, AST_RESET_PCS); in ast_taken_user()
H A Dthread_act.c1455 thread_ast_set(thread, AST_RESET_PCS); in act_set_ast_reset_pcs()
1480 thread_ast_set(thread, AST_RESET_PCS); in act_set_ast_reset_pcs()
1488 thread_ast_set(thread, AST_RESET_PCS); in act_set_ast_reset_pcs()