Searched refs:cmap (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/osfmk/vm/
H A Dvm_debug.c138 vm_map_t cmap; /* current map in traversal */
146 for (cmap = map;; cmap = nmap) {
147 /* cmap is read-locked */
149 if (!vm_map_lookup_entry(cmap,
153 if (entry == vm_map_to_entry(cmap)) {
154 vm_map_unlock_read(cmap);
170 vm_map_unlock_read(cmap);
173 /* cmap is read-locked; we have a real entry */
191 vm_map_unlock_read(cmap);
[all...]
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_cluster.c6030 static kern_return_t vfs_drt_free_map(struct vfs_drt_clustermap *cmap);
6031 static kern_return_t vfs_drt_search_index(struct vfs_drt_clustermap *cmap,
6044 struct vfs_drt_clustermap *cmap,
6063 struct vfs_drt_clustermap *cmap, *ocmap; local
6119 kret = kmem_alloc(kernel_map, (vm_offset_t *)&cmap,
6123 cmap->scm_magic = DRT_SCM_MAGIC;
6124 cmap->scm_modulus = nsize;
6125 cmap->scm_buckets = 0;
6126 cmap->scm_lastclean = 0;
6127 cmap
6185 vfs_drt_free_map(struct vfs_drt_clustermap *cmap) argument
6197 vfs_drt_search_index(struct vfs_drt_clustermap *cmap, u_int64_t offset, int *indexp) argument
6242 struct vfs_drt_clustermap *cmap; local
6303 struct vfs_drt_clustermap *cmap, **cmapp; local
6452 struct vfs_drt_clustermap *cmap; local
6522 struct vfs_drt_clustermap *cmap; local
6557 vfs_drt_trace(__unused struct vfs_drt_clustermap *cmap, int code, int arg1, int arg2, int arg3, int arg4) argument
6563 vfs_drt_trace(__unused struct vfs_drt_clustermap *cmap, __unused int code, __unused int arg1, __unused int arg2, __unused int arg3, __unused int arg4) argument
[all...]
/darwin-on-arm/xnu/osfmk/kdp/
H A Dkdp.c1139 struct _vm_map cmap; local
1181 (ml_nofault_copy((vm_offset_t)(task->map), (vm_offset_t)&cmap, sizeof(struct _vm_map)) == sizeof(struct _vm_map));
1182 boolean_t have_pmap = have_map && (cmap.pmap != NULL) &&
1183 (ml_nofault_copy((vm_offset_t)(cmap.pmap), (vm_offset_t)&cpmap, sizeof(struct pmap)) == sizeof(struct pmap));

Completed in 32 milliseconds