Searched refs:fdt_boot_cpuid_phys (Results 1 – 6 of 6) sorted by relevance
212 #define fdt_boot_cpuid_phys(fdt) (fdt_get_header(fdt, boot_cpuid_phys)) macro
475 fdt_set_boot_cpuid_phys(buf, fdt_boot_cpuid_phys(fdt)); in fdt_open_into()
1150 ut_assert_nextline("boot_cpuid_phys:\t0x%x", fdt_boot_cpuid_phys(fdt)); in fdt_test_header()1165 fdt_test_header_get(uts, "boot_cpuid_phys", fdt_boot_cpuid_phys(fdt)); in fdt_test_header()
596 fdt_boot_cpuid_phys(working_fdt)); in do_fdt()
265 fdt_boot_cpuid_phys(blob)); in display_fdt_by_regions()
267 return fdt_boot_cpuid_phys(self._fdt)1110 uint32_t fdt_boot_cpuid_phys(const void *fdt);
Completed in 15 milliseconds