Home | History | Annotate | Download | only in memcheck

Lines Matching refs:SM_SIZE

980       ptr = VG_ROUNDUP(ptr+1, SM_SIZE);
989 between VKI_PAGE_SIZE, SM_SIZE and sizeof(Addr) which are asserted in
1026 if (UNLIKELY((ptr % SM_SIZE) == 0)) {
1028 ptr = VG_ROUNDUP(ptr+1, SM_SIZE);
1646 tl_assert((SM_SIZE % sizeof(Addr)) == 0);
1651 tl_assert((SM_SIZE % VKI_PAGE_SIZE) == 0);