Home
last modified time | relevance | path

Searched refs:Z_VM_TAG (Results 1 – 5 of 5) sorted by relevance

/xnu-8796.121.2/osfmk/kern/
H A Dzalloc.h470 #define Z_VM_TAG(fl, tag) ((zalloc_flags_t)((fl) | ((tag) << Z_VM_TAG_SHIFT))) macro
471 #define Z_VM_TAG_BT(fl, tag) ((zalloc_flags_t)(Z_VM_TAG(fl, tag) | Z_VM_TAG_BT_BIT))
2313 return (flags & Z_VM_TAG_MASK) ? flags : Z_VM_TAG(flags, (uint32_t)tag); in __zone_flags_mix_tag()
H A Dkalloc.h1294 Z_VM_TAG(flags, tag))); \
H A Dzalloc.c6641 flags = Z_VM_TAG(flags & ~Z_VM_TAG_MASK, tag); in zalloc_ext()
/xnu-8796.121.2/iokit/Kernel/
H A DIOLib.cpp306 Z_VM_TAG(Z_WAITOK | flags, VM_KERN_MEMORY_IOKIT));
566 adjustedSize, Z_VM_TAG(Z_WAITOK | flags, VM_KERN_MEMORY_IOKIT));
/xnu-8796.121.2/osfmk/vm/
H A Dvm_resident.c9247 flags = Z_VM_TAG(Z_ZERO | flags, VM_KERN_MEMORY_DIAG); in vm_tag_zone_stats_alloc()