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

/macosx-10.5.8/xnu-1228.15.4/iokit/Drivers/platform/drvAppleNMI/
H A DAppleNMI.cpp121 volatile unsigned long *nmiIntSourceAddr; local
129 nmiIntSourceAddr = (volatile unsigned long *)kExtInt9_NMIIntSource;
130 nmiIntSource = ml_phys_read((vm_address_t)nmiIntSourceAddr);
132 ml_phys_write((vm_address_t)nmiIntSourceAddr, nmiIntSource);
135 ml_phys_write((vm_address_t)nmiIntSourceAddr, nmiIntSource);
141 nmiIntSourceAddr = (volatile unsigned long *)kExtInt9_NMIIntSource;
142 nmiIntSource = ml_phys_read((vm_address_t)nmiIntSourceAddr);
144 ml_phys_write((vm_address_t)nmiIntSourceAddr, nmiIntSource);
147 ml_phys_write((vm_address_t)nmiIntSourceAddr, nmiIntSource);

Completed in 74 milliseconds