Home
last modified time | relevance | path

Searched refs:zalloc_permanent_tag (Results 1 – 9 of 9) sorted by relevance

/xnu-11215/osfmk/kern/
H A Diotrace.c53 *ring = zalloc_permanent_tag(size, ZALIGN(iotrace_entry_t), in init_iotrace_bufs()
H A Dzalloc.h1148 extern void *__sized_by(size) zalloc_permanent_tag(
1172 zalloc_permanent_tag(size, align, VM_KERN_MEMORY_KALLOC)
H A Dzalloc.c7428 zalloc_permanent_tag(vm_size_t size, vm_offset_t mask, vm_tag_t tag) in zalloc_permanent_tag() function
/xnu-11215/osfmk/kperf/
H A Dkptimer.c159 kptimer.g_timers = zalloc_permanent_tag(timers_size, in kptimer_setup()
168 kptimer.g_cpu_deadlines = zalloc_permanent_tag(deadlines_size, in kptimer_setup()
/xnu-11215/osfmk/i386/
H A Dmachine_check.c187 cdp->cpu_mca_state = zalloc_permanent_tag(mca_state_size, ZALIGN_PTR, in mca_cpu_alloc()
H A Dcpu_topology.c344 *ring = zalloc_permanent_tag(size, 63, VM_KERN_MEMORY_DIAG); in init_traptrace_bufs()
H A Dmtrr.c291 zalloc_permanent_tag(sizeof(mtrr_var_range_t) * in mtrr_init()
H A Dcpu_threads.c91 cache = zalloc_permanent_tag(sizeof(x86_cpu_cache_t) + in x86_cache_alloc()
/xnu-11215/osfmk/vm/
H A Dvm_fault.c375 vmrtfrs.vm_rtf_records = zalloc_permanent_tag(size, in vm_rtfault_record_init()