Searched refs:boot_cpuid_phys (Results 1 - 12 of 12) sorted by relevance

/freebsd-11-stable/contrib/dtc/libfdt/
H A Dfdt.h67 fdt32_t boot_cpuid_phys; /* Which physical CPU id we're member in struct:fdt_header
H A Dlibfdt.h223 #define fdt_boot_cpuid_phys(fdt) (fdt_get_header(fdt, boot_cpuid_phys))
240 __fdt_set_hdr(boot_cpuid_phys); variable
/freebsd-11-stable/sys/contrib/libfdt/
H A Dfdt.h67 fdt32_t boot_cpuid_phys; /* Which physical CPU id we're member in struct:fdt_header
H A Dlibfdt.h224 #define fdt_boot_cpuid_phys(fdt) (fdt_get_header(fdt, boot_cpuid_phys))
241 fdt_set_hdr_(boot_cpuid_phys); variable
/freebsd-11-stable/usr.bin/dtc/
H A Ddtb.hh304 uint32_t boot_cpuid_phys; member in struct:dtc::dtb::header
326 boot_cpuid_phys(0) {}
H A Ddtb.cc277 out.write_comment("boot_cpuid_phys");
278 out.write_data(boot_cpuid_phys);
305 input.consume_binary(boot_cpuid_phys) &&
H A Dfdt.cc1707 head.boot_cpuid_phys = boot_cpu;
1779 boot_cpu = h.boot_cpuid_phys;
/freebsd-11-stable/contrib/dtc/
H A Dflattree.c340 int boot_cpuid_phys)
362 fdt->boot_cpuid_phys = cpu_to_fdt32(boot_cpuid_phys);
394 dti->boot_cpuid_phys);
509 fprintf(f, "\t/* boot_cpuid_phys */\n");
510 asm_emit_cell(f, dti->boot_cpuid_phys);
820 uint32_t magic, totalsize, version, size_dt, boot_cpuid_phys; local
892 boot_cpuid_phys = fdt32_to_cpu(fdt->boot_cpuid_phys);
945 return build_dt_info(DTSF_V1, reservelist, tree, boot_cpuid_phys);
337 make_fdt_header(struct fdt_header *fdt, struct version_info *vi, int reservesize, int dtsize, int strsize, int boot_cpuid_phys) argument
[all...]
H A Ddtc.h247 uint32_t boot_cpuid_phys; member in struct:dt_info
258 struct node *tree, uint32_t boot_cpuid_phys);
H A Ddtc.c320 dti->boot_cpuid_phys = cmdline_boot_cpuid;
H A Dfdtdump.c77 printf("// boot_cpuid_phys:\t0x%x\n",
78 fdt32_to_cpu(bph->boot_cpuid_phys));
H A Dlivetree.c357 struct node *tree, uint32_t boot_cpuid_phys)
365 dti->boot_cpuid_phys = boot_cpuid_phys;
355 build_dt_info(unsigned int dtsflags, struct reserve_info *reservelist, struct node *tree, uint32_t boot_cpuid_phys) argument

Completed in 136 milliseconds