| /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/ |
| dtc.h | 259 uint32_t boot_cpuid_phys; member in struct:dt_info 270 struct node *tree, uint32_t boot_cpuid_phys);
|
| 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...] |