| /freebsd-13.1/sys/mips/beri/ |
| H A D | beri_mp.c | 48 uint64_t entry_addr; member 134 if (se->entry_addr != 1) { in platform_cpu_mask() 301 &se->entry_addr); in platform_start_ap() 304 se->entry_addr = (intptr_t)mpentry; in platform_start_ap()
|
| /freebsd-13.1/sys/arm64/arm64/ |
| H A D | elf32_machdep.c | 263 tf->tf_x[14] = imgp->entry_addr; in freebsd32_setregs() 264 tf->tf_elr = imgp->entry_addr; in freebsd32_setregs() 266 if ((uint32_t)imgp->entry_addr & 1) in freebsd32_setregs()
|
| H A D | exec_machdep.c | 400 tf->tf_lr = imgp->entry_addr; in exec_setregs() 401 tf->tf_elr = imgp->entry_addr; in exec_setregs()
|
| /freebsd-13.1/sys/arm/arm/ |
| H A D | exec_machdep.c | 82 tf->tf_usr_lr = imgp->entry_addr; in exec_setregs() 84 tf->tf_pc = imgp->entry_addr; in exec_setregs() 86 if ((register_t)imgp->entry_addr & 1) in exec_setregs()
|
| /freebsd-13.1/sys/sys/ |
| H A D | imgact.h | 68 unsigned long entry_addr; /* entry address of target executable */ member
|
| /freebsd-13.1/stand/i386/libi386/ |
| H A D | multiboot.h | 117 multiboot_uint32_t entry_addr; member
|
| /freebsd-13.1/sys/riscv/riscv/ |
| H A D | exec_machdep.c | 191 tf->tf_ra = imgp->entry_addr; in exec_setregs() 192 tf->tf_sepc = imgp->entry_addr; in exec_setregs()
|
| /freebsd-13.1/sys/arm64/cloudabi32/ |
| H A D | cloudabi32_sysvec.c | 61 regs->tf_elr = imgp->entry_addr; in cloudabi32_proc_setregs()
|
| /freebsd-13.1/sys/arm64/iommu/ |
| H A D | smmu.c | 415 void *entry_addr; in smmu_evtq_dequeue() local 420 entry_addr = (void *)((uint64_t)evtq->vaddr + in smmu_evtq_dequeue() 422 memcpy(evt, entry_addr, EVTQ_ENTRY_DWORDS * 8); in smmu_evtq_dequeue() 530 void *entry_addr; in smmu_cmdq_enqueue_cmd() local 544 entry_addr = (void *)((uint64_t)cmdq->vaddr + in smmu_cmdq_enqueue_cmd() 546 memcpy(entry_addr, cmd, CMDQ_ENTRY_DWORDS * 8); in smmu_cmdq_enqueue_cmd()
|
| /freebsd-13.1/sys/mips/mips/ |
| H A D | pm_machdep.c | 438 td->td_frame->pc = imgp->entry_addr & ~3; in exec_setregs() 439 td->td_frame->t9 = imgp->entry_addr & ~3; /* abicall req */ in exec_setregs()
|
| /freebsd-13.1/sys/i386/linux/ |
| H A D | imgact_linux.c | 222 imgp->entry_addr = a_out->a_entry; in exec_linux_imgact()
|
| /freebsd-13.1/sys/arm64/linux/ |
| H A D | linux_sysvec.c | 359 regs->tf_lr = imgp->entry_addr; in linux_exec_setregs() 363 regs->tf_elr = imgp->entry_addr; in linux_exec_setregs()
|
| /freebsd-13.1/sys/dev/qlxgbe/ |
| H A D | ql_hw.c | 5277 uint32_t opcode, read_value, addr, entry_addr; in ql_cntrl() local 5280 entry_addr = crbEntry->addr; in ql_cntrl() 5286 ret = ql_rdwr_indreg32(ha, entry_addr, in ql_cntrl() 5295 ret = ql_rdwr_indreg32(ha, entry_addr, &read_value, 1); in ql_cntrl() 5299 ret = ql_rdwr_indreg32(ha, entry_addr, &read_value, 0); in ql_cntrl() 5307 ret = ql_rdwr_indreg32(ha, entry_addr, &read_value, 1); in ql_cntrl() 5319 ret = ql_rdwr_indreg32(ha, entry_addr, &read_value, 0); in ql_cntrl() 5341 addr = entry_addr; in ql_cntrl() 5382 addr = entry_addr; in ql_cntrl() 5411 addr = entry_addr; in ql_cntrl() [all …]
|
| /freebsd-13.1/sys/kern/ |
| H A D | imgact_aout.c | 357 imgp->entry_addr = a_out->a_entry; in exec_aout_imgact()
|
| H A D | imgact_elf.c | 1358 imgp->entry_addr = entry; in __CONCAT() 1370 &addr, &imgp->entry_addr); in __CONCAT()
|
| H A D | kern_exec.c | 925 pe.pm_entryaddr = imgp->entry_addr; in do_execve()
|
| /freebsd-13.1/sys/powerpc/powerpc/ |
| H A D | exec_machdep.c | 611 tf->srr0 = imgp->entry_addr; in exec_setregs() 613 tf->fixreg[12] = imgp->entry_addr; in exec_setregs() 640 tf->srr0 = imgp->entry_addr; in ppc32_setregs()
|
| H A D | elf64_machdep.c | 257 (void)copyin((void *)imgp->entry_addr, entry_desc, in exec_setregs_funcdesc()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Target/ |
| H A D | Target.cpp | 2489 Address entry_addr = exe_module->GetObjectFile()->GetEntryPointAddress(); in GetEntryPointAddress() local 2490 if (entry_addr.IsValid()) in GetEntryPointAddress() 2491 return entry_addr; in GetEntryPointAddress() 2501 Address entry_addr = module_sp->GetObjectFile()->GetEntryPointAddress(); in GetEntryPointAddress() local 2502 if (entry_addr.IsValid()) in GetEntryPointAddress() 2503 return entry_addr; in GetEntryPointAddress()
|
| /freebsd-13.1/sys/amd64/linux/ |
| H A D | linux_sysvec.c | 465 regs->tf_rip = imgp->entry_addr; in linux_exec_setregs()
|
| /freebsd-13.1/sys/amd64/amd64/ |
| H A D | exec_machdep.c | 393 regs->tf_rip = imgp->entry_addr; in exec_setregs()
|
| /freebsd-13.1/sys/amd64/linux32/ |
| H A D | linux32_sysvec.c | 710 regs->tf_rip = imgp->entry_addr; in linux_exec_setregs()
|
| /freebsd-13.1/sys/amd64/ia32/ |
| H A D | ia32_signal.c | 946 regs->tf_rip = imgp->entry_addr; in ia32_setregs()
|
| /freebsd-13.1/sys/i386/i386/ |
| H A D | exec_machdep.c | 979 regs->tf_eip = imgp->entry_addr; in exec_setregs()
|