| /xnu-10063.141.1/pexpert/pexpert/ |
| H A D | device_tree.h | 116 typedef const struct OpaqueDTEntry* DTEntry; typedef 155 extern int SecureDTEntryIsEqual(const DTEntry ref1, const DTEntry ref2); 170 extern int SecureDTFindEntry(const char *propName, const char *propValue, DTEntry *entryH); 180 extern int SecureDTLookupEntry(const DTEntry searchPoint, const char *pathName, DTEntry *foundEntry… 201 extern int SecureDTInitEntryIterator(const DTEntry startEntry, DTEntryIterator iter); 210 extern int SecureDTEnterEntry(DTEntryIterator iterator, DTEntry childEntry); 219 extern int SecureDTExitEntry(DTEntryIterator iterator, DTEntry *currentPosition); 228 extern int SecureDTIterateEntries(DTEntryIterator iterator, DTEntry *nextEntry); 249 extern int SecureDTGetProperty(const DTEntry entry, const char *propertyName, 252 extern int SecureDTGetPropertyRegion(const DTEntry entry, const char *propertyName, [all …]
|
| /xnu-10063.141.1/pexpert/gen/ |
| H A D | device_tree.c | 273 SecureDTEntryIsEqual(const DTEntry ref1, const DTEntry ref2) in SecureDTEntryIsEqual() 280 int find_entry(const char *propName, const char *propValue, DTEntry *entryH); 283 SecureDTFindEntry(const char *propName, const char *propValue, DTEntry *entryH) in SecureDTFindEntry() 294 find_entry(const char *propName, const char *propValue, DTEntry *entryH) in find_entry() 315 *entryH = (DTEntry)nodeP; in find_entry() 332 SecureDTLookupEntry(const DTEntry searchPoint, const char *pathName, DTEntry *foundEntry) in SecureDTLookupEntry() 374 SecureDTInitEntryIterator(const DTEntry startEntry, DTEntryIterator iter) in SecureDTInitEntryIterator() 395 SecureDTEnterEntry(DTEntryIterator iter, DTEntry childEntry) in SecureDTEnterEntry() 417 SecureDTExitEntry(DTEntryIterator iter, DTEntry *currentPosition) in SecureDTExitEntry() 437 SecureDTIterateEntries(DTEntryIterator iter, DTEntry *nextEntry) in SecureDTIterateEntries() [all …]
|
| H A D | pe_gen.c | 95 DTEntry root; in pe_init_debug() 175 DTEntry entryP; in PE_get_random_seed()
|
| H A D | bootargs.c | 512 DTEntry dte; in PE_get_default()
|
| /xnu-10063.141.1/bsd/kern/ |
| H A D | kern_csr.c | 54 _csr_get_dt_bool(DTEntry *entry, char const *name, bool *out) in _csr_get_dt_bool() 73 _csr_get_dt_uint64(DTEntry *entry, char const *name, uint64_t *out) in _csr_get_dt_uint64() 92 _csr_dt_string_is_equal(DTEntry *entry, const char *name, const char *str) in _csr_dt_string_is_equal() 109 DTEntry chosen; in _csr_is_recovery_environment() 118 DTEntry entry; in _csr_is_iuou_or_iuos_device() 135 DTEntry chosen; in _csr_should_allow_device_configuration() 165 DTEntry entry; in csr_bootstrap()
|
| H A D | kern_trustcache.c | 991 DTEntry memory_map = {0}; in load_static_trust_cache()
|
| /xnu-10063.141.1/pexpert/arm/hwtrace/ |
| H A D | hwtrace.c | 195 pe_init_debug_command(DTEntry entryP, command_buffer_element_t **command_buffer, const char* entry_… in pe_init_debug_command() 352 DTEntry ent = NULL; in panic_trace_apply_stress_rack_policy() 353 DTEntry entryP = NULL; in panic_trace_apply_stress_rack_policy() 384 DTEntry ent = NULL; in panic_trace_apply_partial_policy() 510 DTEntry entryP; in pe_arm_init_debug()
|
| /xnu-10063.141.1/pexpert/arm/ |
| H A D | pe_identify_machine.c | 38 DTEntry cpus, cpu; in pe_identify_machine() 165 DTEntry entryP; in pe_arm_get_soc_base_phys() 193 DTEntry entryP; in pe_arm_map_interrupt_controller()
|
| H A D | pe_init.c | 110 DTEntry entry, chosen; in check_for_panic_log() 247 DTEntry entry; in PE_init_iokit() 408 DTEntry entry; in PE_init_platform() 838 DTEntry entry; in PE_init_socd_client()
|
| H A D | pe_consistent_debug.c | 76 DTEntry entryP; in PE_consistent_debug_inherit()
|
| H A D | pe_fiq.c | 74 DTEntry entry; in pe_init_fiq()
|
| H A D | pe_serial.c | 794 DTEntry entryP = NULL; in serial_init()
|
| /xnu-10063.141.1/iokit/Kernel/ |
| H A D | IODeviceTreeSupport.cpp | 102 static IORegistryEntry * MakeReferenceTable( DTEntry dtEntry, bool copy ); 119 DTEntry dtChild; in IODeviceTreeAlloc() 120 DTEntry mapEntry; in IODeviceTreeAlloc() 196 parent = MakeReferenceTable((DTEntry)dtTop, freeDT ); in IODeviceTreeAlloc() 199 SecureDTInitEntryIterator((DTEntry)dtTop, &iter ); in IODeviceTreeAlloc() 421 MakeReferenceTable( DTEntry dtEntry, bool copy ) in MakeReferenceTable()
|
| /xnu-10063.141.1/osfmk/kern/ |
| H A D | startup.c | 304 DTEntry base; in kernel_startup_tunable_dt_init() 313 DTEntry chosen, chosen_base; in kernel_startup_tunable_dt_init()
|
| H A D | machine.c | 1352 DTEntry base, chosen; in machine_timeout_init_with_suffix()
|
| H A D | debug.c | 2246 DTEntry base = NULL;
|
| /xnu-10063.141.1/osfmk/i386/ |
| H A D | tsc.c | 101 DTEntry entry; in EFI_get_frequency()
|
| /xnu-10063.141.1/osfmk/arm64/ |
| H A D | machine_routines.c | 921 ml_readprop(const DTEntry entry, const char *propertyName, uint64_t default_value) in ml_readprop() 947 ml_read_reg_range(const DTEntry entry, const char *propertyName, uint64_t *pa_ptr, uint64_t *len_pt… in ml_read_reg_range() 966 ml_is_boot_cpu(const DTEntry entry) in ml_is_boot_cpu() 987 DTEntry entryP; in ml_read_chip_revision() 1000 DTEntry entry, child __unused; in ml_parse_cpu_topology()
|
| H A D | cpu.c | 1166 DTEntry entry; in cpu_machine_idle_init() 1288 DTEntry entry; in sleep_token_buffer_init()
|
| /xnu-10063.141.1/bsd/dev/arm64/ |
| H A D | sysctl.c | 229 DTEntry node; in sysctl_load_brand_string()
|
| /xnu-10063.141.1/pexpert/i386/ |
| H A D | pe_init.c | 120 DTEntry entry; in PE_init_iokit()
|
| /xnu-10063.141.1/osfmk/arm64/sptm/ |
| H A D | arm_init_sptm.c | 876 DTEntry chosen; in arm_init() 1168 DTEntry memory_map; in arm_get_bootkc_ranges_from_DT() 1246 DTEntry memory_map; in arm_vm_prot_init()
|
| /xnu-10063.141.1/osfmk/arm/pmap/ |
| H A D | pmap_data.c | 2108 DTEntry entry = NULL; in pmap_compute_pv_targets() 3578 DTEntry entry = NULL; in pmap_compute_io_rgns() 3669 DTEntry entry = NULL; in pmap_load_io_rgns() 3781 DTEntry entry = NULL; in pmap_compute_io_filters() 3900 DTEntry entry = NULL; in pmap_load_io_filters()
|
| /xnu-10063.141.1/osfmk/arm/ |
| H A D | arm_init.c | 353 DTEntry chosen = NULL; in arm_init()
|
| /xnu-10063.141.1/osfmk/arm64/sptm/pmap/ |
| H A D | pmap_data.c | 1106 DTEntry entry = NULL; in pmap_compute_pv_targets()
|