Searched refs:ucontext (Results 1 - 25 of 148) sorted by relevance

123456

/linux-master/arch/xtensa/include/asm/
H A Ducontext.h2 * include/asm-xtensa/ucontext.h
14 struct ucontext { struct
16 struct ucontext *uc_link;
/linux-master/arch/parisc/include/asm/
H A Ducontext.h5 struct ucontext { struct
7 struct ucontext *uc_link;
H A Drt_sigframe.h8 struct ucontext uc;
/linux-master/arch/alpha/include/asm/
H A Ducontext.h5 struct ucontext { struct
7 struct ucontext *uc_link;
/linux-master/include/uapi/asm-generic/
H A Ducontext.h5 struct ucontext { struct
7 struct ucontext *uc_link;
/linux-master/arch/arm/kernel/
H A Dsignal.h1 #include <asm/ucontext.h>
4 struct ucontext uc;
/linux-master/arch/arm64/include/uapi/asm/
H A Ducontext.h22 struct ucontext { struct
24 struct ucontext *uc_link;
/linux-master/arch/loongarch/include/uapi/asm/
H A Ducontext.h6 * struct ucontext - user context structure
14 struct ucontext { struct
16 struct ucontext *uc_link;
28 * ucontext, so we're putting this at the end in order to allow for
/linux-master/arch/riscv/include/uapi/asm/
H A Ducontext.h6 * This file was copied from arch/arm64/include/uapi/asm/ucontext.h
13 struct ucontext { struct
15 struct ucontext *uc_link;
30 * ucontext, so we're putting this at the end in order to allow for
/linux-master/arch/s390/include/uapi/asm/
H A Ducontext.h5 * Derived from "include/asm-i386/ucontext.h"
22 struct ucontext *uc_link;
31 struct ucontext { struct
33 struct ucontext *uc_link;
/linux-master/arch/x86/include/uapi/asm/
H A Ducontext.h7 * layout pointed by the fpstate pointer in the ucontext's sigcontext
54 #include <asm-generic/ucontext.h>
/linux-master/drivers/infiniband/core/
H A Dib_core_uverbs.c53 * @ucontext: associated user context
67 int rdma_user_mmap_io(struct ib_ucontext *ucontext, struct vm_area_struct *vma, argument
71 struct ib_uverbs_file *ufile = ucontext->ufile;
104 * @ucontext: associated user context
117 rdma_user_mmap_entry_get_pgoff(struct ib_ucontext *ucontext, argument
125 xa_lock(&ucontext->mmap_xa);
127 entry = xa_load(&ucontext->mmap_xa, pgoff);
138 xa_unlock(&ucontext->mmap_xa);
140 ibdev_dbg(ucontext->device, "mmap: pgoff[%#lx] npages[%#zx] returned\n",
146 xa_unlock(&ucontext
161 rdma_user_mmap_entry_get(struct ib_ucontext *ucontext, struct vm_area_struct *vma) argument
183 struct ib_ucontext *ucontext = entry->ucontext; local
262 rdma_user_mmap_entry_insert_range(struct ib_ucontext *ucontext, struct rdma_user_mmap_entry *entry, size_t length, u32 min_pgoff, u32 max_pgoff) argument
360 rdma_user_mmap_entry_insert(struct ib_ucontext *ucontext, struct rdma_user_mmap_entry *entry, size_t length) argument
[all...]
H A Duverbs_std_types_device.c182 struct ib_ucontext *ucontext; local
186 ucontext = ib_uverbs_get_ucontext(attrs);
187 if (IS_ERR(ucontext))
188 return PTR_ERR(ucontext);
189 ib_dev = ucontext->device;
245 struct ib_ucontext *ucontext; local
250 ucontext = ib_uverbs_get_ucontext(attrs);
251 if (IS_ERR(ucontext))
252 return PTR_ERR(ucontext);
253 ib_dev = ucontext
317 struct ib_ucontext *ucontext; local
373 struct ib_ucontext *ucontext; local
[all...]
/linux-master/arch/m68k/include/asm/
H A Ducontext.h22 struct ucontext { struct
24 struct ucontext *uc_link;
/linux-master/arch/mips/include/uapi/asm/
H A Ducontext.h12 * ucontext and struct sigframe, with each extended context structure beginning
46 * struct ucontext - user context structure
54 struct ucontext { struct
57 struct ucontext *uc_link;
62 /* Extended context structures may follow ucontext */
/linux-master/arch/sparc/include/uapi/asm/
H A Ductx.h64 struct ucontext { struct
65 struct ucontext *uc_link;
70 typedef struct ucontext ucontext_t;
/linux-master/arch/x86/include/asm/
H A Dsigframe.h7 #include <asm/ucontext.h>
13 #define ucontext_ia32 ucontext
61 struct ucontext uc;
/linux-master/arch/powerpc/include/uapi/asm/
H A Ducontext.h21 struct ucontext { struct
23 struct ucontext __user *uc_link;
/linux-master/tools/testing/selftests/arm64/signal/testcases/
H A Dsme_trap_no_sm.c10 #include <ucontext.h>
H A Dsme_trap_za.c9 #include <ucontext.h>
H A Dfake_sigreturn_misaligned_sp.c11 #include <ucontext.h>
H A Dsme_trap_non_streaming.c10 #include <ucontext.h>
/linux-master/arch/x86/um/
H A Dstub_segv.c9 #include <sys/ucontext.h>
/linux-master/arch/arm/include/asm/
H A Ducontext.h10 * ucontext now has room for all registers which need to be saved and
18 struct ucontext { struct
20 struct ucontext *uc_link;
/linux-master/tools/testing/selftests/powerpc/signal/
H A Dsigreturn_unaligned.c12 #include <ucontext.h>

Completed in 196 milliseconds

123456