Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/dtc/dist/
H A Dflattree.c318 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 Ddtc.h259 uint32_t boot_cpuid_phys; member
270 struct node *tree, uint32_t boot_cpuid_phys);
H A Dlivetree.c401 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 Ddtc.c318 dti->boot_cpuid_phys = cmdline_boot_cpuid; in main()
H A Dfdtdump.c81 fdt32_to_cpu(bph->boot_cpuid_phys)); in dump_blob()
/netbsd-src/sys/external/bsd/libfdt/dist/
H A Dfdt.h24 fdt32_t boot_cpuid_phys; /* Which physical CPU id we're member
H A Dlibfdt.h245 #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 Dmanual.txt320 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 Dlibfdt.i257 def boot_cpuid_phys(self):
/netbsd-src/external/gpl2/dtc/dist/tests/
H A Dpylibfdt_tests.py292 self.assertEquals(self.fdt.boot_cpuid_phys(), 0)