Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/build/scripts/dtc/
H A Dflattree.c337 int boot_cpuid_phys) in make_fdt_header() argument
359 fdt->boot_cpuid_phys = cpu_to_fdt32(boot_cpuid_phys); in make_fdt_header()
391 bi->boot_cpuid_phys); in dt_to_blob()
500 asm_emit_cell(f, bi->boot_cpuid_phys); in dt_to_asm()
806 uint32_t magic, totalsize, version, size_dt, boot_cpuid_phys; in dt_from_blob() local
878 boot_cpuid_phys = fdt32_to_cpu(fdt->boot_cpuid_phys); in dt_from_blob()
931 return build_boot_info(reservelist, tree, boot_cpuid_phys); in dt_from_blob()
H A Dlivetree.c245 struct node *tree, uint32_t boot_cpuid_phys) in build_boot_info() argument
252 bi->boot_cpuid_phys = boot_cpuid_phys; in build_boot_info()
H A Ddtc.h218 uint32_t boot_cpuid_phys; member
222 struct node *tree, uint32_t boot_cpuid_phys);
H A Ddtc.c201 bi->boot_cpuid_phys = cmdline_boot_cpuid; in main()
/utopia/UTPA2-700.0.x/projects/build/scripts/dtc/libfdt/
H A Dlibfdt.h152 #define fdt_boot_cpuid_phys(fdt) (fdt_get_header(fdt, boot_cpuid_phys))
169 __fdt_set_hdr(boot_cpuid_phys);
H A Dfdt.h16 uint32_t boot_cpuid_phys; /* Which physical CPU id we're member