/src/sys/arch/sun2/sun2/ |
db_memrw.c | 106 int old_ctx; local in function:db_write_text 114 old_ctx = get_context(); 137 set_context(old_ctx); 158 set_context(old_ctx);
|
pmap.c | 3016 int old_ctx, s, sme; local in function:pmap_protect1 3027 old_ctx = get_context(); 3032 set_context(old_ctx); 3038 old_ctx = INVALID_CONTEXT; 3042 old_ctx = get_context(); 3054 if (old_ctx != INVALID_CONTEXT) { 3056 set_context(old_ctx); 3154 int old_ctx, pte, sme, segnum; local in function:pmap_protect_noctx 3175 old_ctx = get_context(); 3207 set_context(old_ctx); 3252 int old_ctx, s, sme; local in function:pmap_remove1 3438 int old_ctx, pte, sme, segnum; local in function:pmap_remove_noctx [all...] |
/src/sys/arch/sun3/sun3/ |
pmap.c | 2994 int old_ctx, s, sme; local in function:pmap_protect1 3013 old_ctx = INVALID_CONTEXT; 3017 old_ctx = get_context(); 3029 if (old_ctx != INVALID_CONTEXT) { 3031 set_context(old_ctx); 3125 int old_ctx, pte, sme, segnum; local in function:pmap_protect_noctx 3146 old_ctx = get_context(); 3168 set_context(old_ctx); 3213 int old_ctx, s, sme; local in function:pmap_remove1 3232 old_ctx = INVALID_CONTEXT 3394 int old_ctx, pte, sme, segnum; local in function:pmap_remove_noctx [all...] |