ucontext_t        153 arch/um/os-Linux/signal.c 	ucontext_t *uc = p;
ucontext_t         14 arch/x86/um/stub_segv.c 	ucontext_t *uc = p;
ucontext_t         64 samples/seccomp/bpf-direct.c 	ucontext_t *ctx = (ucontext_t *)(void_context);
ucontext_t         59 tools/testing/selftests/powerpc/alignment/alignment_handler.c 	ucontext_t *ucp = ctx;
ucontext_t         20 tools/testing/selftests/powerpc/alignment/copy_first_unaligned.c 	ucontext_t *ctx = ptr;
ucontext_t         23 tools/testing/selftests/powerpc/copyloops/exc_validate.c 	ucontext_t *uc = (ucontext_t *)ptr;
ucontext_t         43 tools/testing/selftests/powerpc/math/fpu_signal.c 	ucontext_t *uc = context;
ucontext_t         46 tools/testing/selftests/powerpc/math/vmx_signal.c 	ucontext_t *uc = context;
ucontext_t         27 tools/testing/selftests/powerpc/mm/segv_errors.c 	ucontext_t *ctxt = (ucontext_t *)ctxt_v;
ucontext_t         39 tools/testing/selftests/powerpc/mm/subpage_prot.c 	ucontext_t *ctxt = (ucontext_t *)ctxt_v;
ucontext_t         26 tools/testing/selftests/powerpc/mm/wild_bctr.c static void save_regs(ucontext_t *ctxt)
ucontext_t         71 tools/testing/selftests/powerpc/primitives/load_unaligned_zeropad.c 	ucontext_t *uc = (ucontext_t *)ptr;
ucontext_t         62 tools/testing/selftests/powerpc/signal/sigfuz.c static ucontext_t *tmp_uc;
ucontext_t         91 tools/testing/selftests/powerpc/signal/sigfuz.c 	ucontext_t *ucp = uc;
ucontext_t        102 tools/testing/selftests/powerpc/signal/sigfuz.c 		memset(ucp->uc_link, rand(), sizeof(ucontext_t));
ucontext_t        104 tools/testing/selftests/powerpc/signal/sigfuz.c 		memcpy(ucp->uc_link, uc, sizeof(ucontext_t));
ucontext_t        110 tools/testing/selftests/powerpc/signal/sigfuz.c 		tmp_uc = malloc(sizeof(ucontext_t));
ucontext_t        113 tools/testing/selftests/powerpc/signal/sigfuz.c 		madvise(ucp->uc_link, sizeof(ucontext_t), MADV_DONTNEED);
ucontext_t        205 tools/testing/selftests/powerpc/signal/sigfuz.c 	tmp_uc = malloc(sizeof(ucontext_t));
ucontext_t         50 tools/testing/selftests/powerpc/tm/tm-signal-context-chk-fpu.c 	ucontext_t *ucp = uc;
ucontext_t         51 tools/testing/selftests/powerpc/tm/tm-signal-context-chk-fpu.c 	ucontext_t *tm_ucp = ucp->uc_link;
ucontext_t         52 tools/testing/selftests/powerpc/tm/tm-signal-context-chk-gpr.c 	ucontext_t *ucp = uc;
ucontext_t         53 tools/testing/selftests/powerpc/tm/tm-signal-context-chk-gpr.c 	ucontext_t *tm_ucp = ucp->uc_link;
ucontext_t         59 tools/testing/selftests/powerpc/tm/tm-signal-context-chk-vmx.c 	ucontext_t *ucp = uc;
ucontext_t         60 tools/testing/selftests/powerpc/tm/tm-signal-context-chk-vmx.c 	ucontext_t *tm_ucp = ucp->uc_link;
ucontext_t         62 tools/testing/selftests/powerpc/tm/tm-signal-context-chk-vsx.c 	ucontext_t *ucp = uc;
ucontext_t         63 tools/testing/selftests/powerpc/tm/tm-signal-context-chk-vsx.c 	ucontext_t *tm_ucp = ucp->uc_link;
ucontext_t         45 tools/testing/selftests/powerpc/tm/tm-signal-context-force-tm.c ucontext_t init_context, main_context;
ucontext_t         51 tools/testing/selftests/powerpc/tm/tm-signal-context-force-tm.c 	ucontext_t *ucp = uc;
ucontext_t         59 tools/testing/selftests/powerpc/tm/tm-signal-context-force-tm.c 	ucp->uc_link = mmap(NULL, sizeof(ucontext_t),
ucontext_t         68 tools/testing/selftests/powerpc/tm/tm-signal-context-force-tm.c 	ret = madvise(ucp->uc_link, sizeof(ucontext_t), MADV_DONTNEED);
ucontext_t         35 tools/testing/selftests/powerpc/tm/tm-signal-msr-resv.c 	ucontext_t *ucp = uc;
ucontext_t         22 tools/testing/selftests/powerpc/tm/tm-signal-sigreturn-nt.c 	ucontext_t *ucp = (ucontext_t *) uc;
ucontext_t         63 tools/testing/selftests/powerpc/tm/tm-trap.c 	ucontext_t *ucp = uc;
ucontext_t        246 tools/testing/selftests/powerpc/utils.c 	ucontext_t *ctx = (ucontext_t *)unused;
ucontext_t         28 tools/testing/selftests/sigaltstack/sas.c static ucontext_t uc, sc;
ucontext_t         56 tools/testing/selftests/x86/entry_from_vm86.c 	ucontext_t *ctx = (ucontext_t*)ctx_void;
ucontext_t         66 tools/testing/selftests/x86/fsgsbase.c 	ucontext_t *ctx = (ucontext_t*)ctx_void;
ucontext_t        119 tools/testing/selftests/x86/mov_ss_trap.c 	ucontext_t *ctx = ctx_void;
ucontext_t        128 tools/testing/selftests/x86/mov_ss_trap.c 	ucontext_t *ctx = ctx_void;
ucontext_t        136 tools/testing/selftests/x86/mov_ss_trap.c 	ucontext_t *ctx = ctx_void;
ucontext_t        262 tools/testing/selftests/x86/protection_keys.c 	ucontext_t *uctxt = vucontext;
ucontext_t        307 tools/testing/selftests/x86/sigreturn.c static unsigned short *ssptr(ucontext_t *ctx)
ucontext_t        313 tools/testing/selftests/x86/sigreturn.c static unsigned short *csptr(ucontext_t *ctx)
ucontext_t        323 tools/testing/selftests/x86/sigreturn.c static greg_t *ssptr(ucontext_t *ctx)
ucontext_t        328 tools/testing/selftests/x86/sigreturn.c static greg_t *csptr(ucontext_t *ctx)
ucontext_t        394 tools/testing/selftests/x86/sigreturn.c static void validate_signal_ss(int sig, ucontext_t *ctx)
ucontext_t        440 tools/testing/selftests/x86/sigreturn.c 	ucontext_t *ctx = (ucontext_t*)ctx_void;
ucontext_t        480 tools/testing/selftests/x86/sigreturn.c 	ucontext_t *ctx = (ucontext_t*)ctx_void;
ucontext_t        525 tools/testing/selftests/x86/sigreturn.c 	ucontext_t *ctx = (ucontext_t*)ctx_void;
ucontext_t         75 tools/testing/selftests/x86/single_step_syscall.c 	ucontext_t *ctx = (ucontext_t*)ctx_void;
ucontext_t         69 tools/testing/selftests/x86/syscall_arg_fault.c 	ucontext_t *ctx = (ucontext_t*)ctx_void;
ucontext_t         93 tools/testing/selftests/x86/syscall_arg_fault.c 	ucontext_t *ctx = (ucontext_t*)ctx_void;
ucontext_t        110 tools/testing/selftests/x86/syscall_arg_fault.c 	ucontext_t *ctx = (ucontext_t*)ctx_void;
ucontext_t         71 tools/testing/selftests/x86/sysret_rip.c 	ucontext_t *ctx = (ucontext_t*)ctx_void;
ucontext_t         87 tools/testing/selftests/x86/sysret_rip.c 	ucontext_t *ctx = (ucontext_t*)ctx_void;
ucontext_t        115 tools/testing/selftests/x86/sysret_rip.c 	ucontext_t *ctx = (ucontext_t*)ctx_void;
ucontext_t        185 tools/testing/selftests/x86/test_vsyscall.c 	ucontext_t *ctx = (ucontext_t *)ctx_void;
ucontext_t        513 tools/testing/selftests/x86/test_vsyscall.c 	ucontext_t *ctx = (ucontext_t *)ctx_void;
ucontext_t        128 tools/testing/selftests/x86/unwind_vdso.c 	ucontext_t *ctx = (ucontext_t *)ctx_void;