Searched refs:AST_BSD (Results 1 – 6 of 6) sorted by relevance
120 #define AST_BSD 0x80 macro149 #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()
1282 act_set_ast(thread, AST_BSD, NULL); in act_set_astbsd()
156 orl $(AST_BSD),%gs:CPU_PENDING_AST /* Set pending AST */ ; \158 orl $(AST_BSD),TH_AST(thread_reg) /* Set thread AST */ ; \
118 DECLARE("AST_BSD", AST_BSD); in main()
482 thread->ast |= AST_BSD; in task_vtimer_check()483 thread->machine.CpuDatap->cpu_pending_ast |= AST_BSD; in task_vtimer_check()