Home
last modified time | relevance | path

Searched refs:last_context (Results 1 – 4 of 4) sorted by relevance

/linux-3.4.99/arch/powerpc/mm/
Dmmu_context_nohash.c55 static unsigned int first_context, last_context; variable
63 (sizeof(unsigned long) * (last_context / BITS_PER_LONG + 1))
87 max = last_context - first_context; in steal_context_smp()
99 if (id > last_context) in steal_context_smp()
167 for (id = first_context; id <= last_context; id++) { in context_check_map()
228 if (id > last_context) in switch_mmu_context()
249 id = find_next_zero_bit(map, last_context+1, id); in switch_mmu_context()
250 if (id > last_context) in switch_mmu_context()
413 last_context = 15; in mmu_context_init()
416 last_context = 65535; in mmu_context_init()
[all …]
/linux-3.4.99/drivers/gpu/drm/
Ddrm_context.c241 if (new == dev->last_context) { in drm_context_switch()
263 dev->last_context = new; /* PRE/POST: This is the _only_ writer. */ in drm_context_switch_complete()
397 return drm_context_switch(dev, dev->last_context, ctx->handle); in drm_switchctx()
Ddrm_fops.c85 dev->last_context = 0; in drm_setup()
/linux-3.4.99/include/drm/
DdrmP.h1128 int last_context; /**< Last current context */ member