Searched defs:ucp (Results 1 - 25 of 40) sorted by relevance

12

/external/linux-kselftest/tools/testing/selftests/powerpc/tm/
H A Dtm-signal-msr-resv.c35 ucontext_t *ucp = uc; local
38 ucp->uc_link = ucp;
41 ucp->uc_mcontext.gp_regs[PT_MSR] |= (7ULL << 32);
43 ucp->uc_mcontext.uc_regs->gregs[PT_MSR] |= (7ULL);
H A Dtm-signal-context-chk-fpu.c51 ucontext_t *ucp = uc; local
52 ucontext_t *tm_ucp = ucp->uc_link;
55 fail = (ucp->uc_mcontext.fp_regs[i + 14] != fps[i]);
58 printf("Failed on %d FP %g or %g\n", i, ucp->uc_mcontext.fp_regs[i + 14], tm_ucp->uc_mcontext.fp_regs[i + 14]);
H A Dtm-signal-context-chk-gpr.c48 ucontext_t *ucp = uc; local
49 ucontext_t *tm_ucp = ucp->uc_link;
52 fail = (ucp->uc_mcontext.gp_regs[i + 14] != gps[i]);
56 ucp->uc_mcontext.gp_regs[i + 14], tm_ucp->uc_mcontext.gp_regs[i + 14]);
H A Dtm-signal-context-chk-vmx.c57 ucontext_t *ucp = uc; local
58 ucontext_t *tm_ucp = ucp->uc_link;
61 fail = memcmp(ucp->uc_mcontext.v_regs->vrregs[i + 20],
71 fprintf(stderr, "%04x", ucp->uc_mcontext.v_regs->vrregs[i + 20][j]);
H A Dtm-signal-context-chk-vsx.c59 ucontext_t *ucp = uc; local
60 ucontext_t *tm_ucp = ucp->uc_link;
71 long *vsx_ptr = (long *)(ucp->uc_mcontext.v_regs + 1);
74 memcpy(vsc, &ucp->uc_mcontext.fp_regs[i + 20], 8);
/external/valgrind/memcheck/tests/solaris/
H A Dcontext_stack_die.c12 ucontext_t *ucp = (ucontext_t *) arg; local
13 sp = (int *) &ucp->uc_mcontext.gregs[0];
/external/valgrind/memcheck/tests/amd64-solaris/
H A Dcontext_fpu.c20 ucontext_t *ucp = (ucontext_t *) arg; local
23 uc = *ucp;
39 : [in] "m" (*(char*)&ucp->uc_mcontext.fpregs.fp_reg_set.fpchip_state.st[i]));
H A Dcontext_rflags2.c31 ucontext_t *ucp = (ucontext_t *) arg; local
34 uc = *ucp;
37 *(uintptr_t*)&ucp->uc_mcontext.gregs[REG_RIP] = (uintptr_t)break_out;
H A Dcontext_gpr.c23 ucontext_t *ucp = (ucontext_t *) arg; local
26 uc = *ucp;
28 ucp->uc_mcontext.gregs[REG_RCX] = x0;
31 *(uintptr_t*)&ucp->uc_mcontext.gregs[REG_RIP] = (uintptr_t)break_out;
H A Dcontext_sse.c23 ucontext_t *ucp = (ucontext_t *) arg; local
26 uc = *ucp;
28 ucp->uc_mcontext.fpregs.fp_reg_set.fpchip_state.xmm[0] = d0;
29 ucp->uc_mcontext.fpregs.fp_reg_set.fpchip_state.xmm[1] = x0;
/external/valgrind/memcheck/tests/x86-solaris/
H A Dcontext_eflags2.c22 ucontext_t *ucp = (ucontext_t *) arg; local
25 uc = *ucp;
28 *(uintptr_t*)&ucp->uc_mcontext.gregs[EIP] = (uintptr_t)break_out;
H A Dcontext_fpu.c18 ucontext_t *ucp = (ucontext_t *) arg; local
21 uc = *ucp;
37 : [in] "m" (*((char*)&ucp->uc_mcontext.fpregs.fp_reg_set.fpchip_state
H A Dcontext_gpr.c19 ucontext_t *ucp = (ucontext_t *) arg; local
22 uc = *ucp;
24 ucp->uc_mcontext.gregs[ECX] = x0;
H A Dcontext_sse.c21 ucontext_t *ucp = (ucontext_t *) arg; local
24 uc = *ucp;
26 ucp->uc_mcontext.fpregs.fp_reg_set.fpchip_state.xmm[0] = d0;
27 ucp->uc_mcontext.fpregs.fp_reg_set.fpchip_state.xmm[1] = x0;
/external/ltp/testcases/kernel/syscalls/sigaction/
H A Dsigaction01.c89 void handler(int sig, siginfo_t * sip, void *ucp) argument
/external/compiler-rt/lib/asan/
H A Dasan_linux.cc160 ucontext_t *ucp = (ucontext_t*)context; local
161 *stack = (uptr)ucp->uc_stack.ss_sp;
162 *ssize = ucp->uc_stack.ss_size;
H A Dasan_interceptors.cc343 struct ucontext_t *ucp) {
353 ReadContextStack(ucp, &stack, &ssize);
355 int res = REAL(swapcontext)(oucp, ucp);
358 // We need to clear shadow for ucp once again, as it may be in arbitrary
342 INTERCEPTOR(int, swapcontext, struct ucontext_t *oucp, struct ucontext_t *ucp) argument
/external/mesa3d/src/compiler/nir/
H A Dnir_lower_clip.c176 nir_ssa_def *ucp = local
179 /* calculate clipdist[plane] - dot(ucp, cv): */
180 clipdist[plane] = nir_fdot4(&b, ucp, cv);
196 /* ucp_enables is bitmask of enabled ucp's. Actual ucp values are
/external/mesa3d/src/mesa/math/
H A Dm_eval.c131 GLfloat *ucp = &cn[j * dim]; local
139 cp[j * dim + k] = s * ucp[k] + bincoeff * u * ucp[uinc + k];
141 for (i = 2, ucp += 2 * uinc, poweru = u * u; i < uorder;
142 i++, poweru *= u, ucp += uinc) {
148 s * cp[j * dim + k] + bincoeff * poweru * ucp[k];
/external/valgrind/coregrind/m_sigframe/
H A Dsigframe-mips32-linux.c159 struct vki_ucontext *ucp = &frame->rs_uc; local
173 (Addr)ucp, offsetof(struct vki_ucontext, uc_mcontext) );
175 ucp->uc_flags = 0;
176 ucp->uc_link = 0;
177 ucp->uc_stack = tst->altstack;
179 VG_TRACK( post_mem_write, Vg_CoreSignal, tid, (Addr)ucp,
185 ucp->uc_sigmask = tst->sig_mask;
282 struct vki_ucontext *ucp = &frame->rs_uc; local
284 mc = &ucp->uc_mcontext;
H A Dsigframe-mips64-linux.c144 struct vki_ucontext *ucp = &frame->rs_uc; local
158 (Addr)ucp, offsetof(struct vki_ucontext, uc_mcontext));
160 ucp->uc_flags = 0;
161 ucp->uc_link = 0;
162 ucp->uc_stack = tst->altstack;
164 VG_TRACK(post_mem_write, Vg_CoreSignal, tid, (Addr)ucp,
169 ucp->uc_sigmask = tst->sig_mask;
219 struct vki_ucontext *ucp = &frame->rs_uc; local
221 mc = &ucp->uc_mcontext;
222 tst->sig_mask = ucp
[all...]
H A Dsigframe-ppc32-linux.c671 struct vki_ucontext *ucp = &frame->ucontext; local
680 (Addr)ucp, offsetof(struct vki_ucontext, uc_pad) );
681 ucp->uc_flags = 0;
682 ucp->uc_link = 0;
683 ucp->uc_stack = tst->altstack;
684 VG_TRACK( post_mem_write, Vg_CoreSignal, tid, (Addr)ucp,
688 (Addr)&ucp->uc_regs,
689 sizeof(ucp->uc_regs) + sizeof(ucp->uc_sigmask) );
690 ucp
[all...]
/external/e2fsprogs/lib/ext2fs/
H A Ddirhash.c124 const unsigned char *ucp = (const unsigned char *) name; local
130 c = (int) *ucp++;
147 const unsigned char *ucp = (const unsigned char *) msg; local
160 c = (int) ucp[i];
/external/libunwind/src/ia64/
H A DGinit.c416 ucontext_t *ucp; local
423 ucp = (ucontext_t *) uc_addr;
429 ucp = alloca (sizeof (ucontext_t));
430 if (!ucp)
441 dst = (unw_word_t *) ucp;
450 ucp);
457 ret = __uc_set_rsebs (ucp, (uint64_t *) addr, 1, valp);
459 ret = __uc_get_rsebs (ucp, (uint64_t *) addr, 1, valp);
469 unw_word_t dst, *src = (unw_word_t *) ucp;
487 ucontext_t *ucp; local
[all...]
/external/mesa3d/src/gallium/drivers/freedreno/ir3/
H A Dir3_shader.c698 struct pipe_clip_state *ucp = &ctx->ucp; local
702 vertex_params[pos] = fui(ucp->ucp[i][j]);

Completed in 617 milliseconds

12