Home
last modified time | relevance | path

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

/linux-4.1.27/arch/powerpc/mm/
Dslb_low.S69 addis r9,r9,(MAX_USER_CONTEXT - 0xc + 1)@ha
70 addi r9,r9,(MAX_USER_CONTEXT - 0xc + 1)@l
108 addis r9,r9,(MAX_USER_CONTEXT - 0xc + 1)@ha
109 addi r9,r9,(MAX_USER_CONTEXT - 0xc + 1)@l
Dmmu_context_hash64.c51 if (index > MAX_USER_CONTEXT) { in __init_new_context()
/linux-4.1.27/arch/powerpc/include/asm/
Dmmu-hash64.h426 #define MAX_USER_CONTEXT ((ASM_CONST(1) << CONTEXT_BITS) - 5) macro
603 context = (MAX_USER_CONTEXT) + ((ea >> 60) - 0xc) + 1; in get_kernel_vsid()