Lines Matching defs:pid
416 ((u64)be32_to_cpu(ctx->elem->common.pid) << 32) |
664 u32 pid;
674 pid = 0;
677 pr_devel("%s: unable to get mm for pe=%d pid=%i\n",
678 __func__, ctx->pe, pid_nr(ctx->pid));
681 pid = ctx->mm->context.id;
694 ctx->elem->common.pid = cpu_to_be32(pid);
738 u32 pid;
748 pid = current->pid;
750 pid = 0;
752 ctx->elem->common.pid = cpu_to_be32(pid);
935 u64 pid;
938 pid = (u64)current->pid << 32;
940 pid = 0;
941 cxl_p2n_write(afu, CXL_PSL_PID_TID_An, pid);