Searched refs:fill_regs (Results 1 – 12 of 12) sorted by relevance
| /f-stack/freebsd/arm/include/ |
| H A D | reg.h | 34 int fill_regs(struct thread *, struct reg *);
|
| /f-stack/freebsd/mips/include/ |
| H A D | reg.h | 90 int fill_regs(struct thread *, struct reg *);
|
| /f-stack/freebsd/arm64/include/ |
| H A D | reg.h | 90 int fill_regs(struct thread *, struct reg *);
|
| /f-stack/freebsd/arm/arm/ |
| H A D | machdep_kdb.c | 94 fill_regs(struct thread *td, struct reg *regs) in fill_regs() function
|
| /f-stack/freebsd/x86/include/ |
| H A D | reg.h | 252 int fill_regs(struct thread *, struct reg *);
|
| /f-stack/freebsd/mips/mips/ |
| H A D | pm_machdep.c | 308 fill_regs(struct thread *td, struct reg *regs) in fill_regs() function
|
| H A D | freebsd32_machdep.c | 145 error = fill_regs(td, &r); in fill_regs32()
|
| /f-stack/freebsd/arm64/arm64/ |
| H A D | machdep.c | 224 fill_regs(struct thread *td, struct reg *regs) in fill_regs() function
|
| /f-stack/freebsd/kern/ |
| H A D | sys_process.c | 113 PROC_ACTION(fill_regs(td, regs)); in proc_read_regs()
|
| H A D | imgact_elf.c | 2268 fill_regs(td, &status->pr_reg); in __elfN()
|
| /f-stack/freebsd/amd64/amd64/ |
| H A D | machdep.c | 2094 fill_regs(struct thread *td, struct reg *regs) in fill_regs() function
|
| /f-stack/freebsd/i386/i386/ |
| H A D | machdep.c | 2791 fill_regs(struct thread *td, struct reg *regs) in fill_regs() function
|