Home
last modified time | relevance | path

Searched refs:__zpcpu_mangle_for_boot (Results 1 – 3 of 3) sorted by relevance

/xnu-10002.41.9/osfmk/kern/
H A Dcounter_common.c52 *counter = __zpcpu_mangle_for_boot(*counter); in scalable_counter_static_boot_mangle()
H A Dzalloc.h2562 #define __zpcpu_mangle_for_boot(ptr) ({ \ macro
H A Dzalloc.c9419 z->z_stats = __zpcpu_mangle_for_boot(&zone_stats_startup[zone_index(z)]);
10425 if (tz->z_stats == __zpcpu_mangle_for_boot(&zone_stats_startup[idx])) { in zone_init()