Lines Matching defs:context
506 * We gradually age out SLBs after a number of context switches to
671 static long slb_insert_entry(unsigned long ea, unsigned long context,
678 vsid = get_vsid(context, ea, ssize);
700 * we enter with and the rfid we exit with are context synchronizing.
739 unsigned long context;
781 context = get_kernel_context(ea);
783 return slb_insert_entry(ea, context, flags, ssize, true);
788 unsigned long context;
797 if (ea >= mm_ctx_slb_addr_limit(&mm->context))
800 context = get_user_context(&mm->context, ea);
801 if (!context)
814 return slb_insert_entry(ea, context, flags, ssize, false);
830 * not bolted. E.g., PACA and global variables are okay, mm->context
840 * normal process context (synchronous) interrupt for those, which