Home
last modified time | relevance | path

Searched refs:entry_addr (Results 1 – 24 of 24) sorted by relevance

/freebsd-13.1/sys/mips/beri/
H A Dberi_mp.c48 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 Delf32_machdep.c263 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 Dexec_machdep.c400 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 Dexec_machdep.c82 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 Dimgact.h68 unsigned long entry_addr; /* entry address of target executable */ member
/freebsd-13.1/stand/i386/libi386/
H A Dmultiboot.h117 multiboot_uint32_t entry_addr; member
/freebsd-13.1/sys/riscv/riscv/
H A Dexec_machdep.c191 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 Dcloudabi32_sysvec.c61 regs->tf_elr = imgp->entry_addr; in cloudabi32_proc_setregs()
/freebsd-13.1/sys/arm64/iommu/
H A Dsmmu.c415 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 Dpm_machdep.c438 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 Dimgact_linux.c222 imgp->entry_addr = a_out->a_entry; in exec_linux_imgact()
/freebsd-13.1/sys/arm64/linux/
H A Dlinux_sysvec.c359 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 Dql_hw.c5277 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 Dimgact_aout.c357 imgp->entry_addr = a_out->a_entry; in exec_aout_imgact()
H A Dimgact_elf.c1358 imgp->entry_addr = entry; in __CONCAT()
1370 &addr, &imgp->entry_addr); in __CONCAT()
H A Dkern_exec.c925 pe.pm_entryaddr = imgp->entry_addr; in do_execve()
/freebsd-13.1/sys/powerpc/powerpc/
H A Dexec_machdep.c611 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 Delf64_machdep.c257 (void)copyin((void *)imgp->entry_addr, entry_desc, in exec_setregs_funcdesc()
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp2489 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 Dlinux_sysvec.c465 regs->tf_rip = imgp->entry_addr; in linux_exec_setregs()
/freebsd-13.1/sys/amd64/amd64/
H A Dexec_machdep.c393 regs->tf_rip = imgp->entry_addr; in exec_setregs()
/freebsd-13.1/sys/amd64/linux32/
H A Dlinux32_sysvec.c710 regs->tf_rip = imgp->entry_addr; in linux_exec_setregs()
/freebsd-13.1/sys/amd64/ia32/
H A Dia32_signal.c946 regs->tf_rip = imgp->entry_addr; in ia32_setregs()
/freebsd-13.1/sys/i386/i386/
H A Dexec_machdep.c979 regs->tf_eip = imgp->entry_addr; in exec_setregs()