Home
last modified time | relevance | path

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

/xnu-8020.121.3/osfmk/kern/
H A Dzalloc.h963 #define ZALIGN(t) (_Alignof(t) - 1) macro
1023 zalloc_permanent(sizeof(type_t), ZALIGN(type_t)))
1153 ((type_t *__zpercpu)zalloc_percpu_permanent(sizeof(type_t), ZALIGN(type_t)))
/xnu-8020.121.3/bsd/vfs/
H A Dvfs_init.c168 ZALIGN(PFIvp)); in vfs_opv_init()
/xnu-8020.121.3/osfmk/prng/
H A Dentropy.c182 entropy_analysis_buffer = zalloc_permanent(entropy_analysis_buffer_size, ZALIGN(entropy_sample_t)); in entropy_analysis_init()
/xnu-8020.121.3/osfmk/i386/
H A Dmtrr.c292 mtrr_state.var_count, ZALIGN(mtrr_var_range_t), in mtrr_init()
H A Dcpu_threads.c96 ZALIGN(x86_cpu_cache_t), VM_KERN_MEMORY_CPU); in x86_cache_alloc()
/xnu-8020.121.3/osfmk/kperf/
H A Dkptimer.c165 ZALIGN(struct kptimer), VM_KERN_MEMORY_DIAG); in kptimer_setup()
/xnu-8020.121.3/iokit/Kernel/
H A DIOCPU.cpp602 sizeof(IOInterruptVector), ZALIGN(IOInterruptVector)); in initCPUInterruptController()
/xnu-8020.121.3/bsd/netinet/
H A Dtcp_cache.c1613 ZALIGN(struct tcp_cache_head)); in tcp_cache_init()
1616 ZALIGN(struct tcp_heuristics_head)); in tcp_cache_init()
/xnu-8020.121.3/bsd/kern/
H A Duipc_mbuf.c1302 ZALIGN(struct omb_stat)); in mbuf_table_init()
1305 ZALIGN(mb_stat_t)); in mbuf_table_init()
1671 ZALIGN(mcl_slabg_t)); in mbinit()
1687 ZALIGN(mcl_audit_t)); in mbinit()
1717 ZALIGN(ppnum_t)); in mbinit()
7248 ZALIGN(mcl_slab_t));
7760 mleak_allocations = zalloc_permanent(alloc_size, ZALIGN(struct mallocation));
7761 mleak_traces = zalloc_permanent(trace_size, ZALIGN(struct mtrace));
7763 ZALIGN(mleak_stat_t));
H A Dbsd_init.c532 ZALIGN(vm_offset_t)); in bsd_init()
H A Dkdebug.c596 iop = zalloc_permanent_tag(sizeof(kd_iop_t), ZALIGN(kd_iop_t), in kernel_debug_register_callback()
659 iop = zalloc_permanent_tag(sizeof(kd_iop_t), ZALIGN(kd_iop_t), in kdebug_register_coproc()
H A Dsysv_sem.c298 ZALIGN(struct semid_kernel)); in grow_sema_array()
H A Dkern_memorystatus.c1618 max_jetsam_threads, ZALIGN(struct jetsam_thread_state)); in memorystatus_init()
/xnu-8020.121.3/bsd/dev/i386/
H A Dsysctl.c1208 …struct sysctl_oid *hcall_trigger_dump_oid = zalloc_permanent(sizeof(struct sysctl_oid), ZALIGN(str… in hvg_bsd_init()
/xnu-8020.121.3/osfmk/vm/
H A Dvm_fault.c343 ZALIGN(vm_rtfault_record_t), VM_KERN_MEMORY_DIAG); in vm_rtfault_record_init()
/xnu-8020.121.3/bsd/net/
H A Ddlil.c8940 ifa = zalloc_permanent(ifasize, ZALIGN(struct ifaddr)); in dlil_alloc_lladdr()