Home
last modified time | relevance | path

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

/xnu-11417.140.69/osfmk/kern/
H A Dcounter_common.c72 *counter = zalloc_percpu_permanent(sizeof(uint64_t), ZALIGN_64); in scalable_counter_static_init()
H A Dzalloc.h1129 #define ZALIGN_64 (sizeof(uint64_t) - 1) macro
/xnu-11417.140.69/osfmk/kperf/
H A Dkptimer.c169 ZALIGN_64, VM_KERN_MEMORY_DIAG); in kptimer_setup()
/xnu-11417.140.69/bsd/vfs/
H A Dvfs_fsevents.c2711 write_buffer = zalloc_permanent(WRITE_BUFFER_SIZE, ZALIGN_64); in fseventswrite()
/xnu-11417.140.69/osfmk/vm/
H A Dvm_resident.c2682 root = zalloc_permanent(size, ZALIGN_64); in vm_pages_radix_init_root()