Home
last modified time | relevance | path

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

/xnu-8020.101.4/osfmk/kern/
H A Dstartup.h185 #define __startup_data \ macro
590 static __startup_data struct sysctl_test_setup_spec \
621 static __startup_data char __startup_TUNABLES_name_ ## var[] = key; \
622 static __startup_data struct startup_tunable_spec \
633 static __startup_data char __startup_TUNABLES_name_ ## var[] = key; \
634 static __startup_data struct startup_tunable_spec \
645 static __startup_data char __startup_TUNABLES_dt_base_ ## var[] = dt_base_key; \
646 static __startup_data char __startup_TUNABLES_dt_name_ ## var[] = dt_name_key; \
647 static __startup_data char __startup_TUNABLES_name_ ## var[] = boot_arg_key; \
648 static __startup_data struct startup_tunable_dt_spec \
H A Dlocks.h1019 static __startup_data struct lck_attr_startup_spec \
1026 static __startup_data struct lck_spin_startup_spec \
1036 static __startup_data struct lck_mtx_startup_spec \
1047 static __startup_data struct lck_mtx_startup_spec \
H A Dcounter.h131 __startup_data uint64_t __ ##name##_early_storage = 0; \
H A Dlock_group.h167 static __startup_data struct lck_grp_spec \
H A Dzalloc.h926 static __startup_data struct zone_view_startup_spec \
1309 static __startup_data struct zone_create_startup_spec \
1517 static __startup_data struct zone_create_startup_spec \
H A Dlock_rw.h198 static __startup_data struct lck_rw_startup_spec \
H A Dipc_kobject.h227 __startup_data \
H A Dsmr.c65 __startup_data
H A Dsimple_lock.h215 static __startup_data struct usimple_lock_startup_spec \
H A Dstartup.c214 static struct startup_entry *__startup_data startup_entry_cur = startup_entries;
H A Dsfi.c147 static __startup_data sfi_class_registration_t \
H A Dipc_kobject.c191 __startup_data
H A Dkalloc.c726 __startup_data
728 __startup_data
H A Dzalloc.c452 __startup_data
455 __startup_data
518 __startup_data
520 __startup_data
1753 __startup_data
H A Dwaitq.c370 static __startup_data struct waitq g_boot_waitq;
H A Dthread.c234 __startup_data
/xnu-8020.101.4/doc/
H A Dstartup.md296 - data marked `__startup_data` and code marked `__startup_func` is unmapped,
/xnu-8020.101.4/osfmk/vm/
H A Dvm_map.c731 static __startup_data vm_offset_t map_data;
732 static __startup_data vm_size_t map_data_size;
733 static __startup_data vm_offset_t kentry_data;
734 static __startup_data vm_size_t kentry_data_size;
735 static __startup_data vm_offset_t map_holes_data;
736 static __startup_data vm_size_t map_holes_data_size;