Lines Matching refs:ulong
53 ulong foo1;
54 ulong addr;
70 ulong *offset;
71 ulong info;
75 ulong *offset;
76 ulong info;
238 static void efi_runtime_detach(ulong offset) in efi_runtime_detach()
241 ulong patchoff = offset - (ulong)gd->relocaddr; in efi_runtime_detach()
244 ulong patchto = (ulong)efi_runtime_detach_list[i].patchto; in efi_runtime_detach()
245 ulong *p = efi_runtime_detach_list[i].ptr; in efi_runtime_detach()
246 ulong newaddr = patchto ? (patchto + patchoff) : 0; in efi_runtime_detach()
254 void efi_runtime_relocate(ulong offset, struct efi_mem_desc *map) in efi_runtime_relocate()
260 static ulong lastoff = CONFIG_SYS_TEXT_BASE; in efi_runtime_relocate()
264 for (; (ulong)rel < (ulong)&__efi_runtime_rel_stop; rel++) { in efi_runtime_relocate()
265 ulong base = CONFIG_SYS_TEXT_BASE; in efi_runtime_relocate()
266 ulong *p; in efi_runtime_relocate()
267 ulong newaddr; in efi_runtime_relocate()
269 p = (void*)((ulong)rel->offset - base) + gd->relocaddr; in efi_runtime_relocate()
283 ulong symidx = rel->info >> SYM_INDEX; in efi_runtime_relocate()
305 flush_dcache_range((ulong)p & ~(EFI_CACHELINE_SIZE - 1), in efi_runtime_relocate()
306 ALIGN((ulong)&p[1], EFI_CACHELINE_SIZE)); in efi_runtime_relocate()
322 ulong runtime_start = (ulong)&__efi_runtime_start & in efi_set_virtual_address_map()
323 ~(ulong)EFI_PAGE_MASK; in efi_set_virtual_address_map()
361 ulong new_offset = map->virtual_start - in efi_set_virtual_address_map()