Searched refs:ZALIGN_PTR (Results 1 – 17 of 17) sorted by relevance
| /xnu-8796.121.2/osfmk/arm64/ |
| H A D | alternate_debugger.c | 143 alt_pages = (vm_offset_t)zalloc_permanent(alt_pages_size, ZALIGN_PTR); in alternate_debugger_init()
|
| /xnu-8796.121.2/bsd/net/ |
| H A D | net_str_id.c | 112 ZALIGN_PTR); in net_str_id_find_internal()
|
| H A D | if_ports_used.c | 214 ZALIGN_PTR); in if_ports_used_init()
|
| /xnu-8796.121.2/osfmk/kern/ |
| H A D | compact_id.c | 120 table->cidt_array[idx] = zalloc_permanent(size * sizeof(thread_t), ZALIGN_PTR); in compact_id_table_grow()
|
| H A D | zalloc.h | 944 #define ZALIGN_PTR (sizeof(void *) - 1) macro
|
| H A D | turnstile.c | 324 turnstile_htable_irq_safe = zalloc_permanent(ts_htable_size, ZALIGN_PTR); in turnstiles_hashtable_init() 329 turnstile_htable = zalloc_permanent(ts_htable_size, ZALIGN_PTR); in turnstiles_hashtable_init()
|
| H A D | zalloc.c | 5455 2 * pgz_slots, ZALIGN_PTR); in pgz_init()
|
| /xnu-8796.121.2/osfmk/i386/ |
| H A D | machine_check.c | 186 cdp->cpu_mca_state = zalloc_permanent_tag(mca_state_size, ZALIGN_PTR, in mca_cpu_alloc()
|
| /xnu-8796.121.2/iokit/Kernel/arm/ |
| H A D | AppleARMSMP.cpp | 201 machProcessors = static_cast<processor_t *>(zalloc_permanent(array_size, ZALIGN_PTR)); in cpu_boot_thread()
|
| /xnu-8796.121.2/bsd/security/audit/ |
| H A D | audit_session.c | 1073 HASH_TABLE_SIZE, ZALIGN_PTR); in audit_session_init() 1082 ZALIGN_PTR); in audit_session_init()
|
| /xnu-8796.121.2/bsd/kern/ |
| H A D | sys_ulock.c | 243 ZALIGN_PTR); in ulock_initialize()
|
| H A D | sysv_shm.c | 1063 shmsegs = zalloc_permanent(sz, ZALIGN_PTR); in shminit()
|
| H A D | kern_memorystatus.c | 1445 zalloc_permanent(memorystatus_jetsam_snapshot_freezer_size, ZALIGN_PTR); in memorystatus_init()
|
| H A D | uipc_mbuf.c | 1690 ZALIGN_PTR); in mbinit()
|
| /xnu-8796.121.2/bsd/netinet6/ |
| H A D | ip6_input.c | 2473 ZALIGN_PTR); in in6_ifaddrhashtbl_init()
|
| /xnu-8796.121.2/bsd/netinet/ |
| H A D | ip_input.c | 575 ZALIGN_PTR); in in_ifaddrhashtbl_init()
|
| /xnu-8796.121.2/osfmk/vm/ |
| H A D | vm_kern.c | 2455 ks->ks_rng_ctx = zalloc_percpu_permanent(ctx_size, ZALIGN_PTR); in kmem_crypto_init()
|