Searched refs:makectx (Results 1 – 13 of 13) sorted by relevance
| /freebsd-14.2/sys/riscv/include/ |
| H A D | pcb.h | 57 void makectx(struct trapframe *tf, struct pcb *pcb);
|
| /freebsd-14.2/sys/arm/include/ |
| H A D | pcb.h | 85 void makectx(struct trapframe *tf, struct pcb *pcb);
|
| /freebsd-14.2/sys/arm64/include/ |
| H A D | pcb.h | 87 void makectx(struct trapframe *tf, struct pcb *pcb);
|
| /freebsd-14.2/sys/i386/include/ |
| H A D | pcb.h | 113 void makectx(struct trapframe *, struct pcb *);
|
| /freebsd-14.2/sys/powerpc/include/ |
| H A D | pcb.h | 133 void makectx(struct trapframe *, struct pcb *);
|
| /freebsd-14.2/sys/amd64/include/ |
| H A D | pcb.h | 129 void makectx(struct trapframe *, struct pcb *);
|
| /freebsd-14.2/sys/arm/arm/ |
| H A D | machdep.c | 341 makectx(struct trapframe *tf, struct pcb *pcb) in makectx() function
|
| /freebsd-14.2/sys/riscv/riscv/ |
| H A D | machdep.c | 275 makectx(struct trapframe *tf, struct pcb *pcb) in makectx() function
|
| /freebsd-14.2/sys/kern/ |
| H A D | subr_kdb.c | 779 makectx(tf, &kdb_pcb); in kdb_trap()
|
| /freebsd-14.2/sys/arm64/arm64/ |
| H A D | machdep.c | 359 makectx(struct trapframe *tf, struct pcb *pcb) in makectx() function
|
| /freebsd-14.2/sys/powerpc/powerpc/ |
| H A D | exec_machdep.c | 384 makectx(struct trapframe *tf, struct pcb *pcb) in makectx() function
|
| /freebsd-14.2/sys/i386/i386/ |
| H A D | machdep.c | 1844 makectx(struct trapframe *tf, struct pcb *pcb) in makectx() function
|
| /freebsd-14.2/sys/amd64/amd64/ |
| H A D | machdep.c | 1732 makectx(struct trapframe *tf, struct pcb *pcb) in makectx() function
|