Home
last modified time | relevance | path

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

/xnu-11417.101.15/osfmk/vm/
H A Dvm_map_internal.h427 case VM_KERN_MEMORY_FIRST_DYNAMIC: in vmtaglog_matches()
428 return tag >= VM_KERN_MEMORY_FIRST_DYNAMIC; in vmtaglog_matches()
H A Dvm_resident.c299 vm_allocation_site_t vm_allocation_sites_static[VM_KERN_MEMORY_FIRST_DYNAMIC + 1];
1586 for (vm_tag_t t = 0; t < VM_KERN_MEMORY_FIRST_DYNAMIC; t++) { in vm_page_bootstrap()
1591 vm_allocation_sites_static[VM_KERN_MEMORY_FIRST_DYNAMIC].refcount = 2; in vm_page_bootstrap()
1592 vm_allocation_sites_static[VM_KERN_MEMORY_FIRST_DYNAMIC].tag = VM_KERN_MEMORY_ANY; in vm_page_bootstrap()
1593 …vm_allocation_sites[VM_KERN_MEMORY_ANY] = &vm_allocation_sites_static[VM_KERN_MEMORY_FIRST_DYNAMIC in vm_page_bootstrap()
9950 for (tag = VM_KERN_MEMORY_FIRST_DYNAMIC; tag < VM_KERN_MEMORY_ANY; tag++) { in vm_tag_init()
10050 return VM_KERN_MEMORY_FIRST_DYNAMIC; in vm_tag_str_to_idx()
10369 if (idx < VM_KERN_MEMORY_FIRST_DYNAMIC) { in process_account()
/xnu-11417.101.15/osfmk/mach/
H A Dvm_statistics.h877 #define VM_KERN_MEMORY_FIRST_DYNAMIC 38 macro