Searched refs:Z_VM_TAG (Results 1 – 6 of 6) sorted by relevance
| /xnu-11215.1.10/osfmk/kern/ |
| H A D | zalloc.h | 504 #define Z_VM_TAG(fl, tag) ((zalloc_flags_t)((fl) | ((tag) << Z_VM_TAG_SHIFT))) macro 505 #define Z_VM_TAG_BT(fl, tag) ((zalloc_flags_t)(Z_VM_TAG(fl, tag) | Z_VM_TAG_BT_BIT)) 2581 return (flags & Z_VM_TAG_MASK) ? flags : Z_VM_TAG(flags, (uint32_t)tag); in __zone_flags_mix_tag()
|
| H A D | recount.c | 1388 Z_VM_TAG(Z_WAITOK | Z_ZERO | Z_NOFAIL, VM_KERN_MEMORY_RECOUNT)); in recount_tracks_create() 1479 Z_VM_TAG(Z_WAITOK | Z_ZERO | Z_NOFAIL, VM_KERN_MEMORY_RECOUNT)); in recount_usage_alloc()
|
| H A D | kalloc.h | 1312 Z_VM_TAG(flags, tag))); \
|
| H A D | zalloc.c | 6895 flags = Z_VM_TAG(flags & ~Z_VM_TAG_MASK, tag); in zalloc_ext()
|
| /xnu-11215.1.10/iokit/Kernel/ |
| H A D | IOLib.cpp | 307 Z_VM_TAG(Z_WAITOK | flags, VM_KERN_MEMORY_IOKIT)); 567 adjustedSize, Z_VM_TAG(Z_WAITOK | flags, VM_KERN_MEMORY_IOKIT));
|
| /xnu-11215.1.10/osfmk/vm/ |
| H A D | vm_resident.c | 9646 flags = Z_VM_TAG(Z_ZERO | flags, VM_KERN_MEMORY_DIAG); in vm_tag_zone_stats_alloc()
|