Searched refs:uc_link (Results 1 - 25 of 54) sorted by relevance

123

/linux-master/arch/xtensa/include/asm/
H A Ducontext.h16 struct ucontext *uc_link; member in struct:ucontext
/linux-master/arch/parisc/include/asm/
H A Ducontext.h7 struct ucontext *uc_link; member in struct:ucontext
H A Dcompat_ucontext.h10 compat_uptr_t uc_link; member in struct:compat_ucontext
/linux-master/arch/alpha/include/asm/
H A Ducontext.h7 struct ucontext *uc_link; member in struct:ucontext
/linux-master/include/uapi/asm-generic/
H A Ducontext.h7 struct ucontext *uc_link; member in struct:ucontext
/linux-master/arch/s390/include/uapi/asm/
H A Ducontext.h22 struct ucontext *uc_link; member in struct:ucontext_extended
33 struct ucontext *uc_link; member in struct:ucontext
/linux-master/arch/arm64/include/uapi/asm/
H A Ducontext.h24 struct ucontext *uc_link; member in struct:ucontext
/linux-master/arch/loongarch/include/uapi/asm/
H A Ducontext.h8 * @uc_link:
16 struct ucontext *uc_link; member in struct:ucontext
/linux-master/arch/riscv/include/uapi/asm/
H A Ducontext.h15 struct ucontext *uc_link; member in struct:ucontext
/linux-master/tools/testing/selftests/powerpc/signal/
H A Dsigfuz.c93 ucp->uc_link = tmp_uc;
96 * Set uc_link in three possible ways:
98 * - Cloning ucp into uc_link
102 memset(ucp->uc_link, rand(), sizeof(ucontext_t));
104 memcpy(ucp->uc_link, uc, sizeof(ucontext_t));
111 ucp->uc_link = tmp_uc;
113 madvise(ucp->uc_link, sizeof(ucontext_t), MADV_DONTNEED);
119 ucp->uc_link->uc_mcontext.gp_regs[PT_MSR] |= MSR_TS_S;
122 ucp->uc_link->uc_mcontext.gp_regs[PT_MSR] |=
125 ucp->uc_link
[all...]
/linux-master/arch/m68k/include/asm/
H A Ducontext.h24 struct ucontext *uc_link; member in struct:ucontext
/linux-master/arch/mips/include/uapi/asm/
H A Ducontext.h48 * @uc_link:
57 struct ucontext *uc_link; member in struct:ucontext
/linux-master/tools/testing/selftests/powerpc/tm/
H A Dtm-signal-context-force-tm.c60 ucp->uc_link = mmap(NULL, sizeof(ucontext_t),
63 if (ucp->uc_link == (void *)-1) {
69 ret = madvise(ucp->uc_link, sizeof(ucontext_t), MADV_DONTNEED);
75 memcpy(&ucp->uc_link->uc_mcontext, &ucp->uc_mcontext,
H A Dtm-signal-pagefault.c195 * suspended state, i.e. uc->uc_link != NULL.
202 ucp->uc_link->uc_mcontext.regs->nip += 4;
207 ucp->uc_link->uc_mcontext.v_regs =
208 get_uf_mem(sizeof(elf_vrreg_t), ucp->uc_link->uc_mcontext.v_regs);
210 ucp->uc_link = get_uf_mem(sizeof(ucontext_t), ucp->uc_link);
H A Dtm-signal-msr-resv.c38 ucp->uc_link = ucp;
H A Dtm-signal-context-chk-fpu.c12 * state can be accessed with the uc_link pointer (second context).
51 ucontext_t *tm_ucp = ucp->uc_link;
/linux-master/arch/powerpc/include/uapi/asm/
H A Ducontext.h23 struct ucontext __user *uc_link; member in struct:ucontext
/linux-master/arch/sparc/include/uapi/asm/
H A Ductx.h65 struct ucontext *uc_link; member in struct:ucontext
/linux-master/arch/arm/include/asm/
H A Ducontext.h20 struct ucontext *uc_link; member in struct:ucontext
/linux-master/arch/parisc/kernel/
H A Dsignal32.h14 compat_uptr_t uc_link; member in struct:compat_ucontext
/linux-master/arch/powerpc/include/asm/
H A Dsyscalls_32.h49 unsigned int uc_link; member in struct:ucontext32
/linux-master/arch/x86/include/asm/
H A Dsigframe.h70 unsigned int uc_link; member in struct:ucontext_x32
H A Dia32.h19 unsigned int uc_link; member in struct:ucontext_ia32
/linux-master/arch/arm64/include/asm/
H A Dsignal32.h39 compat_uptr_t uc_link; member in struct:compat_ucontext
/linux-master/arch/mips/kernel/
H A Dsignal_n32.c38 s32 uc_link; member in struct:ucontextn32
105 err |= __put_user(0, &frame->rs_uc.uc_link);

Completed in 300 milliseconds

123