HomeSort by: relevance | last modified time | path
    Searched refs:fdt_boot_cpuid_phys (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl2/dtc/dist/tests/
boot-cpuid.c 31 if (fdt_boot_cpuid_phys(fdt) != cpuid)
33 fdt_boot_cpuid_phys(fdt), cpuid);
dtbs_equal_ordered.c 155 cpuid1 = fdt_boot_cpuid_phys(fdt1);
156 cpuid2 = fdt_boot_cpuid_phys(fdt2);
mangle-layout.c 47 fdt_set_boot_cpuid_phys(buf->buf, fdt_boot_cpuid_phys(fdt));
dtbs_equal_unordered.c 225 cpuid1 = fdt_boot_cpuid_phys(fdt1);
226 cpuid2 = fdt_boot_cpuid_phys(fdt2);
dtb_reverse.c 140 fdt_set_boot_cpuid_phys(out, fdt_boot_cpuid_phys(in));
  /src/external/gpl2/dtc/dist/pylibfdt/
libfdt.i 263 return fdt_boot_cpuid_phys(self._fdt)
1105 uint32_t fdt_boot_cpuid_phys(const void *fdt);
  /src/sys/external/bsd/libfdt/dist/
fdt_rw.c 461 fdt_set_boot_cpuid_phys(buf, fdt_boot_cpuid_phys(fdt));
libfdt.h 245 #define fdt_boot_cpuid_phys(fdt) (fdt_get_header(fdt, boot_cpuid_phys)) macro

Completed in 31 milliseconds