Searched refs:AST_URGENT (Results 1 - 13 of 13) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dast.c128 if ( (reasons & AST_URGENT) &&
133 AST_PREEMPT | AST_URGENT);
H A Dast.h88 #define AST_URGENT 0x04 macro
103 #define AST_PREEMPTION (AST_PREEMPT | AST_QUANTUM | AST_URGENT)
H A Dsched_prim.c2079 ast_on(AST_PREEMPT | AST_URGENT);
2171 preempt = (AST_PREEMPT | AST_URGENT);
2556 return (AST_PREEMPT | AST_URGENT);
2560 return (AST_PREEMPT | AST_URGENT);
2568 return (AST_PREEMPT | AST_URGENT);
2577 return (AST_PREEMPT | AST_URGENT);
2585 return (AST_PREEMPT | AST_URGENT);
/macosx-10.5.8/xnu-1228.15.4/osfmk/chud/ppc/
H A Dchud_osfmk_callback_ppc.c263 if((*myast & AST_PREEMPTION) != AST_PREEMPTION) *myast &= ~(AST_URGENT);
284 if(perfmon_ast_callback_fn && ((*myast & AST_CHUD_URGENT) || ((*myast & AST_CHUD) && !(*myast & AST_URGENT)))) {
290 if((*myast & AST_PREEMPTION) != AST_PREEMPTION) *myast &= ~(AST_URGENT);
331 *myast |= (AST_CHUD_URGENT | AST_URGENT);
/macosx-10.5.8/xnu-1228.15.4/osfmk/chud/i386/
H A Dchud_osfmk_callback_i386.c318 *myast &= ~(AST_URGENT);
375 *myast |= (AST_CHUD_URGENT | AST_URGENT);
/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Dmachine_routines.c231 if ( (get_preemption_level() == 0) && (*myast & AST_URGENT) ) {
H A Dgenassym.c130 DECLARE("AST_URGENT", AST_URGENT);
H A Dlocore.s598 testl $ AST_URGENT,%eax /* any urgent preemption? */
720 testl $ AST_URGENT,%eax /* any urgent requests? */
H A Dtrap.c1247 if ((*myast & AST_URGENT) && intr == TRUE && get_interrupt_level() == 0) {
1262 * preempt... of course if AST_URGENT
H A Di386_lock.s250 testl $ AST_URGENT,%eax ; \
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dhw_exception.s1066 beq- .L_kernel_int_ast ; In kernel space, AST_URGENT check
1073 andi. r11,r11,AST_URGENT ; Do we have AST_URGENT?
H A Dgenassym.c895 DECLARE("AST_URGENT", AST_URGENT);
H A Dmachine_routines_asm.s722 li r6,AST_URGENT ; Get the type we will preempt for

Completed in 127 milliseconds