| /netbsd-src/sys/arch/mips/cavium/ |
| H A D | octeon_cpunode.c | 165 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 D | mips_fixup.c | 119 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 D | file.c | 192 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 D | pfctl_table.c | 60 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 D | execkern.h | 27 u_long load_addr; /* text start address */ member
|
| H A D | exec_sub.c | 133 xarg->load_addr = ph->p_vaddr; in xk_elf() 258 xarg->load_addr = loadaddr; in xk_load()
|
| H A D | execkern.S | 70 | start(load_addr, mem_max, kernel_end)
|
| /netbsd-src/usr.sbin/installboot/arch/ |
| H A D | pmax.c | 243 bb.load_addr = htole32(bootstrapload); in pmax_setboot() 261 le32toh(bb.load_addr)); in pmax_setboot()
|
| /netbsd-src/sys/arch/mac68k/mac68k/ |
| H A D | machdep.c | 574 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 D | pmap_bootstrap.c | 571 nextpa = load_addr + m68k_round_page(esym); in bootstrap_mac68k() 576 pmap_bootstrap(nextpa, load_addr); in bootstrap_mac68k()
|
| H A D | locore.s | 262 addl _C_LABEL(load_addr),%a1 | Make it physical addr
|
| /netbsd-src/sys/arch/mac68k/include/ |
| H A D | cpu.h | 206 extern unsigned long load_addr;
|
| /netbsd-src/sys/arch/evbmips/rmixl/ |
| H A D | machdep.c | 452 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 D | multiboot2.h | 133 multiboot_uint32_t load_addr; member
|
| /netbsd-src/sys/arch/x68k/stand/loadbsd/ |
| H A D | loadbsd.c | 375 arg->xk.load_addr, arg->xk.entry_addr); in read_kernel()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | gimple-ssa-store-merging.c | 3947 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 D | gimple-ssa-store-merging.cc | 4285 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 D | bootblock.h | 1268 uint32_t load_addr; /* Address to start loading. */ member
|
| /netbsd-src/sys/arch/i386/stand/lib/ |
| H A D | exec_multiboot2.c | 383 mpp->mpp_address->load_addr, in multiboot2_header_dump()
|
| /netbsd-src/external/gpl3/gdb.old/dist/gdb/ |
| H A D | ChangeLog-2009 | 13270 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 D | ChangeLog-2009 | 13270 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 D | ChangeLog-2002-2021 | 13564 * 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 D | ChangeLog.git | 120390 > 655 | windows_make_so (const char *name, LPVOID load_addr)
|