Searched refs:ZALIGN (Results 1 – 13 of 13) sorted by relevance
| /xnu-8019.80.24/osfmk/kern/ |
| H A D | zalloc.h | 720 #define ZALIGN(t) (_Alignof(t) - 1) macro 757 ((type_t *)zalloc_permanent(sizeof(type_t), ZALIGN(type_t))) 887 ((type_t *)zalloc_percpu_permanent(sizeof(type_t), ZALIGN(type_t)))
|
| /xnu-8019.80.24/osfmk/prng/ |
| H A D | entropy.c | 182 entropy_analysis_buffer = zalloc_permanent(entropy_analysis_buffer_size, ZALIGN(entropy_sample_t)); in entropy_analysis_init()
|
| /xnu-8019.80.24/bsd/vfs/ |
| H A D | vfs_init.c | 168 ZALIGN(PFIvp)); in vfs_opv_init()
|
| /xnu-8019.80.24/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 | 95 (MAX_CPUS * sizeof(x86_lcpu_t *)), ZALIGN(x86_cpu_cache_t)); in x86_cache_alloc()
|
| /xnu-8019.80.24/iokit/Kernel/ |
| H A D | IOCPU.cpp | 568 sizeof(IOInterruptVector), ZALIGN(IOInterruptVector)); in initCPUInterruptController()
|
| /xnu-8019.80.24/osfmk/kperf/ |
| H A D | kptimer.c | 164 kptimer.g_timers = zalloc_permanent(timers_size, ZALIGN(struct kptimer)); in kptimer_setup()
|
| /xnu-8019.80.24/bsd/kern/ |
| H A D | uipc_mbuf.c | 1293 ZALIGN(struct omb_stat)); in mbuf_table_init() 1296 ZALIGN(mb_stat_t)); in mbuf_table_init() 1662 ZALIGN(mcl_slabg_t)); in mbinit() 1678 ZALIGN(mcl_audit_t)); in mbinit() 1708 ZALIGN(ppnum_t)); in mbinit() 7210 ZALIGN(mcl_slab_t)); 7669 mleak_allocations = zalloc_permanent(alloc_size, ZALIGN(struct mallocation)); 7670 mleak_traces = zalloc_permanent(trace_size, ZALIGN(struct mtrace)); 7672 ZALIGN(mleak_stat_t));
|
| H A D | bsd_init.c | 528 ZALIGN(vm_offset_t)); in bsd_init()
|
| H A D | sysv_sem.c | 327 ZALIGN(struct semid_kernel)); in grow_sema_array()
|
| H A D | kern_memorystatus.c | 1619 max_jetsam_threads, ZALIGN(struct jetsam_thread_state)); in memorystatus_init()
|
| /xnu-8019.80.24/bsd/dev/i386/ |
| H A D | sysctl.c | 1208 …struct sysctl_oid *hcall_trigger_dump_oid = zalloc_permanent(sizeof(struct sysctl_oid), ZALIGN(str… in hvg_bsd_init()
|
| /xnu-8019.80.24/osfmk/vm/ |
| H A D | vm_fault.c | 343 ZALIGN(vm_rtfault_record_t)); in vm_rtfault_record_init()
|