| /src/sys/external/bsd/libfdt/dist/ |
| fdt.h | 24 fdt32_t boot_cpuid_phys; /* Which physical CPU id we're member in struct:fdt_header
|
| libfdt.h | 245 #define fdt_boot_cpuid_phys(fdt) (fdt_get_header(fdt, boot_cpuid_phys)) 262 fdt_set_hdr_(boot_cpuid_phys); variable
|
| /src/external/gpl2/dtc/dist/ |
| flattree.c | 318 int boot_cpuid_phys) 340 fdt->boot_cpuid_phys = cpu_to_fdt32(boot_cpuid_phys); 372 dti->boot_cpuid_phys); 487 fprintf(f, "\t/* boot_cpuid_phys */\n"); 488 asm_emit_cell(f, dti->boot_cpuid_phys); 801 uint32_t magic, totalsize, version, size_dt, boot_cpuid_phys; local 873 boot_cpuid_phys = fdt32_to_cpu(fdt->boot_cpuid_phys); 926 return build_dt_info(DTSF_V1, reservelist, tree, boot_cpuid_phys); [all...] |
| dtc.h | 259 uint32_t boot_cpuid_phys; member in struct:dt_info 270 struct node *tree, uint32_t boot_cpuid_phys);
|
| dtc.c | 318 dti->boot_cpuid_phys = cmdline_boot_cpuid;
|
| fdtdump.c | 80 printf("// boot_cpuid_phys:\t0x%"PRIx32"\n", 81 fdt32_to_cpu(bph->boot_cpuid_phys));
|
| livetree.c | 401 struct node *tree, uint32_t boot_cpuid_phys) 409 dti->boot_cpuid_phys = boot_cpuid_phys;
|
| /src/external/gpl2/dtc/dist/pylibfdt/ |
| libfdt.i | 257 def boot_cpuid_phys(self):
|
| /src/external/gpl2/dtc/dist/tests/ |
| pylibfdt_tests.py | 292 self.assertEquals(self.fdt.boot_cpuid_phys(), 0)
|