Searched refs:AST_BSD (Results 1 – 6 of 6) sorted by relevance
78 orl $(AST_BSD),%gs:CPU_PENDING_AST /* Set pending AST */ ; \80 orl $(AST_BSD),TH_AST(thread_reg) /* Set thread AST */ ; \
118 DECLARE("AST_BSD", AST_BSD); in main()
118 #define AST_BSD 0x80 macro147 #define AST_PER_THREAD (AST_APC | AST_BSD | AST_MACF | AST_RESET_PCS | \
222 if (reasons & AST_BSD) { in ast_taken_user()223 thread_ast_clear(thread, AST_BSD); in ast_taken_user()
1382 act_set_ast(thread, AST_BSD); in act_set_astbsd()
559 thread_ast_set(thread, AST_BSD); in task_vtimer_check()560 thread->machine.CpuDatap->cpu_pending_ast |= AST_BSD; in task_vtimer_check()