Home
last modified time | relevance | path

Searched refs:extended_id (Results 1 – 3 of 3) sorted by relevance

/linux/arch/powerpc/mm/book3s64/
A Dmmu_context.c70 for (i = 0; i < ARRAY_SIZE(ctx->extended_id); i++) { in realloc_context_ids()
71 if (i == 0 || ctx->extended_id[i]) { in realloc_context_ids()
76 ctx->extended_id[i] = id; in realloc_context_ids()
85 if (ctx->extended_id[i]) in realloc_context_ids()
86 ida_free(&mmu_context_ida, ctx->extended_id[i]); in realloc_context_ids()
218 for (index = 0; index < ARRAY_SIZE(ctx->extended_id); index++) { in destroy_contexts()
219 context_id = ctx->extended_id[index]; in destroy_contexts()
/linux/arch/powerpc/include/asm/book3s/64/
A Dmmu.h101 mm_context_id_t extended_id[TASK_SIZE_USER64/TASK_CONTEXT_SIZE]; member
262 if (likely(index < ARRAY_SIZE(ctx->extended_id))) in get_user_context()
263 return ctx->extended_id[index]; in get_user_context()
/linux/arch/powerpc/include/asm/
A Dmmu_context.h89 VM_WARN_ON(mm->context.extended_id[index]); in alloc_extended_context()
90 mm->context.extended_id[index] = context_id; in alloc_extended_context()

Completed in 8 milliseconds