Searched refs:boot_cpuid_phys (Results 1 – 7 of 7) sorted by relevance
/scripts/dtc/ |
D | flattree.c | 340 int boot_cpuid_phys) in make_fdt_header() argument 362 fdt->boot_cpuid_phys = cpu_to_fdt32(boot_cpuid_phys); in make_fdt_header() 394 bi->boot_cpuid_phys); in dt_to_blob() 503 asm_emit_cell(f, bi->boot_cpuid_phys); in dt_to_asm() 807 uint32_t magic, totalsize, version, size_dt, boot_cpuid_phys; in dt_from_blob() local 879 boot_cpuid_phys = fdt32_to_cpu(fdt->boot_cpuid_phys); in dt_from_blob() 932 return build_boot_info(reservelist, tree, boot_cpuid_phys); in dt_from_blob()
|
D | dtc.h | 242 uint32_t boot_cpuid_phys; member 246 struct node *tree, uint32_t boot_cpuid_phys);
|
D | fdtdump.c | 77 fdt32_to_cpu(bph->boot_cpuid_phys)); in dump_blob()
|
D | livetree.c | 339 struct node *tree, uint32_t boot_cpuid_phys) in build_boot_info() argument 346 bi->boot_cpuid_phys = boot_cpuid_phys; in build_boot_info()
|
D | dtc.c | 230 bi->boot_cpuid_phys = cmdline_boot_cpuid; in main()
|
/scripts/dtc/libfdt/ |
D | fdt.h | 16 uint32_t boot_cpuid_phys; /* Which physical CPU id we're member
|
D | libfdt.h | 152 #define fdt_boot_cpuid_phys(fdt) (fdt_get_header(fdt, boot_cpuid_phys)) 169 __fdt_set_hdr(boot_cpuid_phys);
|