| /src/sys/arch/sparc/sparc/ |
| cpuvar.h | 68 int ncontext; /* max. # of contexts (that we use) */ member in struct:module_info
|
| cpuvar.h | 68 int ncontext; /* max. # of contexts (that we use) */ member in struct:module_info
|
| pmap.c | 389 int ncontext; /* sizeof ctx_freelist */ variable 1304 for (i = ncontext; --i > 0;) 1313 for (i = ncontext; --i > 0;) 1766 for (i = ncontext; --i >= 0;) { 1982 i = ncontext - 1; 2044 i = ncontext - 1; 2161 if ((ctx_kick += ctx_kickdir) >= ncontext) { 2162 ctx_kick = ncontext - 1; 3103 ncontext = nctx; 3274 for (i = 1; i < ncontext; i++) [all...] |
| pmap.c | 389 int ncontext; /* sizeof ctx_freelist */ variable 1304 for (i = ncontext; --i > 0;) 1313 for (i = ncontext; --i > 0;) 1766 for (i = ncontext; --i >= 0;) { 1982 i = ncontext - 1; 2044 i = ncontext - 1; 2161 if ((ctx_kick += ctx_kickdir) >= ncontext) { 2162 ctx_kick = ncontext - 1; 3103 ncontext = nctx; 3274 for (i = 1; i < ncontext; i++) [all...] |
| /src/sys/external/bsd/drm2/dist/drm/i915/gt/ |
| selftest_lrc.c | 2512 unsigned int ncontext; member in struct:preempt_smoke 2519 return smoke->contexts[i915_prandom_u32_max_state(smoke->ncontext, 2644 RUNTIME_INFO(smoke->gt->i915)->num_engines, smoke->ncontext); 2672 RUNTIME_INFO(smoke->gt->i915)->num_engines, smoke->ncontext); 2681 .ncontext = 1024, 2692 smoke.contexts = kmalloc_array(smoke.ncontext, 2721 for (n = 0; n < smoke.ncontext; n++) { 2741 for (n = 0; n < smoke.ncontext; n++) {
|
| selftest_lrc.c | 2512 unsigned int ncontext; member in struct:preempt_smoke 2519 return smoke->contexts[i915_prandom_u32_max_state(smoke->ncontext, 2644 RUNTIME_INFO(smoke->gt->i915)->num_engines, smoke->ncontext); 2672 RUNTIME_INFO(smoke->gt->i915)->num_engines, smoke->ncontext); 2681 .ncontext = 1024, 2692 smoke.contexts = kmalloc_array(smoke.ncontext, 2721 for (n = 0; n < smoke.ncontext; n++) { 2741 for (n = 0; n < smoke.ncontext; n++) {
|
| /src/external/gpl3/binutils/dist/gprofng/libcollector/ |
| unwind.c | 4493 ucontext_t *ncontext = (ucontext_t*) sframe->arg2; local 4494 wctx.pc = GET_PC (ncontext); 4500 unsigned long nsp = GET_SP (ncontext); 4508 wctx.fp = GET_FP (ncontext); 4527 ucontext_t *ncontext = (ucontext_t*) wctx.sp; 4528 wctx.pc = GET_PC (ncontext); 4534 unsigned long nsp = GET_SP (ncontext); 4542 wctx.fp = GET_FP (ncontext);
|
| unwind.c | 4493 ucontext_t *ncontext = (ucontext_t*) sframe->arg2; local 4494 wctx.pc = GET_PC (ncontext); 4500 unsigned long nsp = GET_SP (ncontext); 4508 wctx.fp = GET_FP (ncontext); 4527 ucontext_t *ncontext = (ucontext_t*) wctx.sp; 4528 wctx.pc = GET_PC (ncontext); 4534 unsigned long nsp = GET_SP (ncontext); 4542 wctx.fp = GET_FP (ncontext);
|
| /src/external/gpl3/binutils.old/dist/gprofng/libcollector/ |
| unwind.c | 4493 ucontext_t *ncontext = (ucontext_t*) sframe->arg2; local 4494 wctx.pc = GET_PC (ncontext); 4500 unsigned long nsp = GET_SP (ncontext); 4508 wctx.fp = GET_FP (ncontext); 4527 ucontext_t *ncontext = (ucontext_t*) wctx.sp; 4528 wctx.pc = GET_PC (ncontext); 4534 unsigned long nsp = GET_SP (ncontext); 4542 wctx.fp = GET_FP (ncontext);
|
| unwind.c | 4493 ucontext_t *ncontext = (ucontext_t*) sframe->arg2; local 4494 wctx.pc = GET_PC (ncontext); 4500 unsigned long nsp = GET_SP (ncontext); 4508 wctx.fp = GET_FP (ncontext); 4527 ucontext_t *ncontext = (ucontext_t*) wctx.sp; 4528 wctx.pc = GET_PC (ncontext); 4534 unsigned long nsp = GET_SP (ncontext); 4542 wctx.fp = GET_FP (ncontext);
|