Home
last modified time | relevance | path

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

/xnu-11215/osfmk/kperf/
H A Dkdebug_trigger.c100 kperf_kdebug_filter = zalloc_permanent_type(struct kperf_kdebug_filter); in kperf_kdebug_setup()
/xnu-11215/osfmk/i386/
H A Dcpu_threads.c379 core = zalloc_permanent_type(x86_core_t); in x86_core_alloc()
525 die = zalloc_permanent_type(x86_die_t); in x86_die_alloc()
566 pkg = zalloc_permanent_type(x86_pkg_t); in x86_package_alloc()
H A Dmp.c1201 callp = zalloc_permanent_type(mp_call_t); in mp_cpus_call_cpu_init()
/xnu-11215/osfmk/kdp/output_stages/
H A Dout_shmem.c438 cur_elm = zalloc_permanent_type(typeof(*cur_elm)); in shmem_stage_initialize()
/xnu-11215/osfmk/kern/
H A Ddebug.c958 kcp = zalloc_permanent_type(struct kdp_callout); in kdp_register_callout()
1013 …struct additional_panic_data_buffer *new_panic_data_buffer = zalloc_permanent_type(struct addition… in register_additional_panic_data_buffer()
H A Dzalloc.h1187 #define zalloc_permanent_type(type_t) \ macro
H A Dmachine.c1287 new_elem = zalloc_permanent_type(struct cpu_callback_chain_elem); in cpu_event_register_callback()
H A Dprocessor.c582 processor_set_t *prev, pset = zalloc_permanent_type(struct processor_set); in pset_create()
/xnu-11215/bsd/netinet6/
H A Din6_ifattach.c741 ifp->if_inet6data = zalloc_permanent_type(struct in6_ifextra); in in6_ifattach_prelim()
/xnu-11215/osfmk/kdp/
H A Dprocessor_core.c197 core_helper = zalloc_permanent_type(struct kern_coredump_core); in kern_register_coredump_helper_internal()
/xnu-11215/iokit/Kernel/
H A DIODeviceTreeSupport.cpp169 gIODTResolvers = zalloc_permanent_type(IODTResolvers); in IODeviceTreeAlloc()
/xnu-11215/bsd/kern/
H A Dkern_newsysctl.c2173 struct sysctl_oid *oid = zalloc_permanent_type(struct sysctl_oid); in sysctl_register_test_startup()
H A Dkdebug.c515 coproc = zalloc_permanent_type(struct kd_coproc); in _register_coproc_internal()
H A Duipc_mbuf.c8509 slg = zalloc_permanent_type(mcl_slabg_t);
/xnu-11215/bsd/netinet/
H A Din.c292 ifp->if_inetdata = zalloc_permanent_type(struct in_ifextra); in in_domifattach()
/xnu-11215/osfmk/vm/
H A Dvm_resident.c8531 ppnm = zalloc_permanent_type(struct ppnum_mapping); in hibernate_create_paddr_map()