HomeSort by relevance Sort by last modified time
    Searched defs:boot_cpuid_phys (Results 1 - 6 of 6) sorted by null

  /device/linaro/bootloader/edk2/EmbeddedPkg/Include/
fdt.h 67 fdt32_t boot_cpuid_phys; /* Which physical CPU id we're member in struct:fdt_header
libfdt.h 174 #define fdt_boot_cpuid_phys(fdt) (fdt_get_header(fdt, boot_cpuid_phys))
191 __fdt_set_hdr(boot_cpuid_phys); variable
    [all...]
  /external/dtc/libfdt/
fdt.h 67 fdt32_t boot_cpuid_phys; /* Which physical CPU id we're member in struct:fdt_header
libfdt.h 223 #define fdt_boot_cpuid_phys(fdt) (fdt_get_header(fdt, boot_cpuid_phys))
240 __fdt_set_hdr(boot_cpuid_phys); variable
    [all...]
  /external/dtc/
dtc.h 247 uint32_t boot_cpuid_phys; member in struct:dt_info
258 struct node *tree, uint32_t boot_cpuid_phys);
flattree.c 331 int boot_cpuid_phys)
353 fdt->boot_cpuid_phys = cpu_to_fdt32(boot_cpuid_phys);
385 dti->boot_cpuid_phys);
500 fprintf(f, "\t/* boot_cpuid_phys */\n");
501 asm_emit_cell(f, dti->boot_cpuid_phys);
814 uint32_t magic, totalsize, version, size_dt, boot_cpuid_phys; local
886 boot_cpuid_phys = fdt32_to_cpu(fdt->boot_cpuid_phys);
939 return build_dt_info(DTSF_V1, reservelist, tree, boot_cpuid_phys);
    [all...]

Completed in 421 milliseconds