Lines Matching defs:context
530 * We gradually age out SLBs after a number of context switches to
695 static long slb_insert_entry(unsigned long ea, unsigned long context,
702 vsid = get_vsid(context, ea, ssize);
724 * we enter with and the rfid we exit with are context synchronizing.
763 unsigned long context;
805 context = get_kernel_context(ea);
807 return slb_insert_entry(ea, context, flags, ssize, true);
812 unsigned long context;
821 if (ea >= mm_ctx_slb_addr_limit(&mm->context))
824 context = get_user_context(&mm->context, ea);
825 if (!context)
838 return slb_insert_entry(ea, context, flags, ssize, false);
854 * mm->context stuff is not.