Searched refs:ncontext (Results 1 – 6 of 6) sorted by relevance
68 int ncontext; /* max. # of contexts (that we use) */ member
389 int ncontext; /* sizeof ctx_freelist */ variable1304 for (i = ncontext; --i > 0;) in mmu_reservemon4_4c()1313 for (i = ncontext; --i > 0;) in mmu_reservemon4_4c()1766 for (i = ncontext; --i >= 0;) { in me_alloc()1982 i = ncontext - 1; in mmu_pagein_reg()2044 i = ncontext - 1; in mmu_pagein_seg()2161 if ((ctx_kick += ctx_kickdir) >= ncontext) { in ctx_alloc()2162 ctx_kick = ncontext - 1; in ctx_alloc()3103 ncontext = nctx; in pmap_bootstrap4_4c()3274 for (i = 1; i < ncontext; i++) { in pmap_bootstrap4_4c()[all …]
2140 sc->mmu_ncontext = mp->minfo->ncontext; in getcpuinfo()
4482 ucontext_t *ncontext = (ucontext_t*) sframe->arg2; in stack_unwind() local4483 wctx.pc = GET_PC (ncontext); in stack_unwind()4489 unsigned long nsp = GET_SP (ncontext); in stack_unwind()4497 wctx.fp = GET_FP (ncontext); in stack_unwind()4516 ucontext_t *ncontext = (ucontext_t*) wctx.sp; in stack_unwind() local4517 wctx.pc = GET_PC (ncontext); in stack_unwind()4523 unsigned long nsp = GET_SP (ncontext); in stack_unwind()4531 wctx.fp = GET_FP (ncontext); in stack_unwind()
4488 ucontext_t *ncontext = (ucontext_t*) sframe->arg2; in stack_unwind() local4489 wctx.pc = GET_PC (ncontext); in stack_unwind()4495 unsigned long nsp = GET_SP (ncontext); in stack_unwind()4503 wctx.fp = GET_FP (ncontext); in stack_unwind()4522 ucontext_t *ncontext = (ucontext_t*) wctx.sp; in stack_unwind() local4523 wctx.pc = GET_PC (ncontext); in stack_unwind()4529 unsigned long nsp = GET_SP (ncontext); in stack_unwind()4537 wctx.fp = GET_FP (ncontext); in stack_unwind()
2512 unsigned int ncontext; member2519 return smoke->contexts[i915_prandom_u32_max_state(smoke->ncontext, in smoke_context()2644 RUNTIME_INFO(smoke->gt->i915)->num_engines, smoke->ncontext); in smoke_crescendo()2672 RUNTIME_INFO(smoke->gt->i915)->num_engines, smoke->ncontext); in smoke_random()2681 .ncontext = 1024, in live_preempt_smoke()2692 smoke.contexts = kmalloc_array(smoke.ncontext, in live_preempt_smoke()2721 for (n = 0; n < smoke.ncontext; n++) { in live_preempt_smoke()2741 for (n = 0; n < smoke.ncontext; n++) { in live_preempt_smoke()