Searched refs:postIntMask (Results 1 - 4 of 4) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A DPseudoKernel.h72 UInt32 postIntMask; // Mask to post an interrupt member in struct:BlueThreadTrapDescriptor
H A Datomic_switch.h81 UInt32 postIntMask; // post interrupt mask member in struct:EmulatorDescriptor
H A DPseudoKernel.c119 ((bttd->postIntMask >> kCR2ToBackupShift) & kBackupCR2Mask);
185 sv->save_cr |= bttd->postIntMask; /* post int in CR2 */
208 ((bttd->postIntMask >> kCR2ToBackupShift) & kBackupCR2Mask);
H A Dgenassym.c1352 DECLARE("BTTD_POSTINTMASK", offsetof(BTTD_t *, postIntMask));

Completed in 28 milliseconds