Searched refs:makectx (Results 1 – 13 of 13) sorted by relevance
| /freebsd/sys/riscv/include/ |
| H A D | pcb.h | 57 void makectx(struct trapframe *tf, struct pcb *pcb);
|
| /freebsd/sys/arm/include/ |
| H A D | pcb.h | 85 void makectx(struct trapframe *tf, struct pcb *pcb);
|
| /freebsd/sys/arm64/include/ |
| H A D | pcb.h | 87 void makectx(struct trapframe *tf, struct pcb *pcb);
|
| /freebsd/sys/i386/include/ |
| H A D | pcb.h | 111 void makectx(struct trapframe *, struct pcb *);
|
| /freebsd/sys/powerpc/include/ |
| H A D | pcb.h | 125 void makectx(struct trapframe *, struct pcb *);
|
| /freebsd/sys/amd64/include/ |
| H A D | pcb.h | 129 void makectx(struct trapframe *, struct pcb *);
|
| /freebsd/sys/arm/arm/ |
| H A D | machdep.c | 349 makectx(struct trapframe *tf, struct pcb *pcb) in makectx() function
|
| /freebsd/sys/riscv/riscv/ |
| H A D | machdep.c | 278 makectx(struct trapframe *tf, struct pcb *pcb) in makectx() function
|
| /freebsd/sys/kern/ |
| H A D | subr_kdb.c | 779 makectx(tf, &kdb_pcb); in kdb_trap()
|
| /freebsd/sys/arm64/arm64/ |
| H A D | machdep.c | 423 makectx(struct trapframe *tf, struct pcb *pcb) in makectx() function
|
| /freebsd/sys/powerpc/powerpc/ |
| H A D | exec_machdep.c | 377 makectx(struct trapframe *tf, struct pcb *pcb) in makectx() function
|
| /freebsd/sys/i386/i386/ |
| H A D | machdep.c | 1836 makectx(struct trapframe *tf, struct pcb *pcb) in makectx() function
|
| /freebsd/sys/amd64/amd64/ |
| H A D | machdep.c | 1740 makectx(struct trapframe *tf, struct pcb *pcb) in makectx() function
|