Searched refs:boot_cpuid_phys (Results 1 – 7 of 7) sorted by relevance
| /scripts/dtc/ |
| A D | flattree.c | 331 int boot_cpuid_phys) in make_fdt_header() argument 353 fdt->boot_cpuid_phys = cpu_to_fdt32(boot_cpuid_phys); in make_fdt_header() 385 dti->boot_cpuid_phys); in dt_to_blob() 501 asm_emit_cell(f, dti->boot_cpuid_phys); in dt_to_asm() 811 uint32_t magic, totalsize, version, size_dt, boot_cpuid_phys; in dt_from_blob() local 883 boot_cpuid_phys = fdt32_to_cpu(fdt->boot_cpuid_phys); in dt_from_blob() 936 return build_dt_info(DTSF_V1, reservelist, tree, boot_cpuid_phys); in dt_from_blob()
|
| A D | dtc.h | 256 uint32_t boot_cpuid_phys; member 267 struct node *tree, uint32_t boot_cpuid_phys);
|
| A D | dtc.c | 317 dti->boot_cpuid_phys = cmdline_boot_cpuid; in main()
|
| A D | livetree.c | 400 struct node *tree, uint32_t boot_cpuid_phys) in build_dt_info() argument 408 dti->boot_cpuid_phys = boot_cpuid_phys; in build_dt_info()
|
| /scripts/dtc/libfdt/ |
| A D | fdt.h | 22 fdt32_t boot_cpuid_phys; /* Which physical CPU id we're member
|
| A D | libfdt.h | 212 #define fdt_boot_cpuid_phys(fdt) (fdt_get_header(fdt, boot_cpuid_phys)) 229 fdt_set_hdr_(boot_cpuid_phys);
|
| /scripts/dtc/pylibfdt/ |
| A D | libfdt.i_shipped | 261 def boot_cpuid_phys(self):
|
Completed in 19 milliseconds