Searched refs:Z_VM_TAG (Results 1 – 4 of 4) sorted by relevance
| /xnu-8020.101.4/osfmk/kern/ |
| H A D | kalloc.h | 514 kheap_alloc_site(kalloc_heap, size, Z_VM_TAG(flags, itag), NULL) 538 Z_VM_TAG(flags, itag), NULL) 886 (kalloc_type_flags_t)Z_VM_TAG(KT_SHARED_ACCT, tag)); \ 888 Z_VM_TAG(flags, tag))); \ 900 count), Z_VM_TAG(flags, tag), NULL); \ 914 Z_VM_TAG(flags, tag), NULL); \
|
| H A D | zalloc.h | 457 #define Z_VM_TAG(fl, tag) ((zalloc_flags_t)((fl) | ((tag) << Z_VM_TAG_SHIFT))) macro 458 #define Z_VM_TAG_BT(fl, tag) ((zalloc_flags_t)(Z_VM_TAG(fl, tag) | Z_VM_TAG_BT_BIT))
|
| H A D | zalloc.c | 2484 flags = Z_VM_TAG(flags & ~Z_VM_TAG_MASK, tag); in __zone_flags_mix_tag()
|
| /xnu-8020.101.4/osfmk/vm/ |
| H A D | vm_resident.c | 9170 flags = Z_VM_TAG(Z_ZERO | flags, VM_KERN_MEMORY_DIAG); in vm_tag_zone_stats_alloc()
|