Home
last modified time | relevance | path

Searched refs:z_quo_magic (Results 1 – 2 of 2) sorted by relevance

/xnu-11215.1.10/osfmk/kern/
H A Dzalloc_internal.h244 uint64_t z_quo_magic; member
H A Dzalloc.c1225 eidx = Z_FAST_QUO(offs, zone->z_quo_magic); in zone_element_resolve()
1290 zone->z_quo_magic, size); in zone_element_bounds_check_panic()
1331 offs = Z_FAST_MOD(offs + size, zone->z_quo_magic, size); in zone_element_bounds_check()
6037 Z_FAST_QUO(offs, zone->z_quo_magic)); in __zcache_mark_invalid()
6536 Z_FAST_QUO(offs, zone->z_quo_magic)); in __zcache_mark_valid()
9558 z->z_quo_magic = 0;
9569 z->z_quo_magic = Z_MAGIC_QUO(size);