Home
last modified time | relevance | path

Searched refs:re (Results 1 – 15 of 15) sorted by relevance

/DragonStub/apps/lib/libfdt/
H A Dfdt_sw.c190 struct fdt_reserve_entry *re; in fdt_add_reservemap_entry() local
196 if ((offset + sizeof(*re)) > fdt_totalsize(fdt)) in fdt_add_reservemap_entry()
199 re = (struct fdt_reserve_entry *)((char *)fdt + offset); in fdt_add_reservemap_entry()
200 re->address = cpu_to_fdt64(addr); in fdt_add_reservemap_entry()
201 re->size = cpu_to_fdt64(size); in fdt_add_reservemap_entry()
203 fdt_set_off_dt_struct(fdt, offset + sizeof(*re)); in fdt_add_reservemap_entry()
H A Dfdt_rw.c157 struct fdt_reserve_entry *re; in fdt_add_mem_rsv() local
162 re = fdt_mem_rsv_w_(fdt, fdt_num_mem_rsv(fdt)); in fdt_add_mem_rsv()
163 err = fdt_splice_mem_rsv_(fdt, re, 0, 1); in fdt_add_mem_rsv()
167 re->address = cpu_to_fdt64(address); in fdt_add_mem_rsv()
168 re->size = cpu_to_fdt64(size); in fdt_add_mem_rsv()
174 struct fdt_reserve_entry *re = fdt_mem_rsv_w_(fdt, n); in fdt_del_mem_rsv() local
181 return fdt_splice_mem_rsv_(fdt, re, 1, 0); in fdt_del_mem_rsv()
H A Dfdt_ro.c177 const struct fdt_reserve_entry *re; in fdt_get_mem_rsv() local
180 re = fdt_mem_rsv(fdt, n); in fdt_get_mem_rsv()
181 if (!can_assume(VALID_INPUT) && !re) in fdt_get_mem_rsv()
184 *address = fdt64_ld_(&re->address); in fdt_get_mem_rsv()
185 *size = fdt64_ld_(&re->size); in fdt_get_mem_rsv()
192 const struct fdt_reserve_entry *re; in fdt_num_mem_rsv() local
194 for (i = 0; (re = fdt_mem_rsv(fdt, i)) != NULL; i++) { in fdt_num_mem_rsv()
195 if (fdt64_ld_(&re->size) == 0) in fdt_num_mem_rsv()
/DragonStub/docs/
H A DREADME.git11 Once you've tested that and you're sure it's what you want to release,
H A DREADME.gnuefi102 If you're working in a cross-development environment, be sure to set
/DragonStub/gnuefi/
H A Delf_mips64el_efi.lds34 * end/END definitions, and the fact that they're mergeable, they can also
H A Delf_x86_64_fbsd_efi.lds42 * end/END definitions, and the fact that they're mergeable, they can also
H A Delf_aarch64_efi.lds46 * end/END definitions, and the fact that they're mergeable, they can also
H A Delf_x86_64_efi.lds45 * end/END definitions, and the fact that they're mergeable, they can also
H A Delf_ia32_fbsd_efi.lds47 * end/END definitions, and the fact that they're mergeable, they can also
H A Delf_ia32_efi.lds38 * end/END definitions, and the fact that they're mergeable, they can also
H A Delf_ia64_efi.lds49 * end/END definitions, and the fact that they're mergeable, they can also
H A Delf_arm_efi.lds46 * end/END definitions, and the fact that they're mergeable, they can also
H A Delf_riscv64_efi.lds49 * end/END definitions, and the fact that they're mergeable, they can also
/DragonStub/
H A DChangeLog22 All of these are derived from the Tiano code, but I re-wrote the
84 Since we're keeping this in git, it'd be nice not to see a bunch
136 Once you've tested that and you're sure it's what you want to release,
804 %xmm* registers) when they're faster, and of course that won't work at
900 __ElfN(). But the macro usage is redundant. You're only going to compile the
1007 and if it's defined and we're using gcc, actually include gcc's