Home
last modified time | relevance | path

Searched refs:__startup_data (Results 1 – 25 of 25) sorted by relevance

/xnu-8792.61.2/osfmk/kern/
H A Dstartup.h184 #define __startup_data \ macro
575 static __startup_data struct sysctl_test_setup_spec \
606 static __startup_data char __startup_TUNABLES_name_ ## var[] = key; \
607 static __startup_data struct startup_tunable_spec \
618 static __startup_data char __startup_TUNABLES_name_ ## var[] = key; \
619 static __startup_data struct startup_tunable_spec \
630 static __startup_data char __startup_TUNABLES_dt_base_ ## var[] = dt_base_key; \
631 static __startup_data char __startup_TUNABLES_dt_name_ ## var[] = dt_name_key; \
632 static __startup_data char __startup_TUNABLES_name_ ## var[] = boot_arg_key; \
633 static __startup_data struct startup_tunable_dt_spec \
H A Dlocks.h1201 static __startup_data struct lck_attr_startup_spec \
1208 static __startup_data struct lck_spin_startup_spec \
1218 static __startup_data struct lck_ticket_startup_spec \
H A Dcounter.h131 __startup_data uint64_t __ ##name##_early_storage = 0; \
H A Dlock_mtx.h186 static __startup_data struct lck_mtx_startup_spec \
H A Dlock_group.h198 static __startup_data struct lck_grp_spec \
H A Dzalloc.h989 static __startup_data struct zone_view_startup_spec \
1386 static __startup_data struct zone_create_startup_spec \
1591 static __startup_data struct zone_create_startup_spec \
H A Dipc_kobject.h216 __startup_data \
H A Dlock_rw.h189 static __startup_data struct lck_rw_startup_spec \
H A Dsimple_lock.h217 static __startup_data struct usimple_lock_startup_spec \
H A Dkalloc.c292 __startup_data uint8_t kalloc_type_dlut[KALLOC_DLUT_SIZE];
293 __startup_data size_t kheap_zsize[KHEAP_NUM_ZONES];
563 __startup_data
565 __startup_data
567 __startup_data
H A Dsmr.c58 __startup_data
H A Dstartup.c216 static struct startup_entry *__startup_data startup_entry_cur = startup_entries;
H A Dsfi.c147 static __startup_data sfi_class_registration_t \
H A Dzalloc.c447 __startup_data
449 __startup_data
451 __startup_data
453 __startup_data
467 __startup_data
477 __startup_data __attribute__((aligned(PAGE_SIZE)))
541 __startup_data
543 __startup_data
1697 __startup_data
H A Dipc_kobject.c177 __startup_data
H A Dwaitq.c370 static __startup_data struct waitq g_boot_waitq;
H A Dthread.c240 __startup_data
/xnu-8792.61.2/osfmk/ipc/
H A Dipc_init.c138 __startup_data
140 __startup_data
/xnu-8792.61.2/osfmk/i386/
H A Dio_map.c69 __startup_data static struct mach_vm_range io_range;
/xnu-8792.61.2/osfmk/arm/
H A Dio_map.c67 __startup_data static struct mach_vm_range io_range;
/xnu-8792.61.2/osfmk/vm/
H A Dvm_kern.h476 static __startup_data struct kmem_range_startup_spec \
482 static __startup_data struct kmem_range_startup_spec \
H A Dvm_kern.c105 __startup_data
1902 __startup_data
1904 __startup_data
H A Dvm_map.c764 static __startup_data vm_offset_t map_data;
765 static __startup_data vm_size_t map_data_size;
766 static __startup_data vm_offset_t kentry_data;
767 static __startup_data vm_size_t kentry_data_size;
768 static __startup_data vm_offset_t map_holes_data;
769 static __startup_data vm_size_t map_holes_data_size;
770 static __startup_data vm_map_t *early_map_owners[VM_MAP_EARLY_COUNT_MAX];
771 static __startup_data uint32_t early_map_count;
/xnu-8792.61.2/doc/
H A Dstartup.md281 - data marked `__startup_data` and code marked `__startup_func` is unmapped,
/xnu-8792.61.2/bsd/skywalk/core/
H A Dskywalk_common.h873 __startup_data struct sk_tag_spec __sktag_##var = { \