Searched refs:boot_cpuid_phys (Results 1 – 10 of 10) sorted by relevance
| /netbsd-src/external/gpl2/dtc/dist/ |
| H A D | flattree.c | 318 int boot_cpuid_phys) in make_fdt_header() argument 340 fdt->boot_cpuid_phys = cpu_to_fdt32(boot_cpuid_phys); in make_fdt_header() 372 dti->boot_cpuid_phys); in dt_to_blob() 488 asm_emit_cell(f, dti->boot_cpuid_phys); in dt_to_asm() 801 uint32_t magic, totalsize, version, size_dt, boot_cpuid_phys; in dt_from_blob() local 873 boot_cpuid_phys = fdt32_to_cpu(fdt->boot_cpuid_phys); in dt_from_blob() 926 return build_dt_info(DTSF_V1, reservelist, tree, boot_cpuid_phys); in dt_from_blob()
|
| H A D | dtc.h | 259 uint32_t boot_cpuid_phys; member 270 struct node *tree, uint32_t boot_cpuid_phys);
|
| H A D | livetree.c | 401 struct node *tree, uint32_t boot_cpuid_phys) in build_dt_info() argument 409 dti->boot_cpuid_phys = boot_cpuid_phys; in build_dt_info()
|
| H A D | dtc.c | 318 dti->boot_cpuid_phys = cmdline_boot_cpuid; in main()
|
| H A D | fdtdump.c | 81 fdt32_to_cpu(bph->boot_cpuid_phys)); in dump_blob()
|
| /netbsd-src/sys/external/bsd/libfdt/dist/ |
| H A D | fdt.h | 24 fdt32_t boot_cpuid_phys; /* Which physical CPU id we're member
|
| H A D | libfdt.h | 245 #define fdt_boot_cpuid_phys(fdt) (fdt_get_header(fdt, boot_cpuid_phys)) 262 fdt_set_hdr_(boot_cpuid_phys);
|
| /netbsd-src/external/gpl2/dtc/dist/Documentation/ |
| H A D | manual.txt | 320 u32 boot_cpuid_phys; /* Which physical CPU id we're 391 here. Version 2 adds an additional field boot_cpuid_phys. 414 - boot_cpuid_phys
|
| /netbsd-src/external/gpl2/dtc/dist/pylibfdt/ |
| H A D | libfdt.i | 257 def boot_cpuid_phys(self):
|
| /netbsd-src/external/gpl2/dtc/dist/tests/ |
| H A D | pylibfdt_tests.py | 292 self.assertEquals(self.fdt.boot_cpuid_phys(), 0)
|