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

/darwin-on-arm/xnu/SETUP/kextsymboltool/
H A Dkextsymboltool.c474 vm_offset_t mapped; member in struct:file
535 err = readFile(argv[i+1], &files[num_files].mapped, &files[num_files].mapped_size);
539 if (files[num_files].mapped && files[num_files].mapped_size)
557 files[filenum].nsyms = count_symbols((char *) files[filenum].mapped, files[filenum].mapped_size);
579 store_symbols((char *) files[filenum].mapped, files[filenum].mapped_size,
585 store_symbols((char *) files[filenum].mapped, files[filenum].mapped_size,
902 munmap((caddr_t)files[filenum].mapped, files[filenum].mapped_size);
903 files[filenum].mapped = 0;
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOBufferMemoryDescriptor.cpp304 bool mapped = false; local
330 mapped = (0 != IOMapper::gSystem);
332 needZero = mapped;
360 if (highestMask && mapped)
428 contig |= (!mapped);
H A DIODeviceTreeSupport.cpp653 OSArray * mapped; local
678 mapped = OSArray::withCapacity( 1 );
681 ok = (mapped && controllers);
688 regEntry->getName(), mapped->getCount());
692 map = OSData::withData( local, mapped->getCount() * sizeof(UInt32),
700 mapped->setObject( map );
751 ok &= regEntry->setProperty( gIOInterruptSpecifiersKey, mapped);
756 if( mapped)
757 mapped->release();
H A DIOMemoryDescriptor.cpp1309 bool mapped = isP->fIO.fMapped;
1311 if (IOMapper::gSystem && mapped
1363 if (true && mapped && _memoryEntries
1400 if (true && mapped && _memoryEntries
1450 // If a mapped address is requested and this is a pre-mapped IOPL
1451 // then just need to compute an offset relative to the mapped base.
1452 if (mapped && dataP->fMappedBase) {
1589 // dmaCommandOperation() does not distinguish between "mapped" and "unmapped" physical memory, even
2886 mach_vm_address_t mapped;
[all...]
/darwin-on-arm/xnu/osfmk/vm/
H A Dvm_pageout.c519 * wired exactly once. The initial target pages are not mapped,
605 * NOT call pmap_clear_modify since the page is still mapped.
2220 * We can leave the page mapped, and upl_commit_range
2443 * page was still mapped up to the pmap_disconnect
3390 * return the mapped physical pages, where a
3400 * all mapped pages. Where a page does not exist
4581 int mapped=0,valid_upls=0; local
4591 mapped++;
4594 if(mapped) {
4595 if(mapped !
[all...]

Completed in 103 milliseconds