Home
last modified time | relevance | path

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

/src/usr.bin/dtc/
H A Ddtb.hh302 uint32_t boot_cpuid_phys; member
324 boot_cpuid_phys(0) {} in header()
H A Ddtb.cc276 out.write_data(boot_cpuid_phys); in write()
303 input.consume_binary(boot_cpuid_phys) && in read_dtb()
H A Dfdt.cc1787 head.boot_cpuid_phys = boot_cpu; in write()
1859 boot_cpu = h.boot_cpuid_phys; in parse_dtb()
/src/sys/contrib/libfdt/
H A Dfdt.h67 fdt32_t boot_cpuid_phys; /* Which physical CPU id we're member
H A Dlibfdt.h224 #define fdt_boot_cpuid_phys(fdt) (fdt_get_header(fdt, boot_cpuid_phys))
241 fdt_set_hdr_(boot_cpuid_phys);