Home
last modified time | relevance | path

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

/xnu-10063.101.15/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.c263 if (reasons & AST_RESET_PCS) { in ast_taken_user()
264 thread_ast_clear(thread, AST_RESET_PCS); in ast_taken_user()
H A Dthread_act.c1435 thread_ast_set(thread, AST_RESET_PCS); in act_set_ast_reset_pcs()
1460 thread_ast_set(thread, AST_RESET_PCS); in act_set_ast_reset_pcs()
1468 thread_ast_set(thread, AST_RESET_PCS); in act_set_ast_reset_pcs()