Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/kern/
H A Dstartup.h187 #define __startup_data \ macro
592 static __startup_data struct sysctl_test_setup_spec \
623 static __startup_data char __startup_TUNABLES_name_ ## var[] = key; \
624 static __startup_data struct startup_tunable_spec \
635 static __startup_data char __startup_TUNABLES_name_ ## var[] = key; \
636 static __startup_data struct startup_tunable_spec \
647 static __startup_data char __startup_TUNABLES_dt_base_ ## var[] = dt_base_key; \
648 static __startup_data char __startup_TUNABLES_dt_name_ ## var[] = dt_name_key; \
649 static __startup_data char __startup_TUNABLES_name_ ## var[] = boot_arg_key; \
650 static __startup_data struct startup_tunable_dt_spec \
H A Dlock_group.h151 static __startup_data struct lck_grp_attr_startup_spec \
158 static __startup_data struct lck_grp_startup_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 Dzalloc.h698 static __startup_data struct zone_view_startup_spec \
1017 static __startup_data struct zone_create_startup_spec \
1124 static __startup_data struct zone_create_startup_spec \
H A Dcounter.h131 __startup_data uint64_t __ ##name##_early_storage = 0; \
H A Dipc_kobject.h227 __startup_data \
H A Dlock_rw.h199 static __startup_data struct lck_rw_startup_spec \
H A Dsimple_lock.h203 static __startup_data struct usimple_lock_startup_spec \
H A Dstartup.c215 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.c192 __startup_data
H A Dkalloc.c707 __startup_data
709 __startup_data
H A Dzalloc.c431 __startup_data
434 __startup_data
496 __startup_data
498 __startup_data
1514 __startup_data
H A Dthread.c237 __startup_data
/xnu-8019.80.24/doc/
H A Dstartup.md309 - data marked `__startup_data` and code marked `__startup_func` is unmapped,
/xnu-8019.80.24/osfmk/vm/
H A Dvm_map.c722 static __startup_data vm_offset_t map_data;
723 static __startup_data vm_size_t map_data_size;
724 static __startup_data vm_offset_t kentry_data;
725 static __startup_data vm_size_t kentry_data_size;
726 static __startup_data vm_offset_t map_holes_data;
727 static __startup_data vm_size_t map_holes_data_size;