Searched refs:ShadowHstPtrAddr (Results 1 – 1 of 1) sorted by relevance
580 void **ShadowHstPtrAddr = (void **)Itr->first; in targetDataEnd() local584 if ((uintptr_t)ShadowHstPtrAddr < LB) { in targetDataEnd()588 if ((uintptr_t)ShadowHstPtrAddr >= UB) in targetDataEnd()595 DPxPTR(Itr->second.HstPtrVal), DPxPTR(ShadowHstPtrAddr)); in targetDataEnd()596 *ShadowHstPtrAddr = Itr->second.HstPtrVal; in targetDataEnd()600 DP("Removing shadow pointer " DPxMOD "\n", DPxPTR(ShadowHstPtrAddr)); in targetDataEnd()680 void **ShadowHstPtrAddr = (void **)IT->first; in targetDataContiguous() local681 if ((uintptr_t)ShadowHstPtrAddr < LB) in targetDataContiguous()683 if ((uintptr_t)ShadowHstPtrAddr >= UB) in targetDataContiguous()687 DPxPTR(IT->second.HstPtrVal), DPxPTR(ShadowHstPtrAddr)); in targetDataContiguous()[all …]