Home
last modified time | relevance | path

Searched refs:boot_cpuid_phys (Results 1 – 7 of 7) sorted by relevance

/scripts/dtc/
Dflattree.c340 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()
Ddtc.h242 uint32_t boot_cpuid_phys; member
246 struct node *tree, uint32_t boot_cpuid_phys);
Dfdtdump.c77 fdt32_to_cpu(bph->boot_cpuid_phys)); in dump_blob()
Dlivetree.c339 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()
Ddtc.c230 bi->boot_cpuid_phys = cmdline_boot_cpuid; in main()
/scripts/dtc/libfdt/
Dfdt.h16 uint32_t boot_cpuid_phys; /* Which physical CPU id we're member
Dlibfdt.h152 #define fdt_boot_cpuid_phys(fdt) (fdt_get_header(fdt, boot_cpuid_phys))
169 __fdt_set_hdr(boot_cpuid_phys);