Lines Matching refs:ShadowHstPtrAddr
580 void **ShadowHstPtrAddr = (void **)Itr->first; in targetDataEnd() local
584 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() local
681 if ((uintptr_t)ShadowHstPtrAddr < LB) in targetDataContiguous()
683 if ((uintptr_t)ShadowHstPtrAddr >= UB) in targetDataContiguous()
687 DPxPTR(IT->second.HstPtrVal), DPxPTR(ShadowHstPtrAddr)); in targetDataContiguous()
688 *ShadowHstPtrAddr = IT->second.HstPtrVal; in targetDataContiguous()
707 void **ShadowHstPtrAddr = (void **)IT->first; in targetDataContiguous() local
708 if ((uintptr_t)ShadowHstPtrAddr < LB) in targetDataContiguous()
710 if ((uintptr_t)ShadowHstPtrAddr >= UB) in targetDataContiguous()