Home
last modified time | relevance | path

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

/xnu-10002.1.13/osfmk/kern/
H A Dzalloc_internal.h244 uint64_t z_quo_magic; member
H A Dzalloc.c1214 eidx = Z_FAST_QUO(offs, zone->z_quo_magic); in zone_element_resolve()
1279 zone->z_quo_magic, size); in zone_element_bounds_check_panic()
1320 offs = Z_FAST_MOD(offs + size, zone->z_quo_magic, size); in zone_element_bounds_check()
5911 Z_FAST_QUO(offs, zone->z_quo_magic)); in __zcache_mark_invalid()
6419 Z_FAST_QUO(offs, zone->z_quo_magic)); in __zcache_mark_valid()
9355 z->z_quo_magic = 0;
9366 z->z_quo_magic = Z_MAGIC_QUO(size);