Home
last modified time | relevance | path

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

/linux/arch/powerpc/mm/book3s64/
H A Dmmu_context.c73 for (i = 0; i < ARRAY_SIZE(ctx->extended_id); i++) { in realloc_context_ids()
74 if (i == 0 || ctx->extended_id[i]) { in realloc_context_ids()
79 ctx->extended_id[i] = id; in realloc_context_ids()
88 if (ctx->extended_id[i]) in realloc_context_ids()
89 ida_free(&mmu_context_ida, ctx->extended_id[i]); in realloc_context_ids()
234 for (index = 0; index < ARRAY_SIZE(ctx->extended_id); index++) { in destroy_contexts()
235 context_id = ctx->extended_id[index]; in destroy_contexts()
/linux/arch/powerpc/include/asm/book3s/64/
H A Dmmu.h100 mm_context_id_t extended_id[TASK_SIZE_USER64/TASK_CONTEXT_SIZE]; member
274 if (likely(index < ARRAY_SIZE(ctx->extended_id))) in get_user_context()
275 return ctx->extended_id[index]; in get_user_context()
/linux/arch/powerpc/include/asm/
H A Dmmu_context.h83 VM_WARN_ON(mm->context.extended_id[index]); in alloc_extended_context()
84 mm->context.extended_id[index] = context_id; in alloc_extended_context()