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

123

/darwin-on-arm/xnu/osfmk/mach/
H A Dmach_vm.defs96 size : mach_vm_size_t;
107 size : mach_vm_size_t;
123 size : mach_vm_size_t);
133 size : mach_vm_size_t);
152 size : mach_vm_size_t;
166 size : mach_vm_size_t;
188 size : mach_vm_size_t;
205 size : mach_vm_size_t;
254 size : mach_vm_size_t;
272 size : mach_vm_size_t;
[all...]
H A Dtask_info.h115 mach_vm_size_t virtual_size; /* virtual memory size (bytes) */
116 mach_vm_size_t resident_size; /* resident memory size (bytes) */
242 mach_vm_size_t all_image_info_size;
282 mach_vm_size_t virtual_size; /* virtual memory size (bytes) */
283 mach_vm_size_t resident_size; /* resident memory size (bytes) */
284 mach_vm_size_t resident_size_max; /* maximum resident memory size (bytes) */
H A Dshared_memory_server.h111 mach_vm_size_t sfm_size;
119 mach_vm_size_t srr_size;
H A Dshared_region.h109 mach_vm_size_t sfm_size;
/darwin-on-arm/xnu/osfmk/kdp/
H A Dkdp_internal.h181 mach_vm_size_t
182 kdp_machine_vm_read( mach_vm_address_t, caddr_t, mach_vm_size_t);
184 mach_vm_size_t
185 kdp_machine_vm_write( caddr_t, mach_vm_address_t, mach_vm_size_t);
187 mach_vm_size_t
191 mach_vm_size_t
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOKitKernelInternal.h73 mach_vm_size_t offset, mach_vm_address_t * address, mach_vm_size_t length);
77 mach_vm_size_t offset,
78 mach_vm_address_t * address, mach_vm_size_t length);
81 IOKernelAllocateWithPhysicalRestrict(mach_vm_size_t size, mach_vm_address_t maxPhys,
82 mach_vm_size_t alignment, bool contiguous);
84 IOKernelFreePhysical(mach_vm_address_t address, mach_vm_size_t size);
91 mach_vm_size_t length, unsigned int mapFlags);
92 extern kern_return_t IOUnmapPages(vm_map_t map, mach_vm_address_t va, mach_vm_size_t length);
95 mach_vm_size_t lengt
[all...]
H A DIOLib.cpp326 IOKernelFreePhysical(mach_vm_address_t address, mach_vm_size_t size)
329 mach_vm_size_t adjustedSize;
336 adjustedSize = (2 * size) + sizeof(mach_vm_size_t) + sizeof(mach_vm_address_t);
343 adjustedSize = *((mach_vm_size_t *)
344 (address - sizeof(mach_vm_address_t) - sizeof(mach_vm_size_t)));
357 IOKernelAllocateWithPhysicalRestrict(mach_vm_size_t size, mach_vm_address_t maxPhys,
358 mach_vm_size_t alignment, bool contiguous)
363 mach_vm_size_t adjustedSize;
372 adjustedSize = (2 * size) + sizeof(mach_vm_size_t) + sizeof(mach_vm_address_t);
421 + (sizeof(mach_vm_size_t)
[all...]
/darwin-on-arm/xnu/bsd/kern/
H A Dmach_loader.h56 mach_vm_size_t user_stack_size;
58 mach_vm_size_t all_image_info_size;
/darwin-on-arm/xnu/osfmk/mach/arm/
H A Dvm_types.h83 typedef uint64_t mach_vm_size_t; typedef
109 typedef uint32_t mach_vm_size_t; typedef
H A Dmachine_types.defs107 type mach_vm_size_t = uint32_t;
/darwin-on-arm/xnu/osfmk/kern/
H A Dnorma_protos.h70 mach_vm_size_t size,
H A Dkext_alloc.c70 mach_vm_size_t text_size;
71 mach_vm_size_t kext_alloc_size;
127 mach_vm_size_t text_size;
128 mach_vm_size_t kext_alloc_size;
/darwin-on-arm/xnu/osfmk/vm/
H A Dvm_shared_region.h96 mach_vm_size_t sr_size;
98 mach_vm_size_t sr_pmap_nesting_size;
124 mach_vm_size_t slide_info_size;
155 extern mach_vm_size_t vm_shared_region_size(
184 extern kern_return_t vm_shared_region_slide_init(mach_vm_size_t slide_info_size,
186 mach_vm_size_t size,
H A Dvm_init.c108 mach_vm_size_t zsize;
/darwin-on-arm/xnu/libsyscall/mach/
H A Dmach_vm.c46 mach_vm_size_t size,
63 mach_vm_size_t size)
79 mach_vm_size_t size,
/darwin-on-arm/xnu/osfmk/mach/i386/
H A Dvm_types.h126 typedef uint64_t mach_vm_size_t; typedef
H A Dmachine_types.defs107 type mach_vm_size_t = uint64_t;
/darwin-on-arm/xnu/tools/tests/superpages/
H A Dtestsp.c85 check_r(mach_vm_address_t addr, mach_vm_size_t size, int *res) {
105 check_nr(mach_vm_address_t addr, mach_vm_size_t size, int *res) {
118 check_w(mach_vm_address_t addr, mach_vm_size_t size) {
134 check_nw(mach_vm_address_t addr, mach_vm_size_t size) {
148 check_rw(mach_vm_address_t addr, mach_vm_size_t size) {
162 mach_vm_size_t global_size = 0;
194 mach_vm_size_t size = SUPERPAGE_SIZE;
221 mach_vm_size_t size = 2*PAGE_SIZE; /* will be rounded up to some superpage size */
247 mach_vm_size_t size = SUPERPAGE_SIZE;
268 mach_vm_size_t siz
[all...]
/darwin-on-arm/xnu/iokit/IOKit/
H A DIOMemoryDescriptor.h353 mach_vm_size_t length,
559 mach_vm_size_t offset = 0,
560 mach_vm_size_t length = 0 );
604 mach_vm_size_t sourceOffset,
605 mach_vm_size_t length,
649 mach_vm_size_t fOffset;
651 mach_vm_size_t fLength;
742 // For 32 bit XNU, there is a 32 bit (IOByteCount) and a 64 bit (mach_vm_size_t) interface;
750 mach_vm_size_t offset = 0);
762 inline mach_vm_size_t getSiz
[all...]
H A DIOBufferMemoryDescriptor.h96 mach_vm_size_t capacity,
187 mach_vm_size_t capacity,
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);
/darwin-on-arm/xnu/osfmk/kdp/ml/arm/
H A Dkdp_vm.c156 mach_vm_size_t kdp_machine_vm_read(mach_vm_address_t src, caddr_t dst, mach_vm_size_t len)
234 mach_vm_size_t
241 mach_vm_size_t
248 mach_vm_size_t
249 kdp_machine_vm_write(caddr_t src, mach_vm_address_t dst, mach_vm_size_t len)
/darwin-on-arm/xnu/osfmk/kdp/ml/i386/
H A Dkdp_x86_common.c88 mach_vm_size_t
89 kdp_machine_vm_read( mach_vm_address_t src, caddr_t dst, mach_vm_size_t len)
94 mach_vm_size_t resid = len;
95 mach_vm_size_t cnt = 0, cnt_src, cnt_dst;
104 mach_vm_size_t ret;
154 mach_vm_size_t
159 mach_vm_size_t len = rq->nbytes;
163 mach_vm_size_t resid = len;
164 mach_vm_size_t cnt = 0, cnt_src, cnt_dst;
167 return (mach_vm_size_t)
[all...]
/darwin-on-arm/xnu/bsd/sys/
H A Dpthread_internal.h69 mach_vm_size_t th_stacksize;
70 mach_vm_size_t th_allocsize;
/darwin-on-arm/xnu/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);
477 mach_vm_size_t length, unsigned int options)
527 kern_return_t IOUnmapPages(vm_map_t map, mach_vm_address_t va, mach_vm_size_t length)
537 mach_vm_size_t __unused length, unsigned int __unused options)
539 mach_vm_size_t off;

Completed in 102 milliseconds

123