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

/macosx-10.5.8/xnu-1228.15.4/iokit/Drivers/platform/drvAppleNMI/
H A DAppleNMI.cpp122 unsigned long nmiIntSource; local
130 nmiIntSource = ml_phys_read((vm_address_t)nmiIntSourceAddr);
131 nmiIntSource |= kNMIIntLevelMask;
132 ml_phys_write((vm_address_t)nmiIntSourceAddr, nmiIntSource);
134 nmiIntSource |= kNMIIntMask;
135 ml_phys_write((vm_address_t)nmiIntSourceAddr, nmiIntSource);
142 nmiIntSource = ml_phys_read((vm_address_t)nmiIntSourceAddr);
143 nmiIntSource &= ~kNMIIntLevelMask;
144 ml_phys_write((vm_address_t)nmiIntSourceAddr, nmiIntSource);
146 nmiIntSource
[all...]

Completed in 13 milliseconds