Home
last modified time | relevance | path

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

/external/crosvm/arch/src/
Dfdt.rs81 boot_cpuid_phys: u32, field
122 boot_cpuid_phys: 0, in new()
146 pub fn set_boot_cpuid_phys(&mut self, boot_cpuid_phys: u32) { in set_boot_cpuid_phys()
147 self.boot_cpuid_phys = boot_cpuid_phys; in set_boot_cpuid_phys()
337 self.update_u32(7 * 4, self.boot_cpuid_phys); in finish()
/external/dtc/
Dflattree.c316 int boot_cpuid_phys) in make_fdt_header() argument
338 fdt->boot_cpuid_phys = cpu_to_fdt32(boot_cpuid_phys); in make_fdt_header()
370 dti->boot_cpuid_phys); in dt_to_blob()
486 asm_emit_cell(f, dti->boot_cpuid_phys); in dt_to_asm()
799 uint32_t magic, totalsize, version, size_dt, boot_cpuid_phys; in dt_from_blob() local
871 boot_cpuid_phys = fdt32_to_cpu(fdt->boot_cpuid_phys); in dt_from_blob()
924 return build_dt_info(DTSF_V1, reservelist, tree, boot_cpuid_phys); in dt_from_blob()
Ddtc.h290 uint32_t boot_cpuid_phys; member
301 struct node *tree, uint32_t boot_cpuid_phys);
Dlivetree.c399 struct node *tree, uint32_t boot_cpuid_phys) in build_dt_info() argument
407 dti->boot_cpuid_phys = boot_cpuid_phys; in build_dt_info()
Ddtc.c316 dti->boot_cpuid_phys = cmdline_boot_cpuid; in main()
Dfdtdump.c81 fdt32_to_cpu(bph->boot_cpuid_phys)); in dump_blob()
/external/dtc/libfdt/
Dfdt.h22 fdt32_t boot_cpuid_phys; /* Which physical CPU id we're member
Dlibfdt.h247 #define fdt_boot_cpuid_phys(fdt) (fdt_get_header(fdt, boot_cpuid_phys))
264 fdt_set_hdr_(boot_cpuid_phys);
/external/dtc/pylibfdt/
Dlibfdt.i257 def boot_cpuid_phys(self):
/external/dtc/Documentation/
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
/external/dtc/tests/
Dpylibfdt_tests.py293 self.assertEqual(self.fdt.boot_cpuid_phys(), 0)