Searched refs:zalloc_permanent_tag (Results 1 – 10 of 10) sorted by relevance
| /xnu-12377.61.12/osfmk/kern/ |
| H A D | iotrace.c | 53 *ring = zalloc_permanent_tag(size, ZALIGN(iotrace_entry_t), in init_iotrace_bufs()
|
| H A D | zalloc.h | 1150 extern void *__sized_by(size) zalloc_permanent_tag( 1174 zalloc_permanent_tag(size, align, VM_KERN_MEMORY_KALLOC)
|
| H A D | zalloc.c | 6834 zalloc_permanent_tag(vm_size_t size, vm_offset_t mask, vm_tag_t tag) in zalloc_permanent_tag() function
|
| /xnu-12377.61.12/tests/unit/mocks/ |
| H A D | mock_alloc.c | 98 zalloc_permanent_tag, (vm_size_t size, vm_offset_t mask, vm_tag_t tag))
|
| /xnu-12377.61.12/osfmk/kperf/ |
| H A D | kptimer.c | 159 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-12377.61.12/osfmk/i386/ |
| H A D | machine_check.c | 187 cdp->cpu_mca_state = zalloc_permanent_tag(mca_state_size, ZALIGN_PTR, in mca_cpu_alloc()
|
| H A D | cpu_topology.c | 346 *ring = zalloc_permanent_tag(size, 63, VM_KERN_MEMORY_DIAG); in init_traptrace_bufs()
|
| H A D | mtrr.c | 291 zalloc_permanent_tag(sizeof(mtrr_var_range_t) * in mtrr_init()
|
| H A D | cpu_threads.c | 91 cache = zalloc_permanent_tag(sizeof(x86_cpu_cache_t) + in x86_cache_alloc()
|
| /xnu-12377.61.12/osfmk/vm/ |
| H A D | vm_fault.c | 381 vmrtfrs.vm_rtf_records = zalloc_permanent_tag(size, in vm_rtfault_record_init()
|