Home
last modified time | relevance | path

Searched refs:fill_regs32 (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/sys/
H A Dreg.h74 int fill_regs32(struct thread *, struct reg32 *);
/freebsd/sys/powerpc/include/
H A Dreg.h80 int fill_regs32(struct thread *, struct reg32 *);
/freebsd/sys/amd64/ia32/
H A Dia32_reg.c73 fill_regs32(struct thread *td, struct reg32 *regs) in fill_regs32() function
/freebsd/sys/compat/linux/
H A Dlinux_elf.c238 fill_regs32(td, &pr_reg); in __linuxN()
/freebsd/sys/arm64/arm64/
H A Dexec_machdep.c331 fill_regs32(struct thread *td, struct reg32 *regs) in fill_regs32() function
/freebsd/sys/powerpc/powerpc/
H A Dexec_machdep.c821 fill_regs32(struct thread *td, struct reg32 *regs) in fill_regs32() function
/freebsd/sys/kern/
H A Dsys_process.c299 PROC_ACTION(fill_regs32(td, regs32)); in proc_read_regs32()
H A Dimgact_elf.c2265 fill_regs32(td, &status->pr_reg); in __elfN()