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

/freebsd-10.0-release/contrib/dtc/libfdt/
H A Dfdt.h16 uint32_t boot_cpuid_phys; /* Which physical CPU id we're member in struct:fdt_header
H A Dlibfdt.h152 #define fdt_boot_cpuid_phys(fdt) (fdt_get_header(fdt, boot_cpuid_phys))
169 __fdt_set_hdr(boot_cpuid_phys); variable
/freebsd-10.0-release/sys/contrib/libfdt/
H A Dfdt.h16 uint32_t boot_cpuid_phys; /* Which physical CPU id we're member in struct:fdt_header
H A Dlibfdt.h152 #define fdt_boot_cpuid_phys(fdt) (fdt_get_header(fdt, boot_cpuid_phys))
169 __fdt_set_hdr(boot_cpuid_phys); variable
/freebsd-10.0-release/usr.bin/dtc/
H A Ddtb.hh294 uint32_t boot_cpuid_phys; member in struct:dtc::dtb::header
316 boot_cpuid_phys(0) {}
H A Ddtb.cc250 out.write_comment("boot_cpuid_phys");
251 out.write_data(boot_cpuid_phys);
273 input.consume_binary(boot_cpuid_phys) &&
H A Dfdt.cc1143 head.boot_cpuid_phys = boot_cpu;
1215 boot_cpu = h.boot_cpuid_phys;
/freebsd-10.0-release/contrib/dtc/
H A Dflattree.c337 int boot_cpuid_phys)
359 fdt->boot_cpuid_phys = cpu_to_fdt32(boot_cpuid_phys);
391 bi->boot_cpuid_phys);
499 fprintf(f, "\t/* boot_cpuid_phys */\n");
500 asm_emit_cell(f, bi->boot_cpuid_phys);
804 uint32_t magic, totalsize, version, size_dt, boot_cpuid_phys; local
876 boot_cpuid_phys = fdt32_to_cpu(fdt->boot_cpuid_phys);
929 return build_boot_info(reservelist, tree, boot_cpuid_phys);
334 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.h220 uint32_t boot_cpuid_phys; member in struct:boot_info
224 struct node *tree, uint32_t boot_cpuid_phys);
H A Ddtc.c230 bi->boot_cpuid_phys = cmdline_boot_cpuid;
H A Dfdtdump.c76 printf("// boot_cpuid_phys:\t0x%x\n",
77 fdt32_to_cpu(bph->boot_cpuid_phys));
H A Dlivetree.c245 struct node *tree, uint32_t boot_cpuid_phys)
252 bi->boot_cpuid_phys = boot_cpuid_phys;
244 build_boot_info(struct reserve_info *reservelist, struct node *tree, uint32_t boot_cpuid_phys) argument

Completed in 132 milliseconds