Home
last modified time | relevance | path

Searched refs:ZALIGN_PTR (Results 1 – 17 of 17) sorted by relevance

/xnu-10002.81.5/osfmk/arm64/
H A Dalternate_debugger.c143 alt_pages = (vm_offset_t)zalloc_permanent(alt_pages_size, ZALIGN_PTR); in alternate_debugger_init()
/xnu-10002.81.5/bsd/net/
H A Dnet_str_id.c112 ZALIGN_PTR); in net_str_id_find_internal()
H A Dif_ports_used.c220 ZALIGN_PTR); in if_ports_used_init()
/xnu-10002.81.5/osfmk/kern/
H A Dcompact_id.c120 table->cidt_array[idx] = zalloc_permanent(size * sizeof(thread_t), ZALIGN_PTR); in compact_id_table_grow()
H A Dzalloc.h1094 #define ZALIGN_PTR (sizeof(void *) - 1) macro
H A Dturnstile.c326 turnstile_htable_irq_safe = zalloc_permanent(ts_htable_size, ZALIGN_PTR); in turnstiles_hashtable_init()
331 turnstile_htable = zalloc_permanent(ts_htable_size, ZALIGN_PTR); in turnstiles_hashtable_init()
H A Dzalloc.c5575 2 * pgz_slots, ZALIGN_PTR); in pgz_init()
/xnu-10002.81.5/osfmk/i386/
H A Dmachine_check.c186 cdp->cpu_mca_state = zalloc_permanent_tag(mca_state_size, ZALIGN_PTR, in mca_cpu_alloc()
/xnu-10002.81.5/iokit/Kernel/arm/
H A DAppleARMSMP.cpp201 machProcessors = static_cast<processor_t *>(zalloc_permanent(array_size, ZALIGN_PTR)); in cpu_boot_thread()
/xnu-10002.81.5/bsd/security/audit/
H A Daudit_session.c1070 HASH_TABLE_SIZE, ZALIGN_PTR); in audit_session_init()
1079 ZALIGN_PTR); in audit_session_init()
/xnu-10002.81.5/bsd/kern/
H A Dsys_ulock.c262 ZALIGN_PTR); in ulock_initialize()
H A Dsysv_shm.c1063 shmsegs = zalloc_permanent(sz, ZALIGN_PTR); in shminit()
H A Dkern_memorystatus.c1529 zalloc_permanent(memorystatus_jetsam_snapshot_freezer_size, ZALIGN_PTR); in memorystatus_init()
H A Duipc_mbuf.c2353 ZALIGN_PTR); in mbinit()
/xnu-10002.81.5/bsd/netinet6/
H A Dip6_input.c2528 ZALIGN_PTR); in in6_ifaddrhashtbl_init()
/xnu-10002.81.5/bsd/netinet/
H A Dip_input.c572 ZALIGN_PTR); in in_ifaddrhashtbl_init()
/xnu-10002.81.5/osfmk/vm/
H A Dvm_kern.c2562 ks->ks_rng_ctx = zalloc_percpu_permanent(ctx_size, ZALIGN_PTR); in kmem_crypto_init()