Home
last modified time | relevance | path

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

/f-stack/freebsd/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()
/f-stack/freebsd/arm64/arm64/
H A Delf32_machdep.c251 tf->tf_x[14] = imgp->entry_addr; in freebsd32_setregs()
252 tf->tf_elr = imgp->entry_addr; in freebsd32_setregs()
H A Dmachdep.c559 tf->tf_lr = imgp->entry_addr; in exec_setregs()
560 tf->tf_elr = imgp->entry_addr; in exec_setregs()
/f-stack/freebsd/sys/
H A Dimgact.h68 unsigned long entry_addr; /* entry address of target executable */ member
/f-stack/freebsd/arm64/cloudabi32/
H A Dcloudabi32_sysvec.c61 regs->tf_elr = imgp->entry_addr; in cloudabi32_proc_setregs()
/f-stack/freebsd/i386/linux/
H A Dimgact_linux.c218 imgp->entry_addr = a_out->a_entry; in exec_linux_imgact()
/f-stack/freebsd/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()
/f-stack/freebsd/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()
/f-stack/freebsd/arm64/linux/
H A Dlinux_sysvec.c358 regs->tf_lr = imgp->entry_addr; in linux_exec_setregs()
362 regs->tf_elr = imgp->entry_addr; in linux_exec_setregs()
/f-stack/freebsd/kern/
H A Dimgact_aout.c330 imgp->entry_addr = a_out->a_entry; in exec_aout_imgact()
H A Dimgact_elf.c1295 imgp->entry_addr = entry; in __CONCAT()
1307 &imgp->entry_addr); in __CONCAT()
H A Dkern_exec.c868 pe.pm_entryaddr = imgp->entry_addr; in do_execve()
/f-stack/freebsd/arm/arm/
H A Dmachdep.c350 tf->tf_usr_lr = imgp->entry_addr; in exec_setregs()
352 tf->tf_pc = imgp->entry_addr; in exec_setregs()
/f-stack/freebsd/amd64/linux/
H A Dlinux_sysvec.c469 regs->tf_rip = imgp->entry_addr; in linux_exec_setregs()
/f-stack/freebsd/amd64/linux32/
H A Dlinux32_sysvec.c713 regs->tf_rip = imgp->entry_addr; in linux_exec_setregs()
/f-stack/freebsd/amd64/ia32/
H A Dia32_signal.c959 regs->tf_rip = imgp->entry_addr; in ia32_setregs()
/f-stack/freebsd/amd64/amd64/
H A Dmachdep.c608 regs->tf_rip = imgp->entry_addr; in exec_setregs()
/f-stack/freebsd/i386/i386/
H A Dmachdep.c1165 regs->tf_eip = imgp->entry_addr; in exec_setregs()