• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/

Lines Matching defs:gSystem

58 IOMapper * IOMapper::gSystem = (IOMapper *) IOMapper::kUnknown;
84 IOMapper::gSystem = this;
85 sMapperLock.wakeup(&IOMapper::gSystem);
114 IOMapper::gSystem = (IOMapper *) kHasMapper;
117 IOMapper::gSystem = (IOMapper *) kNoMapper;
119 sMapperLock.wakeup(&IOMapper::gSystem);
126 while ((vm_address_t) IOMapper::gSystem & kWaitMask)
127 sMapperLock.sleep(&IOMapper::gSystem);
192 if (IOMapper::gSystem)
193 return IOMapper::gSystem->iovmAlloc((IOItemCount) pages);
200 if (IOMapper::gSystem)
201 IOMapper::gSystem->iovmFree(addr, (IOItemCount) pages);
206 if (IOMapper::gSystem) {
207 IOMapper::gSystem->iovmInsert(addr, (IOItemCount) offset, page);
217 if (!IOMapper::gSystem)
220 assert(!((vm_address_t) IOMapper::gSystem & 3));
222 IOMapper::gSystem->
229 if (!IOMapper::gSystem)
232 assert(!((vm_address_t) IOMapper::gSystem & 3));
234 IOMapper::gSystem->iovmInsert(addr,
254 if (IOMapper::gSystem) {
255 addr64_t addr = IOMapper::gSystem->mapAddr(address);
266 if (IOMapper::gSystem) {
267 addr64_t addr = IOMapper::gSystem->mapAddr(address);
278 if (IOMapper::gSystem) {
279 addr64_t addr = IOMapper::gSystem->mapAddr(address);
290 if (IOMapper::gSystem) {
291 addr64_t addr = IOMapper::gSystem->mapAddr(address);
302 if (IOMapper::gSystem) {
303 addr64_t addr = IOMapper::gSystem->mapAddr(address);
314 if (IOMapper::gSystem) {
315 addr64_t addr = IOMapper::gSystem->mapAddr(address);
326 if (IOMapper::gSystem) {
327 addr64_t addr = IOMapper::gSystem->mapAddr(address);
338 if (IOMapper::gSystem) {
339 addr64_t addr = IOMapper::gSystem->mapAddr(address);