/linux-4.4.14/arch/powerpc/include/uapi/asm/ |
D | ucontext.h | 20 struct ucontext { struct 22 struct ucontext __user *uc_link; argument 23 stack_t uc_stack; 25 int uc_pad[7]; 26 struct mcontext __user *uc_regs;/* points to uc_mcontext field */ 28 sigset_t uc_sigmask; 31 sigset_t __unused[15]; /* Allow for uc_sigmask growth */ 32 struct sigcontext uc_mcontext; /* last for extensibility */ 34 int uc_maskext[30]; 35 int uc_pad2[3]; [all …]
|
/linux-4.4.14/arch/arm64/include/uapi/asm/ |
D | ucontext.h | 21 struct ucontext { struct 23 struct ucontext *uc_link; argument 24 stack_t uc_stack; 25 sigset_t uc_sigmask; 27 __u8 __unused[1024 / 8 - sizeof(sigset_t)]; 29 struct sigcontext uc_mcontext;
|
/linux-4.4.14/arch/alpha/include/asm/ |
D | ucontext.h | 4 struct ucontext { struct 6 struct ucontext *uc_link; argument 7 old_sigset_t uc_osf_sigmask; 8 stack_t uc_stack; 9 struct sigcontext uc_mcontext; 10 sigset_t uc_sigmask; /* mask last for extensibility */
|
/linux-4.4.14/arch/avr32/include/asm/ |
D | ucontext.h | 4 struct ucontext { struct 6 struct ucontext * uc_link; argument 7 stack_t uc_stack; 8 struct sigcontext uc_mcontext; 9 sigset_t uc_sigmask;
|
/linux-4.4.14/arch/parisc/include/asm/ |
D | ucontext.h | 4 struct ucontext { struct 6 struct ucontext *uc_link; argument 7 stack_t uc_stack; 8 struct sigcontext uc_mcontext; 9 sigset_t uc_sigmask; /* mask last for extensibility */
|
/linux-4.4.14/include/uapi/asm-generic/ |
D | ucontext.h | 4 struct ucontext { struct 6 struct ucontext *uc_link; argument 7 stack_t uc_stack; 8 struct sigcontext uc_mcontext; 9 sigset_t uc_sigmask; /* mask last for extensibility */
|
/linux-4.4.14/arch/m32r/include/asm/ |
D | ucontext.h | 4 struct ucontext { struct 6 struct ucontext *uc_link; argument 7 stack_t uc_stack; 8 struct sigcontext uc_mcontext; 9 sigset_t uc_sigmask; /* mask last for extensibility */
|
/linux-4.4.14/arch/frv/include/asm/ |
D | ucontext.h | 4 struct ucontext { struct 6 struct ucontext *uc_link; argument 7 stack_t uc_stack; 8 struct sigcontext uc_mcontext; 9 sigset_t uc_sigmask; /* mask last for extensibility */
|
/linux-4.4.14/arch/mn10300/include/asm/ |
D | ucontext.h | 14 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-4.4.14/arch/cris/include/asm/ |
D | ucontext.h | 4 struct ucontext { struct 6 struct ucontext *uc_link; argument 7 stack_t uc_stack; 8 struct sigcontext uc_mcontext; 9 sigset_t uc_sigmask; /* mask last for extensibility */
|
/linux-4.4.14/arch/xtensa/include/asm/ |
D | ucontext.h | 14 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-4.4.14/arch/mips/include/uapi/asm/ |
D | ucontext.h | 53 struct ucontext { struct 56 struct ucontext *uc_link; argument 61 /* Extended context structures may follow ucontext */ argument 62 unsigned long long uc_extcontext[0];
|
/linux-4.4.14/arch/s390/include/uapi/asm/ |
D | ucontext.h | 30 struct ucontext { struct 32 struct ucontext *uc_link; argument 33 stack_t uc_stack; 34 _sigregs uc_mcontext; 35 sigset_t uc_sigmask; 37 unsigned char __unused[128 - sizeof(sigset_t)];
|
/linux-4.4.14/arch/m68k/include/asm/ |
D | ucontext.h | 21 struct ucontext { struct 23 struct ucontext *uc_link; argument 24 stack_t uc_stack; 25 struct mcontext uc_mcontext; 26 unsigned long uc_filler[80]; 27 sigset_t uc_sigmask; /* mask last for extensibility */
|
/linux-4.4.14/arch/arm/include/asm/ |
D | ucontext.h | 16 struct ucontext { struct 18 struct ucontext *uc_link; argument 19 stack_t uc_stack; 20 struct sigcontext uc_mcontext; 21 sigset_t uc_sigmask; 23 int __unused[32 - (sizeof (sigset_t) / sizeof (int))]; 26 unsigned long uc_regspace[128] __attribute__((__aligned__(8)));
|
/linux-4.4.14/arch/sparc/include/uapi/asm/ |
D | uctx.h | 63 struct ucontext { struct 64 struct ucontext *uc_link; argument 69 typedef struct ucontext ucontext_t; argument
|
/linux-4.4.14/arch/ia64/include/uapi/asm/ |
D | ucontext.h | 4 struct ucontext { struct 5 struct sigcontext uc_mcontext;
|
/linux-4.4.14/drivers/infiniband/hw/cxgb3/ |
D | iwch_provider.c | 102 struct iwch_ucontext *ucontext = to_iwch_ucontext(context); in iwch_dealloc_ucontext() local 155 struct iwch_ucontext *ucontext = NULL; in iwch_create_cq() local 362 struct iwch_ucontext *ucontext; in iwch_mmap() local 892 struct iwch_ucontext *ucontext; in iwch_destroy_qp() local 928 struct iwch_ucontext *ucontext; in iwch_create_qp() local
|
D | iwch_provider.h | 207 static inline struct iwch_mm_entry *remove_mmap(struct iwch_ucontext *ucontext, in remove_mmap() 229 static inline void insert_mmap(struct iwch_ucontext *ucontext, in insert_mmap()
|
/linux-4.4.14/drivers/infiniband/hw/cxgb4/ |
D | provider.c | 97 struct c4iw_ucontext *ucontext = to_c4iw_ucontext(context); in c4iw_dealloc_ucontext() local 173 struct c4iw_ucontext *ucontext; in c4iw_mmap() local
|
D | cq.c | 850 struct c4iw_ucontext *ucontext; in c4iw_destroy_cq() local 877 struct c4iw_ucontext *ucontext = NULL; in c4iw_create_cq() local
|
D | qp.c | 1589 struct c4iw_ucontext *ucontext; in c4iw_destroy_qp() local 1631 struct c4iw_ucontext *ucontext; in c4iw_create_qp() local
|
D | iw_cxgb4.h | 506 static inline struct c4iw_mm_entry *remove_mmap(struct c4iw_ucontext *ucontext, in remove_mmap() 528 static inline void insert_mmap(struct c4iw_ucontext *ucontext, in insert_mmap()
|
/linux-4.4.14/drivers/infiniband/core/ |
D | uverbs_main.c | 950 struct ib_ucontext *ucontext = NULL; in ib_uverbs_close() local 1174 struct ib_ucontext *ucontext; in ib_uverbs_free_hw_resources() local
|
D | uverbs.h | 120 struct ib_ucontext *ucontext; member
|
D | uverbs_cmd.c | 297 struct ib_ucontext *ucontext; in ib_uverbs_get_context() local
|
/linux-4.4.14/drivers/infiniband/hw/usnic/ |
D | usnic_ib_verbs.c | 477 struct usnic_ib_ucontext *ucontext; in usnic_ib_create_qp() local
|
/linux-4.4.14/arch/powerpc/kernel/ |
D | signal_32.c | 66 #define ucontext ucontext32 macro
|
/linux-4.4.14/tools/perf/util/ |
D | evlist.c | 1503 void (*exec_error)(int signo, siginfo_t *info, void *ucontext)) in perf_evlist__prepare_workload()
|
/linux-4.4.14/drivers/infiniband/hw/ocrdma/ |
D | ocrdma.h | 337 struct ocrdma_ucontext *ucontext; member
|
D | ocrdma_verbs.c | 621 struct ocrdma_ucontext *ucontext = get_ocrdma_ucontext(context); in ocrdma_mmap() local
|