Lines Matching refs:id
66 if (!p->id_busy && p->id != cxn_pinned) in get_cxn()
72 cxn = p->id; in get_cxn()
73 p->id = 0; in get_cxn()
78 ctx->id = cxn; in get_cxn()
82 return ctx->id; in get_cxn()
110 asm volatile("movgs %0,cxnr" : : "r"(ctx->id)); in change_mm_context()
137 if (ctx->id == cxn_pinned) in destroy_context()
141 clear_bit(ctx->id, cxn_bitmap); in destroy_context()
142 __flush_tlb_mm(ctx->id); in destroy_context()
143 ctx->id = 0; in destroy_context()
157 buffer += sprintf(buffer, "CXNR: %u\n", mm->context.id); in proc_pid_status_frv_cxnr()