Searched refs:SecureDTFindEntry (Results 1 – 6 of 6) sorted by relevance
| /xnu-11215.81.4/pexpert/arm/ |
| H A D | pe_identify_machine.c | 170 if (SecureDTFindEntry("name", "arm-io", &entryP) == kSuccess) { in pe_arm_get_soc_base_phys() 206 if (SecureDTFindEntry("interrupt-controller", "master", &entryP) == kSuccess) { in pe_arm_map_interrupt_controller() 217 if (SecureDTFindEntry("device_type", "timer", &entryP) == kSuccess) { in pe_arm_map_interrupt_controller()
|
| H A D | pe_init.c | 452 if (kSuccess == (SecureDTFindEntry("name", "device-tree", &entry))) { in PE_init_platform() 462 if (kSuccess == (SecureDTFindEntry("name", "device-tree", &entry))) { in PE_init_platform()
|
| /xnu-11215.81.4/pexpert/pexpert/ |
| H A D | device_tree.h | 171 extern int SecureDTFindEntry(const char *propName, const char *propValue, DTEntry *entryH);
|
| /xnu-11215.81.4/pexpert/arm/hwtrace/ |
| H A D | hwtrace.c | 528 if (SecureDTFindEntry("device_type", "cpu-debug-interface", &entryP) == kSuccess) { in pe_arm_init_debug()
|
| /xnu-11215.81.4/pexpert/gen/ |
| H A D | device_tree.c | 283 SecureDTFindEntry(const char *propName, const char *propValue, DTEntry *entryH) in SecureDTFindEntry() function
|
| /xnu-11215.81.4/osfmk/arm64/ |
| H A D | machine_routines.c | 1112 if ((SecureDTFindEntry("name", "arm-io", &entryP) == kSuccess)) { in ml_read_chip_revision()
|