OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:context_upmap
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/sun2/sun2/
pmap.c
295
struct pmap *
context_upmap
;
member in struct:context_state
501
context_array[0].
context_upmap
= kernel_pmap;
505
context_array[i].
context_upmap
= NULL;
540
context->context_num, context->
context_upmap
);
542
context_free(context->
context_upmap
);
548
if (context->
context_upmap
!= NULL)
552
context->
context_upmap
= pmap;
631
contextp->
context_upmap
= NULL;
/src/sys/arch/sun3/sun3/
pmap.c
305
struct pmap *
context_upmap
;
member in struct:context_state
510
context_array[0].
context_upmap
= kernel_pmap;
514
context_array[i].
context_upmap
= NULL;
549
context->context_num, context->
context_upmap
);
551
context_free(context->
context_upmap
);
557
if (context->
context_upmap
!= NULL)
561
context->
context_upmap
= pmap;
640
contextp->
context_upmap
= NULL;
Completed in 16 milliseconds
Indexes created Fri Sep 26 20:09:58 GMT 2025