Searched refs:ReturnHandler (Results 1 - 7 of 7) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A DPseudoKernel.h97 struct ReturnHandler rh; /* Return handler address */
H A DPseudoKernel.c60 void bbSetRupt(ReturnHandler *rh, thread_t ct);
157 void bbSetRupt(ReturnHandler *rh, thread_t act) {
H A Dvmachmon.c1892 ReturnHandler *stopapc;
1955 if(!(stopapc = (ReturnHandler *)kalloc(sizeof(ReturnHandler)))) { /* Get a return handler control block */
1991 ** ReturnHandler *rh - the return handler control block as required by the APC.
1998 void vmm_interrupt(ReturnHandler *rh, thread_t act) {
2006 kfree(rh, sizeof(ReturnHandler)); /* Release the return handler block */
H A Dvmachmon.h486 extern void vmm_interrupt(ReturnHandler *rh, thread_t act);
/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dthread.h336 struct ReturnHandler { struct in struct:thread
337 struct ReturnHandler *next;
339 struct ReturnHandler *rh,
560 typedef struct ReturnHandler ReturnHandler; typedef in typeref:struct:ReturnHandler
572 ReturnHandler *rh,
H A Dthread_act.c661 ReturnHandler **rh;
663 /* The work handler must always be the last ReturnHandler on the list,
706 ReturnHandler *rh;
779 __unused ReturnHandler *rh,
/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Dpcb.c1898 ReturnHandler *rhp = thr_act->handlers;

Completed in 30 milliseconds