Searched refs:fill_regs (Results 1 - 18 of 18) sorted by relevance

/freebsd-13-stable/sys/riscv/include/
H A Dreg.h65 int fill_regs(struct thread *, struct reg *);
/freebsd-13-stable/sys/arm/include/
H A Dreg.h34 int fill_regs(struct thread *, struct reg *);
/freebsd-13-stable/sys/mips/include/
H A Dreg.h90 int fill_regs(struct thread *, struct reg *);
/freebsd-13-stable/sys/arm64/include/
H A Dreg.h90 int fill_regs(struct thread *, struct reg *);
/freebsd-13-stable/sys/powerpc/include/
H A Dreg.h64 int fill_regs(struct thread *, struct reg *);
/freebsd-13-stable/sys/arm/arm/
H A Dmachdep_kdb.c94 fill_regs(struct thread *td, struct reg *regs) function
/freebsd-13-stable/sys/cddl/contrib/opensolaris/uts/powerpc/dtrace/
H A Dfasttrap_isa.c221 fill_regs(curthread, &r);
232 fill_regs(curthread, &r);
344 fill_regs(curthread, &reg);
535 fill_regs(curthread, &reg);
/freebsd-13-stable/sys/x86/include/
H A Dreg.h252 int fill_regs(struct thread *, struct reg *);
/freebsd-13-stable/sys/mips/mips/
H A Dpm_machdep.c308 fill_regs(struct thread *td, struct reg *regs) function
H A Dfreebsd32_machdep.c145 error = fill_regs(td, &r);
/freebsd-13-stable/sys/cddl/contrib/opensolaris/uts/intel/dtrace/
H A Dfasttrap_isa.c1780 fill_regs(curthread, &r);
1792 fill_regs(curthread, &r);
/freebsd-13-stable/sys/riscv/riscv/
H A Dmachdep.c186 fill_regs(struct thread *td, struct reg *regs) function
/freebsd-13-stable/sys/kern/
H A Dsys_process.c115 PROC_ACTION(fill_regs(td, regs));
H A Dimgact_elf.c2281 fill_regs(td, &status->pr_reg);
/freebsd-13-stable/sys/powerpc/powerpc/
H A Dexec_machdep.c648 fill_regs(struct thread *td, struct reg *regs) function
/freebsd-13-stable/sys/arm64/arm64/
H A Dmachdep.c224 fill_regs(struct thread *td, struct reg *regs) function
/freebsd-13-stable/sys/amd64/amd64/
H A Dmachdep.c2080 fill_regs(struct thread *td, struct reg *regs) function
/freebsd-13-stable/sys/i386/i386/
H A Dmachdep.c2799 fill_regs(struct thread *td, struct reg *regs) function

Completed in 476 milliseconds