Searched refs:ZALIGN (Results 1 – 20 of 20) sorted by relevance
| /xnu-12377.41.6/osfmk/kern/ |
| H A D | iotrace.c | 53 *ring = zalloc_permanent_tag(size, ZALIGN(iotrace_entry_t), in init_iotrace_bufs()
|
| H A D | compact_id.c | 125 table->cidt_bitmap[idx] = zalloc_permanent(BITMAP_SIZE(size), ZALIGN(bitmap_t)); in compact_id_table_grow()
|
| H A D | zalloc.h | 1129 #define ZALIGN(t) (_Alignof(t) - 1) macro 1191 zalloc_permanent(sizeof(type_t), ZALIGN(type_t))) 1341 ((type_t *__zpercpu)zalloc_percpu_permanent(sizeof(type_t), ZALIGN(type_t)))
|
| H A D | exclaves.c | 1387 ZALIGN(XrtHosted_Mapped_t *)); in exclaves_scheduler_init()
|
| H A D | smr.c | 552 pcpu = zalloc_permanent(size, ZALIGN(struct smr_pcpu)); in __smr_domain_init()
|
| /xnu-12377.41.6/bsd/vfs/ |
| H A D | vfs_init.c | 176 ZALIGN(PFIvp)); in vfs_opv_init()
|
| H A D | vfs_subr.c | 5817 ZALIGN(struct vnode_iocount_trace)); in new_vnode()
|
| /xnu-12377.41.6/osfmk/prng/ |
| H A D | entropy.c | 175 entropy_analysis_buffer = zalloc_permanent(entropy_analysis_buffer_size, ZALIGN(entropy_sample_t)); in entropy_analysis_init()
|
| /xnu-12377.41.6/osfmk/i386/ |
| H A D | mtrr.c | 292 mtrr_state.var_count, ZALIGN(mtrr_var_range_t), in mtrr_init()
|
| H A D | cpu_threads.c | 93 ZALIGN(x86_cpu_cache_t), VM_KERN_MEMORY_CPU); in x86_cache_alloc()
|
| /xnu-12377.41.6/osfmk/kperf/ |
| H A D | kptimer.c | 160 ZALIGN(struct kptimer), VM_KERN_MEMORY_DIAG); in kptimer_setup()
|
| /xnu-12377.41.6/iokit/Kernel/ |
| H A D | IOCPU.cpp | 617 sizeof(IOInterruptVector), ZALIGN(IOInterruptVector)); in initCPUInterruptController()
|
| /xnu-12377.41.6/bsd/kern/ |
| H A D | uipc_mbuf_mcache.c | 1087 ZALIGN(mcl_slabg_t)); in mbinit() 1103 ZALIGN(mcl_audit_t)); in mbinit() 1133 ZALIGN(ppnum_t)); in mbinit() 4765 ZALIGN(mcl_slab_t)); 5277 mleak_allocations = zalloc_permanent(alloc_size, ZALIGN(struct mallocation)); 5278 mleak_traces = zalloc_permanent(trace_size, ZALIGN(struct mtrace)); 5280 ZALIGN(mleak_stat_t));
|
| H A D | bsd_init.c | 567 ZALIGN(vm_offset_t)); in bsd_init()
|
| H A D | sysv_sem.c | 298 ZALIGN(struct semid_kernel)); in grow_sema_array()
|
| H A D | kern_memorystatus.c | 2243 max_jetsam_threads, ZALIGN(struct jetsam_state_s)); in memorystatus_init() 2265 jzs_names = zalloc_permanent(jzs_names_size, ZALIGN(mach_zone_name_t)); in memorystatus_init() 2268 jzs_info = zalloc_permanent(jzs_info_size, ZALIGN(mach_zone_info_t)); in memorystatus_init() 2270 jzs_coalesce = zalloc_permanent(jzs_zone_cnt * sizeof(int), ZALIGN(int)); in memorystatus_init()
|
| H A D | uipc_mbuf.c | 1092 ZALIGN(struct omb_stat)); in mbuf_table_init() 1095 ZALIGN(mb_stat_t)); in mbuf_table_init()
|
| /xnu-12377.41.6/bsd/netinet/ |
| H A D | tcp_cache.c | 1742 ZALIGN(struct tcp_cache_head)); in tcp_cache_init() 1745 ZALIGN(struct tcp_heuristics_head)); in tcp_cache_init()
|
| /xnu-12377.41.6/bsd/net/ |
| H A D | dlil_subr.c | 265 sizeof(*dl_if_lladdr_ext), ZALIGN(struct ifaddr)); in dlil_alloc_lladdr()
|
| /xnu-12377.41.6/osfmk/vm/ |
| H A D | vm_fault.c | 382 ZALIGN(vm_rtfault_record_t), VM_KERN_MEMORY_DIAG); in vm_rtfault_record_init()
|