Home
last modified time | relevance | path

Searched refs:makeMapping (Results 1 – 5 of 5) sorted by relevance

/xnu-11215/iokit/Kernel/
H A DIOSubMemoryDescriptor.cpp194 IOSubMemoryDescriptor::makeMapping( in makeMapping() function in IOSubMemoryDescriptor
210 mapping = (IOMemoryMap *) _parent->makeMapping( in makeMapping()
H A DIOMemoryDescriptor.cpp4855 IOGeneralMemoryDescriptor::makeMapping( in makeMapping() function in IOGeneralMemoryDescriptor
4878 mapping = IOMemoryDescriptor::makeMapping( in makeMapping()
5777 result = makeMapping(this, intoTask, (IOVirtualAddress) mapping, options | kIOMap64Bit, 0, 0); in createMappingInTask()
5843 … if (this != newBackingMemory->makeMapping(newBackingMemory, fAddressTask, (IOVirtualAddress) this, in redirect()
5867 IOMemoryDescriptor::makeMapping( in makeMapping() function in IOMemoryDescriptor
/xnu-11215/iokit/IOKit/
H A DIOSubMemoryDescriptor.h103 virtual IOMemoryMap * makeMapping(
H A DIOMemoryDescriptor.h832 virtual LIBKERN_RETURNS_NOT_RETAINED IOMemoryMap * makeMapping(
1252 virtual LIBKERN_RETURNS_NOT_RETAINED IOMemoryMap * makeMapping(
/xnu-11215/osfmk/console/
H A Dvideo_console.c2806 boolean_t makeMapping = FALSE; in initialize_screen() local
2843 makeMapping = (kernel_map == VM_MAP_NULL) || (0 != (1 & newVideoVirt)); in initialize_screen()
2844 if (makeMapping) { in initialize_screen()
2862 if (makeMapping) { in initialize_screen()