Searched refs:ast_taken (Results 1 - 6 of 6) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dast.c93 ast_taken( function
H A Dast.h76 * interrupt context, and calls ast_taken.
79 * a set of reasons for an AST, and passing this set to ast_taken.
125 extern void ast_taken(
H A Dthread_act.c168 ast_taken(AST_APC, TRUE);
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dtrap.c190 ast_taken(AST_PREEMPTION, FALSE);
752 ast_taken(AST_ALL, intr);
H A Dhw_exception.s691 /* Yes there is, call ast_taken
693 * ast_taken will save all state and bring us back here
713 bl EXT(ast_taken) ; Process the pending ast
789 can invoke ast_taken(), because it can just borrow our caller's
799 /* Yes there is, call ast_taken
801 * ast_taken will save all state and bring us back here
808 bl EXT(ast_taken)
/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Dtrap.c267 ast_taken(AST_ALL, intr);
390 ast_taken(AST_PREEMPTION, FALSE);
1202 ast_taken(mask, s);

Completed in 108 milliseconds