OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tf2
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/sparc/sparc/
vm_machdep.c
194
struct trapframe *
tf2
;
local in function:cpu_lwp_fork
251
tf2
= l2->l_md.md_tf = (struct trapframe *)
252
((int)npcb + USPACE - sizeof(*
tf2
));
255
*
tf2
= *(struct trapframe *)((int)opcb + USPACE - sizeof(*
tf2
));
261
tf2
->tf_out[6] = (u_int)stack + stacksize;
270
/*
tf2
->tf_psr &= ~PSR_C; -* success */
273
tf2
->tf_out[0] = 0;
274
tf2
->tf_out[1] = 1;
/src/sys/arch/sparc64/sparc64/
vm_machdep.c
186
struct trapframe *
tf2
;
local in function:cpu_lwp_fork
237
tf2
= l2->l_md.md_tf = (struct trapframe *)
238
((long)npcb + USPACE - sizeof(*
tf2
));
241
*
tf2
= *(struct trapframe *)((long)opcb + USPACE - sizeof(*
tf2
));
247
tf2
->tf_out[6] = (uint64_t)(u_long)stack + stacksize;
254
tf2
->tf_tstate = (ASI_PRIMARY_NO_FAULT<<TSTATE_ASI_SHIFT) |
262
tf2
->tf_out[0] = 0;
263
tf2
->tf_out[1] = 1;
264
tf2
->tf_tstate &= ~TSTATE_CCR
[
all
...]
Completed in 11 milliseconds
Indexes created Sun Sep 28 07:09:56 GMT 2025