Home
last modified time | relevance | path

Searched refs:zone_view (Results 1 – 6 of 6) sorted by relevance

/xnu-8796.141.3/osfmk/kern/
H A Dzalloc.h210 struct zone_view *zov_view;
213 inline zone_or_view(struct zone_view *zv) : zov_view(zv) { in zone_or_view()
521 typedef struct zone_view *zone_view_t;
522 struct zone_view { struct
1949 extern struct zone_view var[1]
1975 SECURITY_READ_ONLY_LATE(struct zone_view) var[1] = { { \
H A Dzalloc_internal.h241 struct zone_view *z_views;
H A Dkalloc.h305 struct zone_view kt_zv;
314 struct zone_view kt_zv;
H A Dkalloc.c559 struct zone_view *zv = &kt->kt_zv; in kalloc_type_assign_zone_fixed()
H A Dzalloc.c9493 static_assert(offsetof(struct zone, f1) == offsetof(struct zone_view, f2))
/xnu-8796.141.3/tools/kt-dump/
H A Dkt-dump.cpp48 struct zone_view { struct
56 struct zone_view kt_zv; argument