Searched refs:VM_KERN_MEMORY_FIRST_DYNAMIC (Results 1 – 3 of 3) sorted by relevance
439 case VM_KERN_MEMORY_FIRST_DYNAMIC: in vmtaglog_matches()440 return tag >= VM_KERN_MEMORY_FIRST_DYNAMIC; in vmtaglog_matches()
304 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()
969 #define VM_KERN_MEMORY_FIRST_DYNAMIC 39 macro