HomeSort by: relevance | last modified time | path
    Searched refs:set_context (Results 1 - 25 of 40) sorted by relevancy

1 2

  /src/sys/arch/sun68k/sun68k/
control.h 42 void set_context(int);
  /src/sys/arch/sun2/sun2/
db_memrw.c 115 set_context(0);
137 set_context(old_ctx);
158 set_context(old_ctx);
pmap.c 579 set_context(ctxnum);
619 set_context(saved_ctxnum);
1116 set_context(KERNEL_CONTEXT);
1121 set_context(pmap->pm_ctxnum);
1173 set_context(saved_ctx);
1215 set_context(KERNEL_CONTEXT);
1220 set_context(pmap->pm_ctxnum);
1270 set_context(saved_ctx);
1674 set_context(i);
1678 set_context(KERNEL_CONTEXT)
    [all...]
control.c 47 set_context(int c) function
promlib.c 105 set_context(0);
144 set_context(state->saved_ctx);
  /src/sys/arch/sun2/include/
pte.h 182 #define kernel_context() get_context(); set_context(0)
183 #define restore_context set_context
  /src/sys/arch/sun3/sun3/
control.c 47 set_context(int c) function
control.h 69 void set_context(int);
pmap.c 588 set_context(ctxnum);
628 set_context(saved_ctxnum);
1128 set_context(pmap->pm_ctxnum);
1180 set_context(saved_ctx);
1225 set_context(pmap->pm_ctxnum);
1275 set_context(saved_ctx);
2177 set_context(pmap->pm_ctxnum);
2185 set_context(pmap->pm_ctxnum);
2594 set_context(pmap->pm_ctxnum);
2602 set_context(pmap->pm_ctxnum)
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/cli/
cli-style.c 273 commands.set->set_context (this);
274 commands.show->set_context (this);
285 commands.set->set_context (this);
286 commands.show->set_context (this);
299 commands.set->set_context (this);
300 commands.show->set_context (this);
cli-decode.h 106 void set_context (void *context) function in struct:cmd_list_element
cli-dump.c 355 c->set_context (d);
363 c->set_context (d);
  /src/external/gpl3/gdb/dist/gdb/cli/
cli-style.c 323 commands.set->set_context (this);
324 commands.show->set_context (this);
334 commands.set->set_context (this);
335 commands.show->set_context (this);
348 commands.set->set_context (this);
349 commands.show->set_context (this);
cli-decode.h 111 void set_context (void *context) function in struct:cmd_list_element
cli-dump.c 355 c->set_context (d);
363 c->set_context (d);
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_thread.h 84 void set_context(AsanThreadContext *context) { context_ = context; } function in class:__asan::AsanThread
asan_thread.cc 35 thread->set_context(this);
  /src/external/gpl3/gcc/dist/libsanitizer/asan/
asan_thread.h 94 void set_context(AsanThreadContext *context) { context_ = context; } function in class:__asan::AsanThread
  /src/external/gpl3/gcc.old/dist/libsanitizer/asan/
asan_thread.h 79 void set_context(AsanThreadContext *context) { context_ = context; } function in class:__asan::AsanThread
asan_thread.cpp 34 thread->set_context(this);
  /src/external/gpl3/gdb.old/dist/gdb/python/
py-param.c 717 commands.set->set_context (self);
718 commands.show->set_context (self);
py-cmd.c 537 cmd->set_context (self_ref.release ());
  /src/external/gpl3/gdb/dist/gdb/python/
py-param.c 752 commands.set->set_context (self);
753 commands.show->set_context (self);
py-cmd.c 581 cmd->set_context (self_ref.release ());
  /src/external/gpl3/gdb.old/dist/gdb/guile/
scm-param.c 522 commands.set->set_context (self);
523 commands.show->set_context (self);

Completed in 37 milliseconds

1 2