| /xnu-11417.121.6/pexpert/arm/ |
| H A D | pe_identify_machine.c | 64 if ((kSuccess != SecureDTGetProperty(cpu, "state", &value, &size)) || in pe_identify_machine() 70 if (SecureDTGetProperty(cpu, "timebase-frequency", &value, &size) == kSuccess) { in pe_identify_machine() 85 if (SecureDTGetProperty(cpu, "bus-frequency", &value, &size) == kSuccess) { in pe_identify_machine() 102 if (SecureDTGetProperty(cpu, "memory-frequency", &value, &size) == kSuccess) { in pe_identify_machine() 113 if (SecureDTGetProperty(cpu, "peripheral-frequency", &value, &size) == kSuccess) { in pe_identify_machine() 124 if (SecureDTGetProperty(cpu, "fixed-frequency", &value, &size) == kSuccess) { in pe_identify_machine() 132 if (SecureDTGetProperty(cpu, "clock-frequency", &value, &size) == kSuccess) { in pe_identify_machine() 172 SecureDTGetProperty(entryP, "device_type", (void const **)&tmpStr, &prop_size); in pe_arm_get_soc_base_phys() 176 SecureDTGetProperty(entryP, "ranges", (void const **)&ranges_prop, &prop_size); in pe_arm_get_soc_base_phys() 208 SecureDTGetProperty(entryP, "reg", (void const **)®_prop, &prop_size); in pe_arm_map_interrupt_controller() [all …]
|
| H A D | pe_init.c | 141 if (kSuccess != SecureDTGetProperty(entry, "reg", (void const **)®_prop, &size)) { in check_for_panic_log() 149 …if (kSuccess != SecureDTGetProperty(chosen, "embedded-panic-log-size", (void const **) &panic_regi… in check_for_panic_log() 274 if (kSuccess == SecureDTGetProperty(entry, "BootCLUT", (void const **) &map, &size)) { in PE_init_iokit() 278 if (kSuccess == SecureDTGetProperty(entry, "Pict-FailedBoot", (void const **) &map, &size)) { in PE_init_iokit() 349 if (kSuccess == SecureDTGetProperty(entry, "start-time", (void const **)&value_ptr, &size)) { in PE_init_iokit() 355 …if (kSuccess == SecureDTGetProperty(entry, "debug-wait-start", (void const **)&value_ptr, &size)) { in PE_init_iokit() 361 …if (kSuccess == SecureDTGetProperty(entry, "load-kernel-start", (void const **)&value_ptr, &size))… in PE_init_iokit() 367 …if (kSuccess == SecureDTGetProperty(entry, "populate-registry-time", (void const **)&value_ptr, &s… in PE_init_iokit() 452 if (kSuccess == SecureDTGetProperty(entry, "target-type", in PE_init_platform() 462 if (kSuccess == SecureDTGetProperty(entry, "model", in PE_init_platform() [all …]
|
| H A D | pe_serial.c | 402 if (SecureDTGetProperty(devicetree_node, "reg", (const void **)®, ®_size) != kSuccess) { in apple_uart_setup() 414 if (SecureDTGetProperty(devicetree_node, "interrupts", &unused, &unused_size) == kSuccess) { in apple_uart_setup() 457 if (SecureDTGetProperty(devicetree_node, "reg", (const void **)®, ®_size) != kSuccess) { in dockchannel_setup() 470 …if (SecureDTGetProperty(devicetree_node, "max-aop-clk", (const void **)&max_aop_clk, &max_aop_clk_… in dockchannel_setup() 478 …if (SecureDTGetProperty(devicetree_node, "enable-sw-drain", (const void **)&enable_sw_drain, &enab… in dockchannel_setup() 486 …if (SecureDTGetProperty(devicetree_node, "dock-wstat-mask", (const void **)&_dock_wstat_mask, &doc… in dockchannel_setup() 494 if (SecureDTGetProperty(devicetree_node, "interrupts", &unused, &unused_size) == kSuccess) { in dockchannel_setup() 719 if (SecureDTGetProperty(devicetree_node, "reg", (const void **)®, ®_size) != kSuccess) { in pl011_uart_setup() 837 …if (SecureDTGetProperty(defaults_node, "serial-device", (const void **)&defaults_phandle, &default… in get_serial_device_phandle() 864 …if (SecureDTGetProperty(serial_device_node, "AAPL,phandle", (const void **)&node_phandle, &node_ph… in get_serial_device_phandle() [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 | 89 error = SecureDTGetProperty(entry, "reg", &prop, &prop_size); in pe_init_fiq()
|
| /xnu-11417.121.6/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_trustcache.c | 365 err = SecureDTGetProperty(node, "iboot-build-variant", (const void **)&variant, &size); in is_internal_iBoot() 1189 err = SecureDTGetProperty(memory_map, "TrustCache", (const void **)&tc_range, &tc_dt_prop_length); in load_static_trust_cache()
|
| H A D | kern_mib.c | 716 if (kSuccess == SecureDTGetProperty(chosen, "osenvironment", (void const **) &value, &size)) { in sysctl_load_devicetree_entries() 721 if (kSuccess == SecureDTGetProperty(chosen, "ephemeral-storage", (void const **) &value, &size)) { in sysctl_load_devicetree_entries() 729 …if (kSuccess == SecureDTGetProperty(chosen, "use-recovery-securityd", (void const **) &value, &siz… in sysctl_load_devicetree_entries()
|
| /xnu-11417.121.6/pexpert/arm/hwtrace/ |
| H A D | hwtrace.c | 209 if (SecureDTGetProperty(entryP, entry_name, (void const **)®_prop, &prop_size) != kSuccess) { in pe_init_debug_command() 354 SecureDTGetProperty(ent, "stress-rack", &propP, &size) == kSuccess) { in panic_trace_apply_stress_rack_policy() 386 SecureDTGetProperty(ent, "unique-chip-id", &ecid, &size) != kSuccess) { in panic_trace_apply_partial_policy() 526 if (SecureDTGetProperty(entryP, "reg", (void const **)®_prop, &prop_size) == kSuccess) { in pe_arm_debug_init_early()
|
| /xnu-11417.121.6/pexpert/gen/ |
| H A D | pe_gen.c | 99 if (SecureDTGetProperty(root, "target-is-fpga", &prop, &size) == kSuccess) { in pe_init_debug() 178 || (SecureDTGetProperty(entryP, "random-seed", in PE_get_random_seed()
|
| H A D | device_tree.c | 217 if (SecureDTGetProperty(child, "name", (void const **)&str, &dummy) != kSuccess) { in FindChild() 628 SecureDTGetProperty(const DTEntry entry, const char *propertyName, void const **propertyValue, unsi… in SecureDTGetProperty() function
|
| H A D | bootargs.c | 523 if (kSuccess != SecureDTGetProperty(dte, property_name, &property_data, &property_size)) { in PE_get_default()
|
| /xnu-11417.121.6/pexpert/i386/ |
| H A D | pe_init.c | 137 if (kSuccess == SecureDTGetProperty(entry, "BootCLUT", (void const **) &map, &size)) { in PE_init_iokit() 144 if (kSuccess == SecureDTGetProperty(entry, "Pict-FailedBoot", (void const **) &map, &size)) { in PE_init_iokit() 154 if (kSuccess == SecureDTGetProperty(entry, "FailedCLUT", (void const **) &map, &size)) { in PE_init_iokit() 158 if (kSuccess == SecureDTGetProperty(entry, "FailedImage", (void const **) &map, &size)) { in PE_init_iokit()
|
| /xnu-11417.121.6/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-11417.121.6/osfmk/arm/ |
| H A D | arm_init.c | 397 if (SecureDTGetProperty(chosen, "xnu_platform_stall", (void const **)&platform_stall_ptr, in arm_init() 542 …if (SecureDTGetProperty(chosen, "dram-base", (void const **)&dram_base, &dt_entry_size) != kSucces… in arm_init() 546 …if (SecureDTGetProperty(chosen, "dram-size", (void const **)&dram_size, &dt_entry_size) != kSucces… in arm_init()
|
| /xnu-11417.121.6/pexpert/pexpert/ |
| H A D | device_tree.h | 303 extern int SecureDTGetProperty(const DTEntry entry, const char *propertyName,
|
| /xnu-11417.121.6/osfmk/kern/ |
| H A D | machine.c | 1429 …if (base != NULL && SecureDTGetProperty(base, dt_name, (const void **)&data, &data_size) == kSucce… in machine_timeout_init_with_suffix() 1439 …if (chosen != NULL && SecureDTGetProperty(chosen, dt_name, (const void **)&data, &data_size) == kS… in machine_timeout_init_with_suffix() 1466 …if (base != NULL && SecureDTGetProperty(base, scale_name, (const void **)&scale_data, &scale_size)… in machine_timeout_init_with_suffix() 1475 …if (chosen != NULL && SecureDTGetProperty(chosen, scale_name, (const void **)&scale_data, &scale_s… in machine_timeout_init_with_suffix() 1494 …if (SecureDTGetProperty(base, "global-scale", (const void **)&scale_data, &scale_size) == kSuccess… in machine_timeout_init_with_suffix() 1505 …if (SecureDTGetProperty(chosen, "global-scale", (const void **)&scale_data, &scale_size) == kSucce… in machine_timeout_init_with_suffix()
|
| H A D | startup.c | 337 …if (base != NULL && SecureDTGetProperty(base, spec->dt_name, (const void **)&data, &data_size) == … in kernel_startup_tunable_dt_source_init() 386 …if (base != NULL && SecureDTGetProperty(base, spec->dt_name, (const void **)&data, &data_size) == … in kernel_startup_tunable_dt_init()
|
| /xnu-11417.121.6/osfmk/arm64/sptm/ |
| H A D | arm_init_sptm.c | 741 if (SecureDTGetProperty(chosen, "xnu_platform_stall", (void const **)&platform_stall_ptr, in arm_init() 985 …if (SecureDTGetProperty(chosen, "dram-base", (void const **)&dram_base, &dt_entry_size) != kSucces… in arm_init() 989 …if (SecureDTGetProperty(chosen, "dram-size", (void const **)&dram_size, &dt_entry_size) != kSucces… in arm_init() 1321 err = SecureDTGetProperty(memory_map, BootKC_Properties[i], (void const **)&range, &rangeSize); in arm_get_bootkc_ranges_from_DT() 1389 …err = SecureDTGetProperty(memory_map, "TrustCache", (void const **)&trustCacheRange, &trustCacheRa… in arm_vm_prot_init()
|
| /xnu-11417.121.6/osfmk/arm/pmap/ |
| H A D | pmap_data.c | 2112 if (kSuccess == SecureDTGetProperty(entry, "pmap-pv-count", &prop, &prop_size)) { in pmap_compute_pv_targets() 2119 if (kSuccess == SecureDTGetProperty(entry, "pmap-kern-pv-count", &prop, &prop_size)) { in pmap_compute_pv_targets() 2126 if (kSuccess == SecureDTGetProperty(entry, "pmap-kern-pv-min", &prop, &prop_size)) { in pmap_compute_pv_targets() 3578 if (kSuccess != SecureDTGetProperty(entry, "pmap-io-ranges", &prop, &prop_size)) { in pmap_compute_io_rgns() 3669 err = SecureDTGetProperty(entry, "pmap-io-ranges", &prop, &prop_size); in pmap_load_io_rgns() 3781 if (kSuccess != SecureDTGetProperty(entry, "pmap-io-filters", &prop, &prop_size)) { in pmap_compute_io_filters() 3900 err = SecureDTGetProperty(entry, "pmap-io-filters", &prop, &prop_size); in pmap_load_io_filters()
|
| /xnu-11417.121.6/osfmk/arm64/sptm/pmap/ |
| H A D | pmap_data.c | 1121 if (kSuccess == SecureDTGetProperty(entry, "pmap-pv-count", &prop, &prop_size)) { in pmap_compute_pv_targets() 1128 if (kSuccess == SecureDTGetProperty(entry, "pmap-kern-pv-count", &prop, &prop_size)) { in pmap_compute_pv_targets() 1135 if (kSuccess == SecureDTGetProperty(entry, "pmap-kern-pv-min", &prop, &prop_size)) { in pmap_compute_pv_targets()
|
| /xnu-11417.121.6/bsd/dev/arm64/ |
| H A D | sysctl.c | 238 if (kSuccess != SecureDTGetProperty(node, "product-soc-name", (void const **) &value, &size)) { in sysctl_load_brand_string()
|
| /xnu-11417.121.6/osfmk/arm64/ |
| H A D | cpu.c | 1214 if (kSuccess == SecureDTGetProperty(entry, "effective-production-status-ap", &prop, &size)) { in cpu_machine_idle_init() 1282 if (kSuccess != SecureDTGetProperty(entry, "reg", (const void **)&prop, (unsigned int *)&size)) { in sleep_token_buffer_init()
|
| H A D | machine_routines.c | 1015 if (SecureDTGetProperty(entry, propertyName, &prop, &propSize) == kSuccess) { in ml_readprop() 1041 if (SecureDTGetProperty(entry, propertyName, (void const **)&prop, &propSize) != kSuccess) { in ml_read_reg_range() 1060 if (SecureDTGetProperty(entry, "state", &prop, &propSize) != kSuccess) { in ml_is_boot_cpu()
|
| /xnu-11417.121.6/iokit/Kernel/ |
| H A D | IODeviceTreeSupport.cpp | 190 && (kSuccess == SecureDTGetProperty( mapEntry, in IODeviceTreeAlloc() 445 kernelOnly = (kSuccess == SecureDTGetProperty(dtEntry, "kernel-only", &prop, &propSize)); in MakeReferenceTable() 449 if (kSuccess != SecureDTGetProperty( dtEntry, name, &prop, &propSize )) { in MakeReferenceTable()
|