Home
last modified time | relevance | path

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

/xnu-8020.121.3/osfmk/kern/
H A Dstartup.h184 #define __startup_data \ macro
589 static __startup_data struct sysctl_test_setup_spec \
620 static __startup_data char __startup_TUNABLES_name_ ## var[] = key; \
621 static __startup_data struct startup_tunable_spec \
632 static __startup_data char __startup_TUNABLES_name_ ## var[] = key; \
633 static __startup_data struct startup_tunable_spec \
644 static __startup_data char __startup_TUNABLES_dt_base_ ## var[] = dt_base_key; \
645 static __startup_data char __startup_TUNABLES_dt_name_ ## var[] = dt_name_key; \
646 static __startup_data char __startup_TUNABLES_name_ ## var[] = boot_arg_key; \
647 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.h941 static __startup_data struct zone_view_startup_spec \
1324 static __startup_data struct zone_create_startup_spec \
1515 static __startup_data struct zone_create_startup_spec \
H A Dipc_kobject.h227 __startup_data \
H A Dlock_rw.h198 static __startup_data struct lck_rw_startup_spec \
H A Dsimple_lock.h215 static __startup_data struct usimple_lock_startup_spec \
H A Dsmr.c65 __startup_data
H A Dgzalloc.c117 __startup_data
H A Dstartup.c214 static struct startup_entry *__startup_data startup_entry_cur = startup_entries;
H A Dzalloc.c439 __startup_data
441 __startup_data
443 __startup_data
445 __startup_data
459 __startup_data
469 __startup_data __attribute__((aligned(PAGE_SIZE)))
533 __startup_data
535 __startup_data
1669 __startup_data
H A Dsfi.c147 static __startup_data sfi_class_registration_t \
H A Dipc_kobject.c191 __startup_data
H A Dkalloc.c533 __startup_data
535 __startup_data
H A Dwaitq.c370 static __startup_data struct waitq g_boot_waitq;
H A Dthread.c234 __startup_data
/xnu-8020.121.3/osfmk/ipc/
H A Dipc_init.c147 __startup_data
149 __startup_data
/xnu-8020.121.3/osfmk/vm/
H A Dvm_kern.h395 static __startup_data struct kmem_range_startup_spec \
401 static __startup_data struct kmem_range_startup_spec \
H A Dvm_kern.c1307 __startup_data
1309 __startup_data
H A Dvm_map.c761 static __startup_data vm_offset_t map_data;
762 static __startup_data vm_size_t map_data_size;
763 static __startup_data vm_offset_t kentry_data;
764 static __startup_data vm_size_t kentry_data_size;
765 static __startup_data vm_offset_t map_holes_data;
766 static __startup_data vm_size_t map_holes_data_size;
767 static __startup_data vm_map_t *early_map_owners[VM_MAP_EARLY_COUNT_MAX];
768 static __startup_data uint32_t early_map_count;
/xnu-8020.121.3/doc/
H A Dstartup.md284 - data marked `__startup_data` and code marked `__startup_func` is unmapped,
/xnu-8020.121.3/bsd/skywalk/core/
H A Dskywalk_common.h873 __startup_data struct sk_tag_spec __sktag_##var = { \