Home
last modified time | relevance | path

Searched defs:ucontext (Results 1 – 25 of 38) sorted by relevance

12

/linux/arch/powerpc/include/uapi/asm/
H A Ducontext.h21 struct ucontext { struct
23 struct ucontext __user *uc_link; argument
24 stack_t uc_stack;
26 int uc_pad[7];
27 struct mcontext __user *uc_regs;/* points to uc_mcontext field */
29 sigset_t uc_sigmask;
32 sigset_t __unused[15]; /* Allow for uc_sigmask growth */
33 struct sigcontext uc_mcontext; /* last for extensibility */
35 int uc_maskext[30];
36 int uc_pad2[3];
[all …]
/linux/arch/arm64/include/uapi/asm/
H A Ducontext.h22 struct ucontext { struct
24 struct ucontext *uc_link; argument
25 stack_t uc_stack;
26 sigset_t uc_sigmask;
28 __u8 __unused[1024 / 8 - sizeof(sigset_t)];
30 struct sigcontext uc_mcontext;
/linux/arch/loongarch/include/uapi/asm/
H A Ducontext.h14 struct ucontext { struct
16 struct ucontext *uc_link; argument
28 * ucontext, so we're putting this at the end in order to allow for argument
32 struct sigcontext uc_mcontext;
/linux/arch/alpha/include/asm/
H A Ducontext.h5 struct ucontext { struct
7 struct ucontext *uc_link; argument
8 old_sigset_t uc_osf_sigmask;
9 stack_t uc_stack;
10 struct sigcontext uc_mcontext;
11 sigset_t uc_sigmask; /* mask last for extensibility */
/linux/arch/riscv/include/uapi/asm/
H A Ducontext.h13 struct ucontext { struct
15 struct ucontext *uc_link; argument
30 * ucontext, so we're putting this at the end in order to allow for argument
35 struct sigcontext uc_mcontext;
/linux/arch/parisc/include/asm/
H A Ducontext.h5 struct ucontext { struct
7 struct ucontext *uc_link; argument
8 stack_t uc_stack;
9 struct sigcontext uc_mcontext;
10 sigset_t uc_sigmask; /* mask last for extensibility */
/linux/include/uapi/asm-generic/
H A Ducontext.h5 struct ucontext { struct
7 struct ucontext *uc_link; argument
8 stack_t uc_stack;
9 struct sigcontext uc_mcontext;
10 sigset_t uc_sigmask; /* mask last for extensibility */
/linux/arch/xtensa/include/asm/
H A Ducontext.h14 struct ucontext { struct
16 struct ucontext *uc_link; argument
17 stack_t uc_stack;
18 struct sigcontext uc_mcontext;
19 sigset_t uc_sigmask; /* mask last for extensibility */
/linux/arch/mips/include/uapi/asm/
H A Ducontext.h54 struct ucontext { struct
57 struct ucontext *uc_link; argument
62 /* Extended context structures may follow ucontext */ argument
63 unsigned long long uc_extcontext[];
/linux/arch/arm/include/asm/
H A Ducontext.h18 struct ucontext { struct
20 struct ucontext *uc_link; argument
21 stack_t uc_stack;
22 struct sigcontext uc_mcontext;
23 sigset_t uc_sigmask;
25 int __unused[32 - (sizeof (sigset_t) / sizeof (int))];
28 unsigned long uc_regspace[128] __attribute__((__aligned__(8)));
/linux/arch/s390/include/uapi/asm/
H A Ducontext.h31 struct ucontext { struct
33 struct ucontext *uc_link; argument
34 stack_t uc_stack;
35 _sigregs uc_mcontext;
36 sigset_t uc_sigmask;
38 unsigned char __unused[128 - sizeof(sigset_t)];
/linux/arch/m68k/include/asm/
H A Ducontext.h22 struct ucontext { struct
24 struct ucontext *uc_link; argument
25 stack_t uc_stack;
26 struct mcontext uc_mcontext;
27 unsigned long uc_filler[80];
28 sigset_t uc_sigmask; /* mask last for extensibility */
/linux/drivers/infiniband/core/
H A Dib_core_uverbs.c67 int rdma_user_mmap_io(struct ib_ucontext *ucontext, struct vm_area_struct *vma, in rdma_user_mmap_io()
117 rdma_user_mmap_entry_get_pgoff(struct ib_ucontext *ucontext, in rdma_user_mmap_entry_get_pgoff()
161 rdma_user_mmap_entry_get(struct ib_ucontext *ucontext, in rdma_user_mmap_entry_get()
183 struct ib_ucontext *ucontext = entry->ucontext; in rdma_user_mmap_entry_free() local
262 int rdma_user_mmap_entry_insert_range(struct ib_ucontext *ucontext, in rdma_user_mmap_entry_insert_range()
360 int rdma_user_mmap_entry_insert(struct ib_ucontext *ucontext, in rdma_user_mmap_entry_insert()
H A Duverbs_cmd.c210 struct ib_ucontext *ucontext; in ib_alloc_ucontext() local
234 struct ib_ucontext *ucontext = attrs->context; in ib_init_ucontext() local
343 static void copy_query_dev_fields(struct ib_ucontext *ucontext, in copy_query_dev_fields()
393 struct ib_ucontext *ucontext; in ib_uverbs_query_device() local
416 struct ib_ucontext *ucontext; in ib_uverbs_query_port() local
3621 struct ib_ucontext *ucontext; in ib_uverbs_ex_query_device() local
/linux/arch/sparc/include/uapi/asm/
H A Ductx.h64 struct ucontext { struct
65 struct ucontext *uc_link; argument
70 typedef struct ucontext ucontext_t; argument
/linux/drivers/infiniband/hw/irdma/
H A Dverbs.c119 static int irdma_mmap_legacy(struct irdma_ucontext *ucontext, in irdma_mmap_legacy()
143 irdma_user_mmap_entry_insert(struct irdma_ucontext *ucontext, u64 bar_offset, in irdma_user_mmap_entry_insert()
175 struct irdma_ucontext *ucontext; in irdma_mmap() local
279 struct irdma_ucontext *ucontext = to_ucontext(uctx); in irdma_alloc_ucontext() local
362 struct irdma_ucontext *ucontext = to_ucontext(context); in irdma_dealloc_ucontext() local
394 struct irdma_ucontext *ucontext = in irdma_alloc_pd() local
479 static int irdma_setup_push_mmap_entries(struct irdma_ucontext *ucontext, in irdma_setup_push_mmap_entries()
588 struct irdma_ucontext *ucontext = rdma_udata_to_drv_context(udata, in irdma_setup_umode_qp() local
1504 struct irdma_ucontext *ucontext; in irdma_modify_qp_roce() local
1750 struct irdma_ucontext *ucontext; in irdma_modify_qp() local
[all …]
/linux/drivers/infiniband/hw/cxgb4/
H A Dprovider.c64 struct c4iw_ucontext *ucontext = to_c4iw_ucontext(context); in c4iw_dealloc_ucontext() local
76 static int c4iw_alloc_ucontext(struct ib_ucontext *ucontext, in c4iw_alloc_ucontext()
135 struct c4iw_ucontext *ucontext; in c4iw_mmap() local
H A Dcq.c80 struct c4iw_ucontext *ucontext = NULL; in create_cq() local
979 struct c4iw_ucontext *ucontext; in c4iw_destroy_cq() local
1011 struct c4iw_ucontext *ucontext = rdma_udata_to_drv_context( in c4iw_create_cq() local
/linux/drivers/infiniband/hw/mthca/
H A Dmthca_srq.c103 struct mthca_ucontext *ucontext = rdma_udata_to_drv_context( in mthca_tavor_init_srq_context() local
124 struct mthca_ucontext *ucontext = rdma_udata_to_drv_context( in mthca_arbel_init_srq_context() local
/linux/tools/testing/selftests/syscall_user_dispatch/
H A Dsud_benchmark.c104 static void handle_sigsys(int sig, siginfo_t *info, void *ucontext) in handle_sigsys()
H A Dsud_test.c151 static void handle_sigsys(int sig, siginfo_t *info, void *ucontext) in handle_sigsys()
/linux/tools/testing/selftests/perf_events/
H A Dremove_on_exec.c59 static void sigtrap_handler(int signum, siginfo_t *info, void *ucontext) in sigtrap_handler()
H A Dsigtrap_threads.c71 static void sigtrap_handler(int signum, siginfo_t *info, void *ucontext) in sigtrap_handler()
/linux/drivers/infiniband/hw/mlx4/
H A Dsrq.c77 struct mlx4_ib_ucontext *ucontext = rdma_udata_to_drv_context( in mlx4_ib_create_srq() local
/linux/drivers/infiniband/hw/mlx5/
H A Dsrq.c49 struct mlx5_ib_ucontext *ucontext = rdma_udata_to_drv_context( in create_srq_user() local

12