Home
last modified time | relevance | path

Searched refs:SecureDTGetProperty (Results 1 – 25 of 26) sorted by relevance

12

/xnu-8792.41.9/pexpert/arm/
H A Dpe_serial.c763 SecureDTGetProperty(entryP, "reg", (void const **)&reg_prop, &prop_size); in serial_init()
767 SecureDTGetProperty(entryP, "reg", (void const **)&reg_prop, &prop_size); in serial_init()
777 SecureDTGetProperty(entryP, "reg", (void const **)&reg_prop, &prop_size); in serial_init()
789 SecureDTGetProperty(entryP, "reg", (void const **)&reg_prop, &prop_size); in serial_init()
800 SecureDTGetProperty(entryP, "max-aop-clk", (void const **)&prop_value, &prop_size); in serial_init()
803 SecureDTGetProperty(entryP, "enable-sw-drain", (void const **)&prop_value, &prop_size); in serial_init()
806 SecureDTGetProperty(entryP, "dock-wstat-mask", (void const **)&prop_value, &prop_size); in serial_init()
809 SecureDTGetProperty(entryP, "interrupts", (void const **)&prop_value, &prop_size); in serial_init()
834 SecureDTGetProperty(entryP, "reg", (void const **)&reg_prop, &prop_size); in serial_init()
836 SecureDTGetProperty(entryP, "compatible", (void const **)&serial_compat, &prop_size); in serial_init()
[all …]
H A Dpe_init.c124 if (kSuccess != SecureDTGetProperty(entry, "reg", (void const **)&reg_prop, &size)) { in check_for_panic_log()
132 …if (kSuccess != SecureDTGetProperty(chosen, "embedded-panic-log-size", (void const **) &panic_regi… in check_for_panic_log()
257 if (kSuccess == SecureDTGetProperty(entry, "BootCLUT", (void const **) &map, &size)) { in PE_init_iokit()
261 if (kSuccess == SecureDTGetProperty(entry, "Pict-FailedBoot", (void const **) &map, &size)) { in PE_init_iokit()
332 if (kSuccess == SecureDTGetProperty(entry, "start-time", (void const **)&value_ptr, &size)) { in PE_init_iokit()
338 …if (kSuccess == SecureDTGetProperty(entry, "debug-wait-start", (void const **)&value_ptr, &size)) { in PE_init_iokit()
344 …if (kSuccess == SecureDTGetProperty(entry, "load-kernel-start", (void const **)&value_ptr, &size))… in PE_init_iokit()
350 …if (kSuccess == SecureDTGetProperty(entry, "populate-registry-time", (void const **)&value_ptr, &s… in PE_init_iokit()
431 if (kSuccess == SecureDTGetProperty(entry, "target-type", in PE_init_platform()
441 if (kSuccess == SecureDTGetProperty(entry, "model", in PE_init_platform()
[all …]
H A Dpe_identify_machine.c79 if ((kSuccess != SecureDTGetProperty(cpu, "state", &value, &size)) || in pe_identify_machine()
85 if (SecureDTGetProperty(cpu, "timebase-frequency", &value, &size) == kSuccess) { in pe_identify_machine()
100 if (SecureDTGetProperty(cpu, "bus-frequency", &value, &size) == kSuccess) { in pe_identify_machine()
117 if (SecureDTGetProperty(cpu, "memory-frequency", &value, &size) == kSuccess) { in pe_identify_machine()
128 if (SecureDTGetProperty(cpu, "peripheral-frequency", &value, &size) == kSuccess) { in pe_identify_machine()
139 if (SecureDTGetProperty(cpu, "fixed-frequency", &value, &size) == kSuccess) { in pe_identify_machine()
147 if (SecureDTGetProperty(cpu, "clock-frequency", &value, &size) == kSuccess) { in pe_identify_machine()
187 SecureDTGetProperty(entryP, "device_type", (void const **)&tmpStr, &prop_size); in pe_arm_get_soc_base_phys()
191 SecureDTGetProperty(entryP, "ranges", (void const **)&ranges_prop, &prop_size); in pe_arm_get_soc_base_phys()
301 if (SecureDTGetProperty(entryP, entry_name, (void const **)&reg_prop, &prop_size) != kSuccess) { in pe_init_debug_command()
[all …]
H A Dpe_consistent_debug.c82 …if (SecureDTGetProperty(entryP, "consistent-debug-root", (void const **)&prop_data, &size) == kSuc… in PE_consistent_debug_inherit()
H A Dpe_fiq.c89 error = SecureDTGetProperty(entry, "reg", &prop, &prop_size); in pe_init_fiq()
/xnu-8792.41.9/bsd/kern/
H A Dkern_csr.c59 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 Dkern_mib.c643 if (kSuccess == SecureDTGetProperty(chosen, "osenvironment", (void const **) &value, &size)) { in sysctl_load_devicetree_entries()
648 if (kSuccess == SecureDTGetProperty(chosen, "ephemeral-storage", (void const **) &value, &size)) { in sysctl_load_devicetree_entries()
656 …if (kSuccess == SecureDTGetProperty(chosen, "use-recovery-securityd", (void const **) &value, &siz… in sysctl_load_devicetree_entries()
H A Dkern_trustcache.c765 err = SecureDTGetProperty(memory_map, "TrustCache", (const void **)&tc_range, &tc_dt_prop_length); in load_static_trust_cache()
/xnu-8792.41.9/pexpert/gen/
H A Dpe_gen.c95 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 Ddevice_tree.c216 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 Dbootargs.c512 if (kSuccess != SecureDTGetProperty(dte, property_name, &property_data, &property_size)) { in PE_get_default()
/xnu-8792.41.9/pexpert/i386/
H A Dpe_init.c136 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-8792.41.9/osfmk/i386/
H A Dtsc.c113 if (SecureDTGetProperty(entry, "InitialTSC", &value, &size) == kSuccess) { in EFI_get_frequency()
121 if (SecureDTGetProperty(entry, prop, &value, &size) != kSuccess) { in EFI_get_frequency()
/xnu-8792.41.9/osfmk/arm/
H A Darm_init.c381 if (SecureDTGetProperty(chosen, "xnu_platform_stall", (void const **)&platform_stall_ptr, in arm_init()
610 …if (SecureDTGetProperty(chosen, "dram-base", (void const **)&dram_base, &dt_entry_size) != kSucces… in arm_init()
614 …if (SecureDTGetProperty(chosen, "dram-size", (void const **)&dram_size, &dt_entry_size) != kSucces… in arm_init()
/xnu-8792.41.9/osfmk/kern/
H A Dmachine.c1245 …if (base != NULL && SecureDTGetProperty(base, dt_name, (const void **)&data, &data_size) == kSucce… in machine_timeout_init_with_suffix()
1255 …if (chosen != NULL && SecureDTGetProperty(chosen, dt_name, (const void **)&data, &data_size) == kS… in machine_timeout_init_with_suffix()
1283 …if (base != NULL && SecureDTGetProperty(base, scale_name, (const void **)&scale_data, &scale_size)… in machine_timeout_init_with_suffix()
1293 …if (chosen != NULL && SecureDTGetProperty(chosen, scale_name, (const void **)&scale_data, &scale_s… in machine_timeout_init_with_suffix()
1312 …if (SecureDTGetProperty(base, "global-scale", (const void **)&scale_data, &scale_size) == kSuccess… in machine_timeout_init_with_suffix()
1323 …if (SecureDTGetProperty(chosen, "global-scale", (const void **)&scale_data, &scale_size) == kSucce… in machine_timeout_init_with_suffix()
H A Dstartup.c331 …if (base != NULL && SecureDTGetProperty(base, spec->dt_name, (const void **)&data, &data_size) == … in kernel_startup_tunable_dt_init()
H A Ddebug.c2077 …if (base != NULL && SecureDTGetProperty(base, "awl-scratch-supported", (const void **)&data, &data…
/xnu-8792.41.9/pexpert/pexpert/
H A Ddevice_tree.h249 extern int SecureDTGetProperty(const DTEntry entry, const char *propertyName,
/xnu-8792.41.9/osfmk/arm/pmap/
H A Dpmap_data.c2075 if (kSuccess == SecureDTGetProperty(entry, "pmap-pv-count", &prop, &prop_size)) { in pmap_compute_pv_targets()
2082 if (kSuccess == SecureDTGetProperty(entry, "pmap-kern-pv-count", &prop, &prop_size)) { in pmap_compute_pv_targets()
2089 if (kSuccess == SecureDTGetProperty(entry, "pmap-kern-pv-min", &prop, &prop_size)) { in pmap_compute_pv_targets()
3540 if (kSuccess != SecureDTGetProperty(entry, "pmap-io-ranges", &prop, &prop_size)) { in pmap_compute_io_rgns()
3631 err = SecureDTGetProperty(entry, "pmap-io-ranges", &prop, &prop_size); in pmap_load_io_rgns()
3722 if (kSuccess != SecureDTGetProperty(entry, "pmap-io-filters", &prop, &prop_size)) { in pmap_compute_io_filters()
3841 err = SecureDTGetProperty(entry, "pmap-io-filters", &prop, &prop_size); in pmap_load_io_filters()
/xnu-8792.41.9/bsd/dev/arm64/
H A Dsysctl.c234 if (kSuccess != SecureDTGetProperty(node, "product-soc-name", (void const **) &value, &size)) { in sysctl_load_brand_string()
/xnu-8792.41.9/osfmk/arm64/
H A Dcpu.c1188 if (kSuccess == SecureDTGetProperty(entry, "effective-production-status-ap", &prop, &size)) { in cpu_machine_idle_init()
1252 if (kSuccess != SecureDTGetProperty(entry, "reg", (const void **)&prop, (unsigned int *)&size)) { in sleep_token_buffer_init()
H A Dmachine_routines.c865 if (SecureDTGetProperty(entry, propertyName, &prop, &propSize) == kSuccess) { in ml_readprop()
891 if (SecureDTGetProperty(entry, propertyName, (void const **)&prop, &propSize) != kSuccess) { in ml_read_reg_range()
910 if (SecureDTGetProperty(entry, "state", &prop, &propSize) != kSuccess) { in ml_is_boot_cpu()
H A Darm_vm_init.c1289 …err = SecureDTGetProperty(memory_map, "TrustCache", (void const **)&trustCacheRange, &trustCacheRa… in arm_vm_prot_init()
1335 err = SecureDTGetProperty(memory_map, "AuxKC", (const void**)&auxKC_range, in arm_vm_prot_init()
1341 err = SecureDTGetProperty(memory_map, "AuxKC-mach_header", in arm_vm_prot_init()
/xnu-8792.41.9/iokit/Kernel/
H A DIODeviceTreeSupport.cpp180 && (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()
/xnu-8792.41.9/osfmk/vm/
H A Dvm_compressor.c964 …if (kSuccess == SecureDTGetProperty(chosen, "osenvironment", (void const **) &osenvironment, &size… in osenvironment_is_diagnostics()

12