Home
last modified time | relevance | path

Searched refs:load_addr (Results 1 – 23 of 23) sorted by relevance

/netbsd-src/sys/arch/mips/cavium/
H A Docteon_cpunode.c165 octeon_fixup_cpu_info_references(int32_t load_addr, uint32_t new_insns[2], in octeon_fixup_cpu_info_references() argument
172 KASSERT(MIPS_KSEG0_P(load_addr)); in octeon_fixup_cpu_info_references()
176 load_addr += (intptr_t)ci - (intptr_t)&cpu_info_store; in octeon_fixup_cpu_info_references()
178 KASSERT((intptr_t)ci <= load_addr); in octeon_fixup_cpu_info_references()
179 KASSERT(load_addr < (intptr_t)(ci + 1)); in octeon_fixup_cpu_info_references()
190 new_insns[0] |= (uint16_t)((load_addr + 0x8000) >> 16); in octeon_fixup_cpu_info_references()
191 new_insns[1] |= (uint16_t)load_addr; in octeon_fixup_cpu_info_references()
194 __func__, load_addr, new_insns[0], in octeon_fixup_cpu_info_references()
198 __func__, load_addr, new_insns[1], in octeon_fixup_cpu_info_references()
/netbsd-src/sys/arch/mips/mips/
H A Dmips_fixup.c119 int32_t load_addr = lui_offset + (int16_t)insn; in mips_fixup_exceptions() local
120 if (addr <= load_addr in mips_fixup_exceptions()
121 && load_addr < addr + size in mips_fixup_exceptions()
132 rt, load_addr, base); in mips_fixup_exceptions()
137 if ((callback)(load_addr, new_insns, arg)) { in mips_fixup_exceptions()
170 mips_fixup_zero_relative(int32_t load_addr, uint32_t new_insns[2], void *arg) in mips_fixup_zero_relative() argument
175 KASSERT(MIPS_KSEG0_P(load_addr)); in mips_fixup_zero_relative()
180 KASSERT((intptr_t)ci <= load_addr); in mips_fixup_zero_relative()
181 KASSERT(load_addr < (intptr_t)(ci + 1)); in mips_fixup_zero_relative()
194 __func__, (int32_t)load_addr, new_insns[0], in mips_fixup_zero_relative()
[all …]
/netbsd-src/usr.sbin/mopd/common/
H A Dfile.c192 u_int32_t load_addr, xfr_addr, isd, iha, hbcnt, isize; in GetMopFileInfo()
209 load_addr = ((header[isd+ISD_V_VPN+1]*256 + in GetMopFileInfo()
219 printf("Load Address: %08x\n",load_addr); in GetMopFileInfo()
225 load_addr = header[L_BSA+1]*256 + header[L_BSA]; in GetMopFileInfo()
230 printf("Load Address: %08x\n",load_addr); in GetMopFileInfo()
253 load_addr = (header[isd+ISD_V_VPN+1]*256 + in GetMopFileInfo()
262 printf("Load Address: %08x\n",load_addr); in GetMopFileInfo()
278 load_addr = 0; in GetMopFileInfo()
283 printf("Load Address: %08x\n",load_addr); in GetMopFileInfo()
292 dl->loadaddr = load_addr; in GetMopFileInfo()
188 u_int32_t load_addr, xfr_addr, isd, iha, hbcnt, isize; GetMopFileInfo() local
[all...]
/netbsd-src/dist/pf/sbin/pfctl/
H A Dpfctl_table.c60 static int load_addr(struct pfr_buffer *, int, char *[], char *, int);
199 if (load_addr(&b, argc, argv, file, 0)) in pfctl_table()
214 if (load_addr(&b, argc, argv, file, 0)) in pfctl_table()
228 if (load_addr(&b, argc, argv, file, 0)) in pfctl_table()
319 if (load_addr(&b, argc, argv, file, 1)) in pfctl_table()
409 load_addr(struct pfr_buffer *b, int argc, char *argv[], char *file, in load_addr() function
/netbsd-src/sys/arch/x68k/stand/common/
H A Dexeckern.h27 u_long load_addr; /* text start address */ member
H A Dexec_sub.c133 xarg->load_addr = ph->p_vaddr; in xk_elf()
258 xarg->load_addr = loadaddr; in xk_load()
H A Dexeckern.S70 | start(load_addr, mem_max, kernel_end)
/netbsd-src/usr.sbin/installboot/arch/
H A Dpmax.c243 bb.load_addr = htole32(bootstrapload); in pmax_setboot()
261 le32toh(bb.load_addr)); in pmax_setboot()
/netbsd-src/sys/arch/mac68k/mac68k/
H A Dmachdep.c574 m->reloc = load_addr; in cpu_init_kcore_hdr()
1967 load_addr = 0; in setmachdep()
2375 get_physical(0, &load_addr); in get_mapping()
2378 printf("Loaded at 0x%0lx\n", load_addr); in get_mapping()
2425 low[last + 1] != load_addr) { in get_mapping()
2631 return load_addr; /* Return physical address of logical 0 */
H A Dpmap_bootstrap.c571 nextpa = load_addr + m68k_round_page(esym); in bootstrap_mac68k()
576 pmap_bootstrap(nextpa, load_addr); in bootstrap_mac68k()
H A Dlocore.s262 addl _C_LABEL(load_addr),%a1 | Make it physical addr
/netbsd-src/sys/arch/mac68k/include/
H A Dcpu.h206 extern unsigned long load_addr;
/netbsd-src/sys/arch/evbmips/rmixl/
H A Dmachdep.c452 rmixl_fixup_cop0_oscratch(int32_t load_addr, uint32_t new_insns[2], void *arg) in rmixl_fixup_cop0_oscratch() argument
454 size_t offset = load_addr - (intptr_t)&cpu_info_store; in rmixl_fixup_cop0_oscratch()
456 KASSERT(MIPS_KSEG0_P(load_addr)); in rmixl_fixup_cop0_oscratch()
/netbsd-src/sys/arch/i386/include/
H A Dmultiboot2.h133 multiboot_uint32_t load_addr; member
/netbsd-src/sys/arch/x68k/stand/loadbsd/
H A Dloadbsd.c375 arg->xk.load_addr, arg->xk.entry_addr); in read_kernel()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgimple-ssa-store-merging.c3947 tree load_addr[2] = { NULL_TREE, NULL_TREE }; in output_merged_store() local
3983 load_addr[j] in output_merged_store()
3989 load_addr[j] = addr; in output_merged_store()
3992 load_addr[j] in output_merged_store()
4092 ops[j] = fold_build2 (MEM_REF, load_int_type, load_addr[j], in output_merged_store()
4164 if (load_addr[1] == NULL_TREE && gsi_bb (load_gsi[0])) in output_merged_store()
4183 if (load_addr[1] == NULL_TREE && gsi_bb (load_gsi[0])) in output_merged_store()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgimple-ssa-store-merging.cc4285 tree load_addr[2] = { NULL_TREE, NULL_TREE }; in output_merged_store() local
4321 load_addr[j] in output_merged_store()
4327 load_addr[j] = addr; in output_merged_store()
4330 load_addr[j] in output_merged_store()
4445 ops[j] = fold_build2 (MEM_REF, load_int_type, load_addr[j], in output_merged_store()
4517 if (load_addr[1] == NULL_TREE && gsi_bb (load_gsi[0])) in output_merged_store()
4536 if (load_addr[1] == NULL_TREE && gsi_bb (load_gsi[0])) in output_merged_store()
/netbsd-src/sys/sys/
H A Dbootblock.h1268 uint32_t load_addr; /* Address to start loading. */ member
/netbsd-src/sys/arch/i386/stand/lib/
H A Dexec_multiboot2.c383 mpp->mpp_address->load_addr, in multiboot2_header_dump()
/netbsd-src/external/gpl3/gdb.old/dist/gdb/
H A DChangeLog-200913270 load_addr from DWORD to LPVOID.
13370 (struct lm_info): Change type of load_addr to LPVOID.
13371 (win32_make_so): Change the type of parameter "load_addr"
/netbsd-src/external/gpl3/gdb/dist/gdb/
H A DChangeLog-200913270 load_addr from DWORD to LPVOID.
13370 (struct lm_info): Change type of load_addr to LPVOID.
13371 (win32_make_so): Change the type of parameter "load_addr"
/netbsd-src/external/gpl3/gdb/dist/gdbserver/
H A DChangeLog-2002-202113564 * win32-low.c (win32_add_one_solib): Add 0x1000 to load_addr.
13568 (handle_load_dll): Delete local variable load_addr.
18345 (handle_load_dll): Use CORE_ADDR type for local variable `load_addr'.
/netbsd-src/external/gpl3/binutils/dist/
H A DChangeLog.git120390 > 655 | windows_make_so (const char *name, LPVOID load_addr)