Home
last modified time | relevance | path

Searched refs:VM_KERN_MEMORY_FIRST_DYNAMIC (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.81.4/osfmk/vm/
H A Dvm_map_internal.h439 case VM_KERN_MEMORY_FIRST_DYNAMIC: in vmtaglog_matches()
440 return tag >= VM_KERN_MEMORY_FIRST_DYNAMIC; in vmtaglog_matches()
H A Dvm_resident.c304 vm_allocation_site_t vm_allocation_sites_static[VM_KERN_MEMORY_FIRST_DYNAMIC + 1];
2207 for (vm_tag_t t = 0; t < VM_KERN_MEMORY_FIRST_DYNAMIC; t++) { in vm_page_bootstrap()
2212 vm_allocation_sites_static[VM_KERN_MEMORY_FIRST_DYNAMIC].refcount = 2; in vm_page_bootstrap()
2213 vm_allocation_sites_static[VM_KERN_MEMORY_FIRST_DYNAMIC].tag = VM_KERN_MEMORY_ANY; in vm_page_bootstrap()
2214 …vm_allocation_sites[VM_KERN_MEMORY_ANY] = &vm_allocation_sites_static[VM_KERN_MEMORY_FIRST_DYNAMIC in vm_page_bootstrap()
11124 for (tag = VM_KERN_MEMORY_FIRST_DYNAMIC; tag < VM_KERN_MEMORY_ANY; tag++) { in vm_tag_init()
11197 _Static_assert(ARRAY_SIZE(vm_kern_memory_names) == VM_KERN_MEMORY_FIRST_DYNAMIC,
11255 return VM_KERN_MEMORY_FIRST_DYNAMIC; in vm_tag_str_to_idx()
11604 if (idx < VM_KERN_MEMORY_FIRST_DYNAMIC) { in process_account()
11677 if (info[alloctag].name[0] && alloctag >= VM_KERN_MEMORY_FIRST_DYNAMIC) { in process_account()
/xnu-12377.81.4/osfmk/mach/
H A Dvm_statistics.h969 #define VM_KERN_MEMORY_FIRST_DYNAMIC 39 macro