Searched refs:mach_vm_size_t (Results 1 - 25 of 35) sorted by relevance

12

/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOKitKernelInternal.h50 mach_vm_size_t offset, mach_vm_address_t * address, mach_vm_size_t length);
55 IOKernelAllocateContiguous(mach_vm_size_t size, mach_vm_size_t alignment);
57 IOKernelFreeContiguous(mach_vm_address_t address, mach_vm_size_t size);
63 mach_vm_size_t length, unsigned int mapFlags);
64 extern kern_return_t IOUnmapPages(vm_map_t map, mach_vm_address_t va, mach_vm_size_t length);
67 mach_vm_size_t length, unsigned int mapFlags);
H A DIOLib.cpp294 IOKernelFreeContiguous(mach_vm_address_t address, mach_vm_size_t size)
297 mach_vm_size_t adjustedSize;
304 adjustedSize = (2 * size) + sizeof(mach_vm_size_t) + sizeof(mach_vm_address_t);
311 adjustedSize = *((mach_vm_size_t *)
312 (address - sizeof(mach_vm_address_t) - sizeof(mach_vm_size_t)));
324 IOKernelAllocateContiguous(mach_vm_size_t size, mach_vm_size_t alignment)
329 mach_vm_size_t adjustedSize;
338 adjustedSize = (2 * size) + sizeof(mach_vm_size_t) + sizeof(mach_vm_address_t);
367 + (sizeof(mach_vm_size_t)
[all...]
H A DIOMemoryDescriptor.cpp146 mach_vm_size_t fOffset;
148 mach_vm_size_t fLength;
167 virtual mach_vm_size_t getSize();
180 mach_vm_size_t offset = 0);
192 mach_vm_size_t offset,
193 mach_vm_size_t length );
195 bool setMemoryDescriptor(IOMemoryDescriptor * _memory, mach_vm_size_t _offset);
408 mach_vm_size_t length,
1287 mach_vm_size_t len;
2109 mach_vm_size_t offse
[all...]
H A DIOMapper.cpp346 mach_vm_address_t IOMallocPhysical(mach_vm_size_t size, mach_vm_address_t mask)
356 void IOFreePhysical(mach_vm_address_t address, mach_vm_size_t size)
H A DIOBufferMemoryDescriptor.cpp113 mach_vm_size_t capacity,
375 mach_vm_size_t capacity,
/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dnorma_protos.h70 mach_vm_size_t size,
/macosx-10.5.8/xnu-1228.15.4/osfmk/mach/i386/
H A Dvm_types.h125 typedef uint64_t mach_vm_size_t; typedef
/macosx-10.5.8/xnu-1228.15.4/osfmk/mach/ppc/
H A Dvm_types.h128 typedef uint64_t mach_vm_size_t; typedef
/macosx-10.5.8/xnu-1228.15.4/osfmk/mach/
H A Dshared_memory_server.h109 mach_vm_size_t sfm_size;
117 mach_vm_size_t srr_size;
H A Dtask_info.h113 mach_vm_size_t virtual_size; /* virtual memory size (bytes) */
114 mach_vm_size_t resident_size; /* resident memory size (bytes) */
H A Dshared_region.h80 mach_vm_size_t sfm_size;
H A Dvm_region.h268 mach_vm_size_t size;
/macosx-10.5.8/xnu-1228.15.4/osfmk/vm/
H A Dvm_shared_region.h106 mach_vm_size_t sr_size;
108 mach_vm_size_t sr_pmap_nesting_size;
133 extern mach_vm_size_t vm_shared_region_size(
H A Dvm_init.c102 mach_vm_size_t zsize;
H A Dvm_user.c111 mach_vm_size_t size,
245 mach_vm_size_t size)
288 mach_vm_size_t size,
339 mach_vm_size_t size,
395 mach_vm_size_t size,
456 mach_vm_size_t size,
566 data_list[i].size = (mach_vm_size_t)0;
631 data_list[i].size = (mach_vm_size_t)0;
650 mach_vm_size_t size,
652 mach_vm_size_t *data_siz
[all...]
/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/
H A DIOMapper.h48 mach_vm_address_t IOMallocPhysical(mach_vm_size_t size, mach_vm_address_t mask);
50 void IOFreePhysical(mach_vm_address_t address, mach_vm_size_t size);
H A DIOTypes.h110 mach_vm_size_t length;
122 mach_vm_size_t length;
H A DIOBufferMemoryDescriptor.h88 mach_vm_size_t capacity,
196 mach_vm_size_t capacity,
H A DIOMemoryDescriptor.h290 mach_vm_size_t length,
561 mach_vm_size_t offset = 0,
562 mach_vm_size_t length = 0 );
619 mach_vm_size_t sourceOffset,
620 mach_vm_size_t length,
738 mach_vm_size_t offset = 0) = 0;
741 virtual mach_vm_size_t getSize() = 0;
/macosx-10.5.8/xnu-1228.15.4/osfmk/device/
H A Diokit_rpc.c128 mach_vm_size_t length, unsigned int mapFlags);
130 extern kern_return_t IOUnmapPages(vm_map_t map, mach_vm_address_t va, mach_vm_size_t length);
133 mach_vm_size_t length, unsigned int options);
443 mach_vm_size_t length, unsigned int options)
482 kern_return_t IOUnmapPages(vm_map_t map, mach_vm_address_t va, mach_vm_size_t length)
492 mach_vm_size_t __unused length, unsigned int __unused options)
498 mach_vm_size_t off;
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_mman.c199 mach_vm_size_t user_size;
213 user_size = (mach_vm_size_t) uap->len;
612 mach_vm_size_t size;
619 size = (mach_vm_size_t)uap->len;
687 mach_vm_size_t user_size;
691 user_size = (mach_vm_size_t) uap->len;
721 mach_vm_size_t user_size;
733 user_size = (mach_vm_size_t) uap->len;
791 mach_vm_size_t size;
801 size = (mach_vm_size_t)ua
[all...]
H A Dsysv_shm.c255 mach_vm_size_t size;
278 mach_vm_size_t size;
357 mach_vm_size_t map_size; /* size of map entry */
661 mach_vm_size_t size;
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dpthread_internal.h152 mach_vm_size_t th_stacksize;
153 mach_vm_size_t th_allocsize;
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dmodel_dep.c957 mach_vm_size_t sizeOfRegion;
976 sizeOfRegion = (mach_vm_size_t)4;
996 ret = mach_vm_protect(map, (mach_vm_offset_t)vaddr, (mach_vm_size_t)4, 0, reprotect | VM_PROT_WRITE);
1004 ret = mach_vm_protect(map, (mach_vm_offset_t)vaddr, (mach_vm_size_t)4, 0, VM_PROT_COPY | VM_PROT_READ | VM_PROT_WRITE);
1023 ret = mach_vm_protect (map, (mach_vm_offset_t)vaddr, (mach_vm_size_t)4, 0, reprotect);
1039 ret = mach_vm_protect(map, (mach_vm_offset_t)vaddr, (mach_vm_size_t)4, 0, reprotect);
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/dtrace/
H A Ddtrace_ptss.c162 mach_vm_size_t size = PAGE_SIZE; // We need some way to assert that this matches vm_map_round_page() !!!
223 mach_vm_size_t size = PAGE_SIZE; // We need some way to assert that this matches vm_map_round_page() !!!

Completed in 173 milliseconds

12