Searched refs:ucontext (Results 51 - 75 of 149) sorted by relevance

123456

/linux-master/arch/powerpc/perf/
H A Dcallchain_32.c15 #include <asm/ucontext.h>
28 #define ucontext32 ucontext
H A Dcallchain.c15 #include <asm/ucontext.h>
/linux-master/tools/testing/selftests/arm64/bti/
H A Dtest.c15 #include <asm/ucontext.h>
17 typedef struct ucontext ucontext_t;
/linux-master/arch/x86/um/os-Linux/
H A Dmcontext.c2 #include <sys/ucontext.h>
/linux-master/tools/testing/selftests/powerpc/tm/
H A Dtm-signal-context-force-tm.c24 #include <ucontext.h>
/linux-master/arch/x86/kernel/
H A Dasm-offsets_32.c8 #include <asm/ucontext.h>
/linux-master/arch/nios2/kernel/
H A Dsignal.c20 #include <asm/ucontext.h>
34 struct ucontext uc;
39 struct ucontext __user *uc, int *pr2)
128 static inline int rt_setup_ucontext(struct ucontext __user *uc, struct pt_regs *regs)
193 /* Create the ucontext. */
/linux-master/tools/testing/selftests/arm64/signal/testcases/
H A Dza_no_regs.c10 #include <ucontext.h>
H A Dsve_regs.c10 #include <ucontext.h>
H A Dssve_regs.c10 #include <ucontext.h>
H A Dza_regs.c10 #include <ucontext.h>
H A Dtestcases.h11 #include <ucontext.h>
H A Dssve_za_regs.c10 #include <ucontext.h>
/linux-master/tools/testing/selftests/syscall_user_dispatch/
H A Dsud_test.c151 static void handle_sigsys(int sig, siginfo_t *info, void *ucontext) argument
172 ((ucontext_t *)ucontext)->uc_mcontext.__gregs[REG_A0] =
173 ((ucontext_t *)ucontext)->uc_mcontext.__gregs[REG_A7];
H A Dsud_benchmark.c104 static void handle_sigsys(int sig, siginfo_t *info, void *ucontext) argument
/linux-master/arch/powerpc/kernel/
H A Dsignal_64.c27 #include <asm/ucontext.h>
49 * 1) a rt_sigframe struct which contains the ucontext
55 /* sys_rt_sigreturn requires the ucontext be the first field */
56 struct ucontext uc;
58 struct ucontext uc_transact;
462 * TFHAR is restored from the checkpointed 'wound-back' ucontext's NIP.
648 * Userspace code may pass a ucontext which doesn't include VSX added
652 (sizeof(struct ucontext) - 32*sizeof(long))
657 SYSCALL_DEFINE3(swapcontext, struct ucontext __user *, old_ctx,
658 struct ucontext __use
[all...]
/linux-master/drivers/infiniband/hw/efa/
H A Defa_verbs.c481 efa_user_mmap_entry_insert(struct ib_ucontext *ucontext, argument
494 err = rdma_user_mmap_entry_insert(ucontext, &entry->rdma_entry,
507 struct efa_ucontext *ucontext,
516 efa_user_mmap_entry_insert(&ucontext->ibucontext,
530 efa_user_mmap_entry_insert(&ucontext->ibucontext,
543 efa_user_mmap_entry_insert(&ucontext->ibucontext,
554 efa_user_mmap_entry_insert(&ucontext->ibucontext,
644 struct efa_ucontext *ucontext; local
648 ucontext = rdma_udata_to_drv_context(udata, struct efa_ucontext,
700 create_qp_params.uarn = ucontext
505 qp_mmap_entries_setup(struct efa_qp *qp, struct efa_dev *dev, struct efa_ucontext *ucontext, struct efa_com_create_qp_params *params, struct efa_ibv_create_qp_resp *resp) argument
1089 struct efa_ucontext *ucontext = rdma_udata_to_drv_context( local
1873 struct efa_ucontext *ucontext = to_eucontext(ibucontext); local
1927 struct efa_ucontext *ucontext = to_eucontext(ibucontext); local
1940 __efa_mmap(struct efa_dev *dev, struct efa_ucontext *ucontext, struct vm_area_struct *vma) argument
2006 struct efa_ucontext *ucontext = to_eucontext(ibucontext); local
[all...]
/linux-master/drivers/infiniband/hw/cxgb4/
H A Diw_cxgb4.h490 struct c4iw_ucontext *ucontext; member in struct:c4iw_qp
542 static inline struct c4iw_mm_entry *remove_mmap(struct c4iw_ucontext *ucontext, argument
548 spin_lock(&ucontext->mmap_lock);
549 list_for_each_safe(pos, nxt, &ucontext->mmaps) {
554 spin_unlock(&ucontext->mmap_lock);
560 spin_unlock(&ucontext->mmap_lock);
564 static inline void insert_mmap(struct c4iw_ucontext *ucontext, argument
567 spin_lock(&ucontext->mmap_lock);
570 list_add_tail(&mm->entry, &ucontext->mmaps);
571 spin_unlock(&ucontext
[all...]
/linux-master/drivers/infiniband/core/
H A Duverbs_cmd.c209 struct ib_ucontext *ucontext; local
217 ucontext = rdma_zalloc_drv_obj(ib_dev, ib_ucontext);
218 if (!ucontext)
221 ucontext->device = ib_dev;
222 ucontext->ufile = ufile;
223 xa_init_flags(&ucontext->mmap_xa, XA_FLAGS_ALLOC);
225 rdma_restrack_new(&ucontext->res, RDMA_RESTRACK_CTX);
226 rdma_restrack_set_name(&ucontext->res, NULL);
227 attrs->context = ucontext;
233 struct ib_ucontext *ucontext local
324 copy_query_dev_fields(struct ib_ucontext *ucontext, struct ib_uverbs_query_device_resp *resp, struct ib_device_attr *attr) argument
374 struct ib_ucontext *ucontext; local
397 struct ib_ucontext *ucontext; local
3594 struct ib_ucontext *ucontext; local
[all...]
H A Duverbs_main.c94 * must be held until use of the ucontext is finished.
101 * get_context, we get NULL or valid ucontext.
103 struct ib_ucontext *ucontext = smp_load_acquire(&ufile->ucontext); local
109 if (!ucontext)
112 return ucontext;
693 struct ib_ucontext *ucontext; local
698 ucontext = ib_uverbs_get_ucontext_file(file);
699 if (IS_ERR(ucontext)) {
700 ret = PTR_ERR(ucontext);
[all...]
/linux-master/tools/testing/selftests/powerpc/mm/
H A Dwild_bctr.c15 #include <ucontext.h>
/linux-master/tools/testing/selftests/x86/
H A Dsyscall_arg_fault.c13 #include <sys/ucontext.h>
/linux-master/tools/perf/tests/
H A Dtask-exit.c31 void *ucontext __maybe_unused)
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dperf_skip.c23 void *ucontext __always_unused)
/linux-master/arch/csky/kernel/
H A Dsignal.c9 #include <asm/ucontext.h>
48 struct ucontext uc;
148 /* Create the ucontext. */
172 regs->a2 = (unsigned long)(&(frame->uc)); /* a2: ucontext pointer */

Completed in 369 milliseconds

123456