Searched refs:ucontext (Results 101 - 125 of 148) sorted by relevance

123456

/linux-master/arch/um/os-Linux/
H A Dsignal.c20 #include <sys/ucontext.h>
/linux-master/tools/testing/selftests/arm64/mte/
H A Dcheck_user_mem.c13 #include <ucontext.h>
H A Dcheck_child_memory.c11 #include <ucontext.h>
H A Dcheck_tags_inclusion.c11 #include <ucontext.h>
H A Dcheck_mmap_options.c12 #include <ucontext.h>
/linux-master/arch/riscv/kernel/
H A Dcompat_signal.c12 #include <asm/ucontext.h>
36 * ucontext, so we're putting this at the end in order to allow for
211 /* Create the ucontext. */
234 regs->a2 = (unsigned long)(&frame->uc); /* a2: ucontext pointer */
/linux-master/tools/testing/selftests/perf_events/
H A Dsigtrap_threads.c71 static void sigtrap_handler(int signum, siginfo_t *info, void *ucontext) argument
/linux-master/arch/x86/kernel/
H A Dsignal.c33 #include <asm/ucontext.h>
179 * | siginfo + ucontext |
/linux-master/arch/mips/kernel/
H A Dsignal.c36 #include <asm/ucontext.h>
52 /* Matches struct ucontext from its uc_mcontext field onwards */
62 struct ucontext rs_uc;
150 struct ucontext __user *uc;
154 * ucontext here, because the offset from sigcontext to extended
157 uc = container_of(sc, struct ucontext, uc_mcontext);
766 /* Create the ucontext. */
783 * a2 = pointer to ucontext
/linux-master/tools/perf/tests/
H A Dsigtrap.c167 sigtrap_handler(int signum __maybe_unused, siginfo_t *info, void *ucontext __maybe_unused)
/linux-master/arch/sparc/kernel/
H A Dsignal_64.c43 struct ucontext __user *ucp = (struct ucontext __user *)
142 struct ucontext __user *ucp = (struct ucontext __user *)
/linux-master/drivers/infiniband/hw/efa/
H A Defa.h101 struct efa_ucontext *ucontext; member in struct:efa_cq
/linux-master/tools/testing/selftests/riscv/hwprobe/
H A Dcbo.c17 #include <asm/ucontext.h>
/linux-master/arch/alpha/kernel/
H A Dsignal.c29 #include <asm/ucontext.h>
134 struct ucontext uc;
386 /* Create the ucontext. */
417 regs->r18 = (unsigned long) &frame->uc; /* a2: ucontext pointer */
/linux-master/arch/sh/kernel/
H A Dsignal_32.c29 #include <asm/ucontext.h>
72 struct ucontext uc;
348 /* Create the ucontext. */
/linux-master/drivers/infiniband/hw/mana/
H A Dmain.c198 struct mana_ib_ucontext *ucontext = local
218 ucontext->doorbell = doorbell_page;
467 /* Map to the page indexed by ucontext->doorbell */
/linux-master/tools/testing/selftests/arm64/signal/
H A Dtest_signals_utils.c12 #include <ucontext.h>
/linux-master/drivers/infiniband/hw/mlx5/
H A Dmlx5_ib.h1545 static inline int get_qp_user_index(struct mlx5_ib_ucontext *ucontext, argument
1550 u8 cqe_version = ucontext->cqe_version;
1562 static inline int get_srq_user_index(struct mlx5_ib_ucontext *ucontext, argument
1567 u8 cqe_version = ucontext->cqe_version;
/linux-master/drivers/infiniband/hw/hns/
H A Dhns_roce_main.c298 hns_roce_user_mmap_entry_insert(struct ib_ucontext *ucontext, u64 address, argument
316 ucontext, &entry->rdma_entry, length, 0);
320 ucontext, &entry->rdma_entry, length, 1,
/linux-master/drivers/infiniband/hw/ocrdma/
H A Docrdma.h333 struct ocrdma_ucontext *ucontext; member in struct:ocrdma_cq
/linux-master/tools/testing/selftests/x86/
H A Dfsgsbase.c20 #include <sys/ucontext.h>
H A Dsigreturn.c40 #include <sys/ucontext.h>
55 * Copied from asm/ucontext.h, as asm/ucontext.h conflicts badly with the glibc
H A Dtest_vsyscall.c15 #include <sys/ucontext.h>
/linux-master/drivers/infiniband/hw/cxgb4/
H A Drestrack.c147 if (qhp->ucontext)
/linux-master/tools/perf/util/
H A Devlist.h185 void (*exec_error)(int signo, siginfo_t *info, void *ucontext));

Completed in 313 milliseconds

123456