Searched refs:ucontext (Results 26 - 50 of 66) sorted by relevance

123

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/
H A Dsigframe.h18 struct ucontext uc;
H A Dasm-offsets.c12 #include <asm/ucontext.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-parisc/
H A Drt_sigframe.h11 struct ucontext uc;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/
H A Ducontext.h8 * ucontext now has room for all registers which need to be saved and
16 struct ucontext { struct
18 struct ucontext *uc_link;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/cxgb3/
H A Diwch_provider.h203 static inline struct iwch_mm_entry *remove_mmap(struct iwch_ucontext *ucontext, argument
209 spin_lock(&ucontext->mmap_lock);
210 list_for_each_safe(pos, nxt, &ucontext->mmaps) {
215 spin_unlock(&ucontext->mmap_lock);
221 spin_unlock(&ucontext->mmap_lock);
225 static inline void insert_mmap(struct iwch_ucontext *ucontext, argument
228 spin_lock(&ucontext->mmap_lock);
231 list_add_tail(&mm->entry, &ucontext->mmaps);
232 spin_unlock(&ucontext->mmap_lock);
H A Diwch_provider.c100 struct iwch_ucontext *ucontext = to_iwch_ucontext(context); local
104 list_for_each_entry_safe(mm, tmp, &ucontext->mmaps, entry)
106 cxio_release_ucontext(&rhp->rdev, &ucontext->uctx);
107 kfree(ucontext);
151 struct iwch_ucontext *ucontext = NULL; local
160 ucontext = to_iwch_ucontext(ib_context);
197 if (ucontext) {
207 spin_lock(&ucontext->mmap_lock);
208 uresp.key = ucontext->key;
209 ucontext
336 struct iwch_ucontext *ucontext; local
737 struct iwch_ucontext *ucontext; local
773 struct iwch_ucontext *ucontext; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/core/
H A Duverbs_cmd.c263 struct ib_ucontext *ucontext; local
275 if (file->ucontext) {
284 ucontext = ibdev->alloc_ucontext(ibdev, &udata);
285 if (IS_ERR(ucontext)) {
286 ret = PTR_ERR(file->ucontext);
290 ucontext->device = ibdev;
291 INIT_LIST_HEAD(&ucontext->pd_list);
292 INIT_LIST_HEAD(&ucontext->mr_list);
293 INIT_LIST_HEAD(&ucontext->mw_list);
294 INIT_LIST_HEAD(&ucontext
[all...]
H A Duverbs.h97 struct ib_ucontext *ucontext; member in struct:ib_uverbs_file
H A Duverbs_main.c600 if (!file->ucontext &&
612 if (!file->ucontext)
615 return file->device->ib_dev->mmap(file->ucontext, vma);
645 file->ucontext = NULL;
667 ib_uverbs_cleanup_ucontext(file, file->ucontext);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/kernel/
H A Dsignal_64.c29 #include <asm/ucontext.h>
50 * 1) a rt_sigframe struct which contains the ucontext
56 /* sys_rt_sigreturn requires the ucontext be the first field */
57 struct ucontext uc;
271 int sys_swapcontext(struct ucontext __user *old_ctx,
272 struct ucontext __user *new_ctx,
281 if (ctx_size < sizeof(struct ucontext))
330 struct ucontext __user *uc = (struct ucontext __user *)regs->gpr[1];
386 /* Create the ucontext
[all...]
H A Dsignal_32.c50 #include <asm/ucontext.h>
70 #define ucontext ucontext32 macro
318 * one rt_sigframe struct (siginfo + ucontext + ABI gap)
320 * (the +16 is to get the siginfo and ucontext in the same
332 struct ucontext uc;
745 /* Put the siginfo & fill in most of the ucontext */
794 static int do_setcontext(struct ucontext __user *ucp, struct pt_regs *regs, int sig)
823 long sys_swapcontext(struct ucontext __user *old_ctx,
824 struct ucontext __user *new_ctx,
832 if (ctx_size < sizeof(struct ucontext))
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v10/kernel/
H A Dsignal.c28 #include <asm/ucontext.h>
170 struct ucontext uc;
427 /* Clear all the bits of the ucontext we don't use. */
428 err |= __clear_user(&frame->uc, offsetof(struct ucontext, uc_mcontext));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/frv/kernel/
H A Dasm-offsets.c11 #include <asm/ucontext.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/avr32/kernel/
H A Dsignal.c21 #include <asm/ucontext.h>
34 struct ucontext uc;
174 /* Set up the ucontext */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/kernel/
H A Dsignal.c50 #include <asm/ucontext.h>
188 struct ucontext uc;
250 static inline int rt_restore_fpu_state(struct ucontext __user *uc)
406 struct ucontext __user *uc, int *pd0)
598 static inline int rt_save_fpu_state(struct ucontext __user *uc, struct pt_regs *regs)
664 static inline int rt_setup_ucontext(struct ucontext __user *uc, struct pt_regs *regs)
880 /* Create the ucontext. */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68knommu/kernel/
H A Dsignal.c50 #include <asm/ucontext.h>
174 struct ucontext uc;
218 static inline int rt_restore_fpu_state(struct ucontext *uc)
309 struct ucontext *uc, int *pd0)
447 static inline int rt_save_fpu_state(struct ucontext *uc, struct pt_regs *regs)
510 static inline int rt_setup_ucontext(struct ucontext *uc, struct pt_regs *regs)
645 /* Create the ucontext. */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/sys-i386/
H A Dsignal.c9 #include "asm/ucontext.h"
185 static int copy_ucontext_to_user(struct ucontext __user *uc, struct _fpstate __user *fp,
215 struct ucontext uc;
381 struct ucontext __user *uc = &frame->uc;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm26/kernel/
H A Dsignal.c16 #include <asm/ucontext.h>
129 struct ucontext uc;
356 /* Clear all the bits of the ucontext we don't use. */
357 err |= __clear_user(&frame->uc, offsetof(struct ucontext, uc_mcontext));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v32/kernel/
H A Dsignal.c19 #include <asm/ucontext.h>
49 struct ucontext uc;
452 /* Clear all the bits of the ucontext we don't use. */
453 err |= __clear_user(&frame->uc, offsetof(struct ucontext, uc_mcontext));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/kernel/
H A Dsignal.c30 #include <asm/ucontext.h>
54 struct ucontext rs_uc;
71 struct ucontext rs_uc;
535 /* Create the ucontext. */
555 * a2 = pointer to ucontext
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/sys-x86_64/
H A Dsignal.c14 #include "asm/arch/ucontext.h"
207 struct ucontext uc;
250 /* Create the ucontext. */
309 struct ucontext __user *uc = &frame->uc;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/kernel/
H A Dsignal.c24 #include <asm/ucontext.h>
54 struct ucontext uc;
246 /* Create the ucontext. */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/xtensa/kernel/
H A Dsignal.c24 #include <asm/ucontext.h>
43 struct ucontext uc;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/blackfin/kernel/
H A Dsignal.c40 #include <asm/ucontext.h>
55 struct ucontext uc;
202 /* Create the ucontext. */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m32r/kernel/
H A Dsignal.c25 #include <asm/ucontext.h>
82 struct ucontext uc;
250 /* Create the ucontext. */

Completed in 336 milliseconds

123