HomeSort by: relevance | last modified time | path
    Searched defs:process_frame (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/arch/m68k/m68k/
process_machdep.c 70 process_frame(struct lwp *l) function in typeref:struct:frame *
89 struct frame *frame = process_frame(l);
114 struct frame *frame = process_frame(l);
155 struct frame *frame = process_frame(l);
168 struct frame *frame = process_frame(l);
process_machdep.c 70 process_frame(struct lwp *l) function in typeref:struct:frame *
89 struct frame *frame = process_frame(l);
114 struct frame *frame = process_frame(l);
155 struct frame *frame = process_frame(l);
168 struct frame *frame = process_frame(l);
  /src/sys/arch/sh3/sh3/
process_machdep.c 106 process_frame(struct lwp *l) function in typeref:struct:trapframe *
115 struct trapframe *tf = process_frame(l);
148 struct trapframe *tf = process_frame(l);
264 struct trapframe *tf = process_frame(l);
298 struct trapframe *tf = process_frame(l);
354 struct trapframe *tf = process_frame(l);
process_machdep.c 106 process_frame(struct lwp *l) function in typeref:struct:trapframe *
115 struct trapframe *tf = process_frame(l);
148 struct trapframe *tf = process_frame(l);
264 struct trapframe *tf = process_frame(l);
298 struct trapframe *tf = process_frame(l);
354 struct trapframe *tf = process_frame(l);
  /src/sys/arch/amd64/amd64/
process_machdep.c 102 static inline struct trapframe *process_frame(struct lwp *);
105 process_frame(struct lwp *l) function in typeref:struct:trapframe *
114 struct trapframe *tf = process_frame(l);
179 struct trapframe *tf = process_frame(l);
264 struct trapframe *tf = process_frame(l);
277 struct trapframe *tf = process_frame(l);
process_machdep.c 102 static inline struct trapframe *process_frame(struct lwp *);
105 process_frame(struct lwp *l) function in typeref:struct:trapframe *
114 struct trapframe *tf = process_frame(l);
179 struct trapframe *tf = process_frame(l);
264 struct trapframe *tf = process_frame(l);
277 struct trapframe *tf = process_frame(l);
  /src/sys/arch/i386/i386/
process_machdep.c 102 process_frame(struct lwp *l) function in typeref:struct:trapframe *
111 struct trapframe *tf = process_frame(l);
156 struct trapframe *tf = process_frame(l);
215 struct trapframe *tf = process_frame(l);
228 struct trapframe *tf = process_frame(l);
process_machdep.c 102 process_frame(struct lwp *l) function in typeref:struct:trapframe *
111 struct trapframe *tf = process_frame(l);
156 struct trapframe *tf = process_frame(l);
215 struct trapframe *tf = process_frame(l);
228 struct trapframe *tf = process_frame(l);

Completed in 26 milliseconds