Home
last modified time | relevance | path

Searched refs:MIN_USER_CONTEXT (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/arch/powerpc/mm/book3s64/
Dmmu_context.c51 return alloc_context_id(MIN_USER_CONTEXT, max); in hash__alloc_context_id()
/linux-6.1.9/arch/powerpc/include/asm/book3s/64/
Dmmu-hash.h617 #define MIN_USER_CONTEXT (MAX_KERNEL_CTX_CNT + MAX_VMALLOC_CTX_CNT + \ macro