| /xnu-8020.101.4/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-8020.101.4/pexpert/gen/ |
| H A D | device_tree.c | 271 SecureDTEntryIsEqual(const DTEntry ref1, const DTEntry ref2) in SecureDTEntryIsEqual() 278 int find_entry(const char *propName, const char *propValue, DTEntry *entryH); 281 SecureDTFindEntry(const char *propName, const char *propValue, DTEntry *entryH) in SecureDTFindEntry() 292 find_entry(const char *propName, const char *propValue, DTEntry *entryH) in find_entry() 313 *entryH = (DTEntry)nodeP; in find_entry() 330 SecureDTLookupEntry(const DTEntry searchPoint, const char *pathName, DTEntry *foundEntry) in SecureDTLookupEntry() 372 SecureDTInitEntryIterator(const DTEntry startEntry, DTEntryIterator iter) in SecureDTInitEntryIterator() 393 SecureDTEnterEntry(DTEntryIterator iter, DTEntry childEntry) in SecureDTEnterEntry() 415 SecureDTExitEntry(DTEntryIterator iter, DTEntry *currentPosition) in SecureDTExitEntry() 435 SecureDTIterateEntries(DTEntryIterator iter, DTEntry *nextEntry) in SecureDTIterateEntries() [all …]
|
| H A D | pe_gen.c | 91 DTEntry root; in pe_init_debug() 143 DTEntry entryP; in PE_get_random_seed()
|
| H A D | bootargs.c | 388 DTEntry dte; in PE_get_default()
|
| /xnu-8020.101.4/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_mib.c | 628 DTEntry chosen; in sysctl_load_devicetree_entries()
|
| /xnu-8020.101.4/pexpert/arm/ |
| H A D | pe_identify_machine.c | 57 DTEntry cpus, cpu; in pe_identify_machine() 184 DTEntry entryP; in pe_arm_get_soc_base_phys() 294 pe_init_debug_command(DTEntry entryP, command_buffer_element_t **command_buffer, const char* entry_… in pe_init_debug_command() 485 DTEntry entryP; in pe_arm_init_debug() 531 DTEntry entryP; in pe_arm_map_interrupt_controller()
|
| H A D | pe_init.c | 98 DTEntry entry, chosen; in check_for_panic_log() 235 DTEntry entry; in PE_init_iokit() 389 DTEntry entry; in PE_init_platform() 795 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 | 78 DTEntry entry; in pe_init_fiq()
|
| H A D | pe_serial.c | 799 DTEntry entryP = NULL; in serial_init()
|
| /xnu-8020.101.4/iokit/Kernel/ |
| H A D | IODeviceTreeSupport.cpp | 100 static IORegistryEntry * MakeReferenceTable( DTEntry dtEntry, bool copy ); 117 DTEntry dtChild; in IODeviceTreeAlloc() 118 DTEntry mapEntry; in IODeviceTreeAlloc() 186 parent = MakeReferenceTable((DTEntry)dtTop, freeDT ); in IODeviceTreeAlloc() 189 SecureDTInitEntryIterator((DTEntry)dtTop, &iter ); in IODeviceTreeAlloc() 394 MakeReferenceTable( DTEntry dtEntry, bool copy ) in MakeReferenceTable()
|
| /xnu-8020.101.4/osfmk/kern/ |
| H A D | startup.c | 314 DTEntry base; in kernel_startup_tunable_dt_init() 323 DTEntry chosen, chosen_base; in kernel_startup_tunable_dt_init()
|
| H A D | machine.c | 859 DTEntry base, chosen; in machine_timeout_init_with_suffix()
|
| /xnu-8020.101.4/osfmk/i386/ |
| H A D | tsc.c | 101 DTEntry entry; in EFI_get_frequency()
|
| /xnu-8020.101.4/osfmk/arm64/ |
| H A D | machine_routines.c | 834 ml_readprop(const DTEntry entry, const char *propertyName, uint64_t default_value) in ml_readprop() 860 ml_read_reg_range(const DTEntry entry, const char *propertyName, uint64_t *pa_ptr, uint64_t *len_pt… in ml_read_reg_range() 879 ml_is_boot_cpu(const DTEntry entry) in ml_is_boot_cpu() 900 DTEntry entryP; in ml_read_chip_revision() 913 DTEntry entry, child __unused; in ml_parse_cpu_topology()
|
| H A D | cpu.c | 1143 DTEntry entry; in cpu_machine_idle_init() 1260 DTEntry entry; in sleep_token_buffer_init()
|
| H A D | arm_vm_init.c | 1261 DTEntry memory_map; in arm_vm_prot_init()
|
| /xnu-8020.101.4/bsd/dev/arm64/ |
| H A D | sysctl.c | 226 DTEntry node; in sysctl_load_brand_string()
|
| /xnu-8020.101.4/pexpert/i386/ |
| H A D | pe_init.c | 119 DTEntry entry; in PE_init_iokit()
|
| /xnu-8020.101.4/osfmk/arm/ |
| H A D | arm_init.c | 599 DTEntry chosen; in arm_init()
|
| H A D | arm_vm_init.c | 497 DTEntry memory_map; in arm_vm_init()
|
| H A D | machine_routines.c | 404 DTEntry entry, child; in ml_parse_cpu_topology()
|
| H A D | pmap.c | 1892 DTEntry entry; in pmap_compute_max_asids() 1987 DTEntry entry; in pmap_set_srd_fusing()
|
| /xnu-8020.101.4/osfmk/arm/pmap/ |
| H A D | pmap_data.c | 1995 DTEntry entry = NULL; in pmap_compute_pv_targets() 3458 DTEntry entry = NULL; in pmap_compute_io_rgns() 3549 DTEntry entry = NULL; in pmap_load_io_rgns()
|