| /mirbsd/src/sys/arch/i386/i386/ |
| D | vm86.c | 76 #define CS(tf) (*(u_short *)&tf->tf_cs) argument 77 #define IP(tf) (*(u_short *)&tf->tf_eip) argument 78 #define SS(tf) (*(u_short *)&tf->tf_ss) argument 79 #define SP(tf) (*(u_short *)&tf->tf_esp) argument 170 struct trapframe *tf = p->p_md.md_regs; local 281 struct trapframe *tf = p->p_md.md_regs; local 391 struct trapframe *tf = p->p_md.md_regs; local
|
| D | process_machdep.c | 170 struct trapframe *tf = process_frame(p); local 239 struct trapframe *tf = process_frame(p); local 334 struct trapframe *tf = process_frame(p); local 349 struct trapframe *tf = process_frame(p); local
|
| D | linux_machdep.c | 116 struct trapframe *tf; local 215 struct trapframe *tf; local
|
| D | trap.c | 766 struct trapframe *tf = p->p_md.md_regs; local
|
| D | vm_machdep.c | 87 struct trapframe *tf; local
|
| D | sys_machdep.c | 344 struct trapframe *tf = p->p_md.md_regs; local
|
| D | db_trace.c | 158 struct trapframe *tf; local
|
| D | pmap.c | 596 struct trapframe *tf = curproc->p_md.md_regs; in pmap_exec_account() local 609 pmap_exec_fixup(struct vm_map *map, struct trapframe *tf, struct pcb *pcb) in pmap_exec_fixup()
|
| /mirbsd/src/sys/arch/sparc/sparc/ |
| D | emul.c | 49 #define GPR(tf, i) ((int32_t *) &tf->tf_global)[i] argument 50 #define IPR(tf, i) ((int32_t *) tf->tf_out[6])[i - 16] argument 66 readgpreg(tf, i, val) in readgpreg() argument 84 writegpreg(tf, i, val) in writegpreg() argument 126 decodeaddr(tf, code, val) in decodeaddr() argument 146 muldiv(tf, code, rd, rs1, rs2) in muldiv() argument 233 fixalign(p, tf) in fixalign() argument 394 emulinstr(pc, tf) in emulinstr() argument
|
| D | memreg.c | 130 memerr4_4c(issync, ser, sva, aer, ava, tf) in memerr4_4c() argument 176 hypersparc_memerr(type, sfsr, sfva, tf) in hypersparc_memerr() argument 204 viking_memerr(type, sfsr, sfva, tf) in viking_memerr() argument 249 memerr4m(type, sfsr, sfva, tf) in memerr4m() argument
|
| D | trap.c | 260 static __inline void share_fpu(p, tf) in share_fpu() argument 273 trap(type, psr, pc, tf) in trap() argument 629 mem_access_fault(type, ser, v, pc, psr, tf) in mem_access_fault() argument 780 mem_access_fault4m(type, sfsr, sfva, tf) in mem_access_fault4m() argument 1007 syscall(code, tf, pc) in syscall() argument
|
| D | db_interface.c | 170 kdb_kbd_trap(tf) in kdb_kbd_trap() argument 183 kdb_trap(type, tf) in kdb_trap() argument
|
| D | kgdb_machdep.c | 249 struct trapframe *tf = ®s->db_tf; local 280 struct trapframe *tf = ®s->db_tf; local
|
| D | machdep.c | 356 struct trapframe *tf = p->p_md.md_tf; local 511 struct trapframe *tf; local 629 struct trapframe *tf; local
|
| /mirbsd/src/sys/arch/i386/include/ |
| D | vm86.h | 128 struct trapframe *tf = p->p_md.md_regs; local 146 struct trapframe *tf = p->p_md.md_regs; local 160 struct trapframe *tf = p->p_md.md_regs; local 176 struct trapframe *tf = p->p_md.md_regs; local
|
| /mirbsd/src/libexec/talkd/ |
| D | announce.c | 64 FILE *tf; in announce() local 97 print_mesg(FILE *tf, CTL_MSG *request, char *remote_machine) in print_mesg()
|
| /mirbsd/src/sys/dev/ic/ |
| D | mpt_openbsd.c | 1108 uint32_t tf; in mpt_run_xfer() local 1154 uint32_t tf; in mpt_run_xfer() local 1193 uint32_t tf; in mpt_run_xfer() local
|
| /mirbsd/src/lib/libc/gen/ |
| D | getttyent.c | 37 static FILE *tf; variable
|
| /mirbsd/src/usr.bin/sudo/ |
| D | sudo_edit.c | 85 } *tf; local
|
| /mirbsd/src/sys/arch/sparc/fpu/ |
| D | fpu.c | 200 register struct trapframe *tf; variable
|
| /mirbsd/src/usr.bin/vgrind/ |
| D | vgrindefs.c | 77 int tf; in tgetent() local
|
| /mirbsd/src/usr.sbin/rtadvd/ |
| D | advcap.c | 122 int tf; local
|
| /mirbsd/src/lib/libm/src/ |
| D | e_lgammaf_r.c | 42 tf = -1.2148628384e-01, /* 0xbdf8cdcd */ variable
|
| D | e_lgamma_r.c | 106 tf = -1.21486290535849611461e-01, /* 0xBFBF19B9, 0xBCC38A42 */ variable
|
| /mirbsd/src/usr.sbin/httpd/src/modules/standard/ |
| D | mod_include.c | 990 static int handle_config(FILE *in, request_rec *r, char *error, char *tf, in handle_config() 1147 static int handle_flastmod(FILE *in, request_rec *r, const char *error, const char *tf) in handle_flastmod()
|