Searched refs:sm_start (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/helgrind/
H A Dlibhb_core.c6894 Addr sm_start = FSM; local
6895 while (sm_start < AFC) {
6896 SecMap *sm = shmem__find_SecMap (sm_start);
6909 if (!VG_(delFromFM)(map_shmem, &gaKey, (UWord*)&fm_sm, sm_start))
6912 tl_assert (gaKey == sm_start);
6917 sm_start += N_SECMAP_ARANGE;
6919 tl_assert (sm_start == AFC);

Completed in 369 milliseconds