Searched refs:touch_ptr (Results 1 – 1 of 1) sorted by relevance
176 volatile uint8* touch_ptr = reinterpret_cast<uint8*>(base_addr); in TouchPagesInRange() local177 volatile uint8* final_touch_ptr = touch_ptr + length - 1; in TouchPagesInRange()182 while (touch_ptr < final_touch_ptr) { in TouchPagesInRange()183 dummy = *touch_ptr; in TouchPagesInRange()184 touch_ptr += system_info.dwPageSize; in TouchPagesInRange()