Searched refs:re (Results 1 – 15 of 15) sorted by relevance
/DragonStub/apps/lib/libfdt/ |
H A D | fdt_sw.c | 190 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 D | fdt_rw.c | 157 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 D | fdt_ro.c | 177 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 D | README.git | 11 Once you've tested that and you're sure it's what you want to release,
|
H A D | README.gnuefi | 102 If you're working in a cross-development environment, be sure to set
|
/DragonStub/gnuefi/ |
H A D | elf_mips64el_efi.lds | 34 * end/END definitions, and the fact that they're mergeable, they can also
|
H A D | elf_x86_64_fbsd_efi.lds | 42 * end/END definitions, and the fact that they're mergeable, they can also
|
H A D | elf_aarch64_efi.lds | 46 * end/END definitions, and the fact that they're mergeable, they can also
|
H A D | elf_x86_64_efi.lds | 45 * end/END definitions, and the fact that they're mergeable, they can also
|
H A D | elf_ia32_fbsd_efi.lds | 47 * end/END definitions, and the fact that they're mergeable, they can also
|
H A D | elf_ia32_efi.lds | 38 * end/END definitions, and the fact that they're mergeable, they can also
|
H A D | elf_ia64_efi.lds | 49 * end/END definitions, and the fact that they're mergeable, they can also
|
H A D | elf_arm_efi.lds | 46 * end/END definitions, and the fact that they're mergeable, they can also
|
H A D | elf_riscv64_efi.lds | 49 * end/END definitions, and the fact that they're mergeable, they can also
|
/DragonStub/ |
H A D | ChangeLog | 22 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
|