| /xnu-8020.140.41/pexpert/arm/ |
| H A D | pe_serial.c | 843 SecureDTGetProperty(entryP, "reg", (void const **)®_prop, &prop_size); in serial_init() 847 SecureDTGetProperty(entryP, "reg", (void const **)®_prop, &prop_size); in serial_init() 857 SecureDTGetProperty(entryP, "reg", (void const **)®_prop, &prop_size); in serial_init() 869 SecureDTGetProperty(entryP, "reg", (void const **)®_prop, &prop_size); in serial_init() 880 SecureDTGetProperty(entryP, "max-aop-clk", (void const **)&prop_value, &prop_size); in serial_init() 883 SecureDTGetProperty(entryP, "enable-sw-drain", (void const **)&prop_value, &prop_size); in serial_init() 886 SecureDTGetProperty(entryP, "dock-wstat-mask", (void const **)&prop_value, &prop_size); in serial_init() 889 SecureDTGetProperty(entryP, "interrupts", (void const **)&prop_value, &prop_size); in serial_init() 910 SecureDTGetProperty(entryP, "reg", (void const **)®_prop, &prop_size); in serial_init() 912 SecureDTGetProperty(entryP, "compatible", (void const **)&serial_compat, &prop_size); in serial_init() [all …]
|
| H A D | pe_init.c | 123 if (kSuccess != SecureDTGetProperty(entry, "reg", (void const **)®_prop, &size)) { in check_for_panic_log() 131 …if (kSuccess != SecureDTGetProperty(chosen, "embedded-panic-log-size", (void const **) &panic_regi… in check_for_panic_log() 253 if (kSuccess == SecureDTGetProperty(entry, "BootCLUT", (void const **) &map, &size)) { in PE_init_iokit() 257 if (kSuccess == SecureDTGetProperty(entry, "Pict-FailedBoot", (void const **) &map, &size)) { in PE_init_iokit() 328 if (kSuccess == SecureDTGetProperty(entry, "start-time", (void const **)&value_ptr, &size)) { in PE_init_iokit() 334 …if (kSuccess == SecureDTGetProperty(entry, "debug-wait-start", (void const **)&value_ptr, &size)) { in PE_init_iokit() 340 …if (kSuccess == SecureDTGetProperty(entry, "load-kernel-start", (void const **)&value_ptr, &size))… in PE_init_iokit() 346 …if (kSuccess == SecureDTGetProperty(entry, "populate-registry-time", (void const **)&value_ptr, &s… in PE_init_iokit() 427 if (kSuccess == SecureDTGetProperty(entry, "target-type", in PE_init_platform() 437 if (kSuccess == SecureDTGetProperty(entry, "model", in PE_init_platform() [all …]
|
| H A D | pe_identify_machine.c | 83 if ((kSuccess != SecureDTGetProperty(cpu, "state", &value, &size)) || in pe_identify_machine() 89 if (SecureDTGetProperty(cpu, "timebase-frequency", &value, &size) == kSuccess) { in pe_identify_machine() 104 if (SecureDTGetProperty(cpu, "bus-frequency", &value, &size) == kSuccess) { in pe_identify_machine() 121 if (SecureDTGetProperty(cpu, "memory-frequency", &value, &size) == kSuccess) { in pe_identify_machine() 132 if (SecureDTGetProperty(cpu, "peripheral-frequency", &value, &size) == kSuccess) { in pe_identify_machine() 143 if (SecureDTGetProperty(cpu, "fixed-frequency", &value, &size) == kSuccess) { in pe_identify_machine() 151 if (SecureDTGetProperty(cpu, "clock-frequency", &value, &size) == kSuccess) { in pe_identify_machine() 191 SecureDTGetProperty(entryP, "device_type", (void const **)&tmpStr, &prop_size); in pe_arm_get_soc_base_phys() 195 SecureDTGetProperty(entryP, "ranges", (void const **)&ranges_prop, &prop_size); in pe_arm_get_soc_base_phys() 312 if (SecureDTGetProperty(entryP, entry_name, (void const **)®_prop, &prop_size) != kSuccess) { in pe_init_debug_command() [all …]
|
| H A D | pe_consistent_debug.c | 82 …if (SecureDTGetProperty(entryP, "consistent-debug-root", (void const **)&prop_data, &size) == kSuc… in PE_consistent_debug_inherit()
|
| H A D | pe_fiq.c | 93 error = SecureDTGetProperty(entry, "reg", &prop, &prop_size); in pe_init_fiq()
|
| /xnu-8020.140.41/bsd/kern/ |
| H A D | kern_csr.c | 59 if (SecureDTGetProperty(*entry, name, (const void**)&value, &size) != kSuccess) { in _csr_get_dt_bool() 78 if (SecureDTGetProperty(*entry, name, (const void**)&value, &size) != kSuccess) { in _csr_get_dt_uint64() 100 SecureDTGetProperty(*entry, name, &value, &size) == kSuccess && in _csr_dt_string_is_equal()
|
| H A D | kern_mib.c | 637 if (kSuccess == SecureDTGetProperty(chosen, "osenvironment", (void const **) &value, &size)) { in sysctl_load_devicetree_entries() 642 if (kSuccess == SecureDTGetProperty(chosen, "ephemeral-storage", (void const **) &value, &size)) { in sysctl_load_devicetree_entries() 650 …if (kSuccess == SecureDTGetProperty(chosen, "use-recovery-securityd", (void const **) &value, &siz… in sysctl_load_devicetree_entries()
|
| /xnu-8020.140.41/pexpert/gen/ |
| H A D | pe_gen.c | 95 if (SecureDTGetProperty(root, "target-is-fpga", &prop, &size) == kSuccess) { in pe_init_debug() 148 && (SecureDTGetProperty(entryP, "random-seed", in PE_get_random_seed()
|
| H A D | device_tree.c | 216 if (SecureDTGetProperty(child, "name", (void const **)&str, &dummy) != kSuccess) { in FindChild() 506 SecureDTGetProperty(const DTEntry entry, const char *propertyName, void const **propertyValue, unsi… in SecureDTGetProperty() function
|
| H A D | bootargs.c | 399 if (kSuccess != SecureDTGetProperty(dte, property_name, &property_data, &property_size)) { in PE_get_default()
|
| /xnu-8020.140.41/pexpert/i386/ |
| H A D | pe_init.c | 136 if (kSuccess == SecureDTGetProperty(entry, "BootCLUT", (void const **) &map, &size)) { in PE_init_iokit() 143 if (kSuccess == SecureDTGetProperty(entry, "Pict-FailedBoot", (void const **) &map, &size)) { in PE_init_iokit() 153 if (kSuccess == SecureDTGetProperty(entry, "FailedCLUT", (void const **) &map, &size)) { in PE_init_iokit() 157 if (kSuccess == SecureDTGetProperty(entry, "FailedImage", (void const **) &map, &size)) { in PE_init_iokit()
|
| /xnu-8020.140.41/osfmk/kern/ |
| H A D | machine.c | 876 …if (base != NULL && SecureDTGetProperty(base, dt_name, (const void **)&data, &data_size) == kSucce… in machine_timeout_init_with_suffix() 886 …if (chosen != NULL && SecureDTGetProperty(chosen, dt_name, (const void **)&data, &data_size) == kS… in machine_timeout_init_with_suffix() 914 …if (base != NULL && SecureDTGetProperty(base, scale_name, (const void **)&scale_data, &scale_size)… in machine_timeout_init_with_suffix() 924 …if (chosen != NULL && SecureDTGetProperty(chosen, scale_name, (const void **)&scale_data, &scale_s… in machine_timeout_init_with_suffix() 943 …if (SecureDTGetProperty(base, "global-scale", (const void **)&scale_data, &scale_size) == kSuccess… in machine_timeout_init_with_suffix() 954 …if (SecureDTGetProperty(chosen, "global-scale", (const void **)&scale_data, &scale_size) == kSucce… in machine_timeout_init_with_suffix()
|
| H A D | startup.c | 338 …if (base != NULL && SecureDTGetProperty(base, spec->dt_name, (const void **)&data, &data_size) == … in kernel_startup_tunable_dt_init()
|
| H A D | debug.c | 1934 …if (base != NULL && SecureDTGetProperty(base, "awl-scratch-supported", (const void **)&data, &data…
|
| /xnu-8020.140.41/osfmk/i386/ |
| H A D | tsc.c | 113 if (SecureDTGetProperty(entry, "InitialTSC", &value, &size) == kSuccess) { in EFI_get_frequency() 121 if (SecureDTGetProperty(entry, prop, &value, &size) != kSuccess) { in EFI_get_frequency()
|
| /xnu-8020.140.41/pexpert/pexpert/ |
| H A D | device_tree.h | 249 extern int SecureDTGetProperty(const DTEntry entry, const char *propertyName,
|
| /xnu-8020.140.41/osfmk/arm/ |
| H A D | arm_init.c | 607 …if (SecureDTGetProperty(chosen, "dram-base", (void const **)&dram_base, &dt_entry_size) != kSucces… in arm_init() 611 …if (SecureDTGetProperty(chosen, "dram-size", (void const **)&dram_size, &dt_entry_size) != kSucces… in arm_init()
|
| H A D | machine_routines.c | 425 if (kSuccess != SecureDTGetProperty(child, "state", &prop, &propSize)) { in ml_parse_cpu_topology() 433 assert(kSuccess == SecureDTGetProperty(child, "reg", &prop, &propSize)); in ml_parse_cpu_topology()
|
| H A D | arm_vm_init.c | 505 …err = SecureDTGetProperty(memory_map, "TrustCache", (const void**)&trustCacheRange, &trustCacheRan… in arm_vm_init()
|
| /xnu-8020.140.41/osfmk/arm/pmap/ |
| H A D | pmap_data.c | 2003 if (kSuccess == SecureDTGetProperty(entry, "pmap-pv-count", &prop, &prop_size)) { in pmap_compute_pv_targets() 2010 if (kSuccess == SecureDTGetProperty(entry, "pmap-kern-pv-count", &prop, &prop_size)) { in pmap_compute_pv_targets() 2017 if (kSuccess == SecureDTGetProperty(entry, "pmap-kern-pv-min", &prop, &prop_size)) { in pmap_compute_pv_targets() 3464 if (kSuccess != SecureDTGetProperty(entry, "pmap-io-ranges", &prop, &prop_size)) { in pmap_compute_io_rgns() 3555 err = SecureDTGetProperty(entry, "pmap-io-ranges", &prop, &prop_size); in pmap_load_io_rgns()
|
| /xnu-8020.140.41/bsd/dev/arm64/ |
| H A D | sysctl.c | 234 if (kSuccess != SecureDTGetProperty(node, "product-soc-name", (void const **) &value, &size)) { in sysctl_load_brand_string()
|
| /xnu-8020.140.41/osfmk/arm64/ |
| H A D | cpu.c | 1202 if (kSuccess == SecureDTGetProperty(entry, "effective-production-status-ap", &prop, &size)) { in cpu_machine_idle_init() 1266 if (kSuccess != SecureDTGetProperty(entry, "reg", (const void **)&prop, (unsigned int *)&size)) { in sleep_token_buffer_init()
|
| H A D | machine_routines.c | 842 if (SecureDTGetProperty(entry, propertyName, &prop, &propSize) == kSuccess) { in ml_readprop() 868 if (SecureDTGetProperty(entry, propertyName, (void const **)&prop, &propSize) != kSuccess) { in ml_read_reg_range() 887 if (SecureDTGetProperty(entry, "state", &prop, &propSize) != kSuccess) { in ml_is_boot_cpu()
|
| H A D | arm_vm_init.c | 1274 …err = SecureDTGetProperty(memory_map, "TrustCache", (void const **)&trustCacheRange, &trustCacheRa… in arm_vm_prot_init() 1307 err = SecureDTGetProperty(memory_map, "AuxKC", (const void**)&auxKC_range, in arm_vm_prot_init() 1313 err = SecureDTGetProperty(memory_map, "AuxKC-mach_header", in arm_vm_prot_init()
|
| /xnu-8020.140.41/iokit/Kernel/ |
| H A D | IODeviceTreeSupport.cpp | 180 && (kSuccess == SecureDTGetProperty( mapEntry, in IODeviceTreeAlloc() 418 kernelOnly = (kSuccess == SecureDTGetProperty(dtEntry, "kernel-only", &prop, &propSize)); in MakeReferenceTable() 422 if (kSuccess != SecureDTGetProperty( dtEntry, name, &prop, &propSize )) { in MakeReferenceTable()
|