Home
last modified time | relevance | path

Searched refs:ZALIGN (Results 1 – 19 of 19) sorted by relevance

/xnu-11417.140.69/osfmk/kern/
H A Diotrace.c53 *ring = zalloc_permanent_tag(size, ZALIGN(iotrace_entry_t), in init_iotrace_bufs()
H A Dcompact_id.c125 table->cidt_bitmap[idx] = zalloc_permanent(BITMAP_SIZE(size), ZALIGN(bitmap_t)); in compact_id_table_grow()
H A Dzalloc.h1130 #define ZALIGN(t) (_Alignof(t) - 1) macro
1192 zalloc_permanent(sizeof(type_t), ZALIGN(type_t)))
1342 ((type_t *__zpercpu)zalloc_percpu_permanent(sizeof(type_t), ZALIGN(type_t)))
H A Dexclaves.c1293 ZALIGN(XrtHosted_Mapped_t *)); in exclaves_scheduler_init()
H A Dsmr.c552 pcpu = zalloc_permanent(size, ZALIGN(struct smr_pcpu)); in __smr_domain_init()
/xnu-11417.140.69/bsd/vfs/
H A Dvfs_init.c176 ZALIGN(PFIvp)); in vfs_opv_init()
H A Dvfs_subr.c5783 ZALIGN(struct vnode_iocount_trace)); in new_vnode()
/xnu-11417.140.69/osfmk/prng/
H A Dentropy.c175 entropy_analysis_buffer = zalloc_permanent(entropy_analysis_buffer_size, ZALIGN(entropy_sample_t)); in entropy_analysis_init()
/xnu-11417.140.69/osfmk/i386/
H A Dmtrr.c292 mtrr_state.var_count, ZALIGN(mtrr_var_range_t), in mtrr_init()
H A Dcpu_threads.c93 ZALIGN(x86_cpu_cache_t), VM_KERN_MEMORY_CPU); in x86_cache_alloc()
/xnu-11417.140.69/iokit/Kernel/
H A DIOCPU.cpp617 sizeof(IOInterruptVector), ZALIGN(IOInterruptVector)); in initCPUInterruptController()
/xnu-11417.140.69/osfmk/kperf/
H A Dkptimer.c160 ZALIGN(struct kptimer), VM_KERN_MEMORY_DIAG); in kptimer_setup()
/xnu-11417.140.69/bsd/netinet/
H A Dtcp_cache.c1663 ZALIGN(struct tcp_cache_head)); in tcp_cache_init()
1666 ZALIGN(struct tcp_heuristics_head)); in tcp_cache_init()
/xnu-11417.140.69/bsd/kern/
H A Dbsd_init.c564 ZALIGN(vm_offset_t)); in bsd_init()
H A Duipc_mbuf.c1952 ZALIGN(struct omb_stat)); in mbuf_table_init()
1956 ZALIGN(mb_stat_t)); in mbuf_table_init()
2336 ZALIGN(mcl_slabg_t)); in mbinit()
2352 ZALIGN(mcl_audit_t)); in mbinit()
2382 ZALIGN(ppnum_t)); in mbinit()
8442 ZALIGN(mcl_slab_t));
8954 mleak_allocations = zalloc_permanent(alloc_size, ZALIGN(struct mallocation));
8955 mleak_traces = zalloc_permanent(trace_size, ZALIGN(struct mtrace));
8957 ZALIGN(mleak_stat_t));
H A Dsysv_sem.c298 ZALIGN(struct semid_kernel)); in grow_sema_array()
H A Dkern_memorystatus.c2208 max_jetsam_threads, ZALIGN(struct jetsam_state_s)); in memorystatus_init()
2230 jzs_names = zalloc_permanent(jzs_names_size, ZALIGN(mach_zone_name_t)); in memorystatus_init()
2233 jzs_info = zalloc_permanent(jzs_info_size, ZALIGN(mach_zone_info_t)); in memorystatus_init()
2235 jzs_coalesce = zalloc_permanent(jzs_zone_cnt * sizeof(int), ZALIGN(int)); in memorystatus_init()
/xnu-11417.140.69/bsd/net/
H A Ddlil_subr.c393 sizeof(*dl_if_lladdr_ext), ZALIGN(struct ifaddr)); in dlil_alloc_lladdr()
/xnu-11417.140.69/osfmk/vm/
H A Dvm_fault.c378 ZALIGN(vm_rtfault_record_t), VM_KERN_MEMORY_DIAG); in vm_rtfault_record_init()