user_ctx 216 drivers/bus/fsl-mc/dpcon.c dpcon_cmd->user_ctx = cpu_to_le64(cfg->user_ctx); user_ctx 479 drivers/bus/fsl-mc/fsl-mc-private.h __le64 user_ctx; user_ctx 4736 drivers/crypto/caam/caamalg_qi2.c rx_queue_cfg.user_ctx = ppriv->nctx.qman64; user_ctx 194 drivers/crypto/caam/dpseci.c cmd_params->user_ctx = cpu_to_le64(cfg->user_ctx); user_ctx 233 drivers/crypto/caam/dpseci.c attr->user_ctx = le64_to_cpu(cmd_params->user_ctx); user_ctx 149 drivers/crypto/caam/dpseci.h u64 user_ctx; user_ctx 166 drivers/crypto/caam/dpseci.h u64 user_ctx; user_ctx 88 drivers/crypto/caam/dpseci_cmd.h __le64 user_ctx; user_ctx 2206 drivers/net/ethernet/freescale/dpaa2/dpaa2-eth.c dpcon_notif_cfg.user_ctx = nctx->qman64; user_ctx 106 drivers/video/fbdev/hyperv_fb.c u64 user_ctx; user_ctx 112 drivers/video/fbdev/hyperv_fb.c u64 user_ctx; user_ctx 125 drivers/video/fbdev/hyperv_fb.c u64 user_ctx; user_ctx 131 drivers/video/fbdev/hyperv_fb.c u64 user_ctx; user_ctx 266 drivers/video/fbdev/hyperv_fb.c msg.situ.user_ctx = 0; user_ctx 491 drivers/video/fbdev/hyperv_fb.c msg->vram.user_ctx = msg->vram.vram_gpa = info->fix.smem_start; user_ctx 501 drivers/video/fbdev/hyperv_fb.c if (msg->vram_ack.user_ctx != info->fix.smem_start) { user_ctx 569 include/linux/fsl/mc.h u64 user_ctx; user_ctx 403 net/bpf/test_run.c struct bpf_flow_keys *user_ctx; user_ctx 428 net/bpf/test_run.c user_ctx = bpf_ctx_init(kattr, sizeof(struct bpf_flow_keys)); user_ctx 429 net/bpf/test_run.c if (IS_ERR(user_ctx)) { user_ctx 431 net/bpf/test_run.c return PTR_ERR(user_ctx); user_ctx 433 net/bpf/test_run.c if (user_ctx) { user_ctx 434 net/bpf/test_run.c ret = verify_user_bpf_flow_keys(user_ctx); user_ctx 437 net/bpf/test_run.c flags = user_ctx->flags; user_ctx 481 net/bpf/test_run.c ret = bpf_ctx_finish(kattr, uattr, user_ctx, user_ctx 485 net/bpf/test_run.c kfree(user_ctx);