Searched refs:BTTD_t (Results 1 - 3 of 3) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A DPseudoKernel.h75 typedef struct BlueThreadTrapDescriptor BTTD_t; typedef in typeref:struct:BlueThreadTrapDescriptor
H A DPseudoKernel.c80 BTTD_t *bttd;
92 bttd = (BTTD_t *)(fact->machine.bbDescAddr & -PAGE_SIZE);
160 BTTD_t *bttd;
178 bttd = (BTTD_t *)(act->machine.bbDescAddr & -PAGE_SIZE);
246 BTTD_t *bttd;
288 bttd = (BTTD_t *)kerndescaddr; /* Get the address in a convienient spot */
H A Dgenassym.c1345 DECLARE("BTTD_INTCONTROLWORD", offsetof(BTTD_t *, InterruptControlWord));
1348 DECLARE("BTTD_NEWEXITSTATE", offsetof(BTTD_t *, NewExitState));
1351 DECLARE("BTTD_TESTINTMASK", offsetof(BTTD_t *, testIntMask));
1352 DECLARE("BTTD_POSTINTMASK", offsetof(BTTD_t *, postIntMask));
1355 DECLARE("BTTD_TRAP_VECTOR", offsetof(BTTD_t *, TrapVector));
1356 DECLARE("BTTD_SYSCALL_VECTOR", offsetof(BTTD_t *, SysCallVector));
1357 DECLARE("BTTD_INTERRUPT_VECTOR", offsetof(BTTD_t *, InterruptVector));
1358 DECLARE("BTTD_PENDINGINT_VECTOR", offsetof(BTTD_t *, PendingIntVector));

Completed in 79 milliseconds