OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:newpcb
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/arch/ia64/ia64/
vm_machdep.c
76
struct pcb *
newpcb
= lwp_getpcb(newlwp);
local in function:cpu_switchto
110
restorectx(
newpcb
);
113
swapctx(oldpcb,
newpcb
);
/src/sys/arch/x86/x86/
dbregs.c
297
struct pcb *oldpcb, *
newpcb
;
local in function:x86_dbregs_switch
301
newpcb
= lwp_getpcb(newlwp);
304
newdb = (
newpcb
->pcb_flags & PCB_DBREGS) != 0;
/src/sys/arch/usermode/dev/
cpu.c
217
struct pcb *
newpcb
;
local in function:cpu_switchto_atomic
222
newpcb
= lwp_getpcb(newlwp);
231
thunk_seterrno(
newpcb
->pcb_errno);
236
if (thunk_setcontext(&
newpcb
->pcb_ucp))
247
struct pcb *
newpcb
= lwp_getpcb(newlwp);
local in function:cpu_switchto
269
if (
newpcb
) {
272
newpcb
->pcb_ucp.uc_link,
273
newpcb
->pcb_ucp.uc_stack.ss_sp,
274
(int)
newpcb
->pcb_ucp.uc_stack.ss_size,
276
(void *)
newpcb
->pcb_ucp.uc_mcontext._mc_tlsbase
[
all
...]
Completed in 47 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025