Home
last modified time | relevance | path

Searched refs:uctxt (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/infiniband/hw/hfi1/
H A Dfile_ops.c42 static void init_subctxts(struct hfi1_ctxtdata *uctxt,
45 struct hfi1_ctxtdata *uctxt);
46 static void user_init(struct hfi1_ctxtdata *uctxt);
56 struct hfi1_ctxtdata *uctxt);
57 static int setup_subctxt(struct hfi1_ctxtdata *uctxt);
64 static void deallocate_ctxt(struct hfi1_ctxtdata *uctxt);
67 static int user_event_ack(struct hfi1_ctxtdata *uctxt, u16 subctxt,
69 static int set_ctxt_pkey(struct hfi1_ctxtdata *uctxt, unsigned long arg);
70 static int ctxt_reset(struct hfi1_ctxtdata *uctxt);
71 static int manage_rcvq(struct hfi1_ctxtdata *uctxt, u16 subctxt,
[all …]
H A Dtrace_ctxts.h21 TP_PROTO(struct hfi1_devdata *dd, struct hfi1_ctxtdata *uctxt,
23 TP_ARGS(dd, uctxt, subctxt),
37 __entry->ctxt = uctxt->ctxt;
39 __entry->credits = uctxt->sc->credits;
40 __entry->hw_free = le64_to_cpu(*uctxt->sc->hw_free);
41 __entry->piobase = uctxt->sc->base_addr;
42 __entry->rcvhdrq_cnt = get_hdrq_cnt(uctxt);
43 __entry->rcvhdrq_dma = uctxt->rcvhdrq_dma;
44 __entry->eager_cnt = uctxt->egrbufs.alloced;
45 __entry->rcvegr_dma = uctxt->egrbufs.rcvtids[0].dma;
[all …]
H A Duser_sdma.h194 int hfi1_user_sdma_alloc_queues(struct hfi1_ctxtdata *uctxt,
197 struct hfi1_ctxtdata *uctxt);
/linux/tools/testing/selftests/mm/
H A Dprotection_keys.c229 ucontext_t *uctxt = vucontext; in pkey_disable_set()
248 trapno = MCONTEXT_TRAPNO(uctxt->uc_mcontext); in pkey_disable_set()
249 ip = MCONTEXT_IP(uctxt->uc_mcontext); in pkey_disable_set()
251 fpregs = (char *) uctxt->uc_mcontext.fpregs; in pkey_disable_set()
314 aarch64_write_signal_pkey(uctxt, PKEY_REG_ALLOW_ALL); in signal_handler() local