Searched defs:numcpus (Results 1 - 2 of 2) sorted by relevance

/external/valgrind/memcheck/tests/solaris/
H A Dscalar.c1223 uint_t numcpus = x0 + 1; local
1226 SY(SYS_pset, x0 + PSET_INFO, x0 + 1, x0 + &type, x0 + &numcpus,
/external/valgrind/coregrind/m_syswrap/
H A Dsyswrap-solaris.c9179 /* Libc: int pset_info(psetid_t pset, int *type, uint_t *numcpus,
9184 int *, type, vki_uint_t *, numcpus,
9189 PRE_MEM_WRITE("pset(numcpus)", ARG4, sizeof(vki_uint_t));
9191 vki_uint_t *numcpus = (vki_uint_t *) ARG4; local
9192 if (ML_(safe_to_deref(numcpus, sizeof(vki_uint_t)))) {
9194 *numcpus * sizeof(vki_processorid_t));
9196 entries as fit in the buffer. However numcpus will contain the
9199 ARG6 = *numcpus;
9310 vki_uint_t *numcpus = (vki_uint_t *) ARG4; local
9311 POST_MEM_WRITE(ARG5, MIN(*numcpus, ARG
[all...]

Completed in 171 milliseconds