Searched refs:ptr_copy (Results 1 – 1 of 1) sorted by relevance
2522 struct pvr_page_table_ptr ptr_copy; in pvr_mmu_map_sgl() local2533 memcpy(&ptr_copy, &op_ctx->curr_page, sizeof(ptr_copy)); in pvr_mmu_map_sgl()2558 memcpy(&op_ctx->curr_page, &ptr_copy, sizeof(op_ctx->curr_page)); in pvr_mmu_map_sgl()2583 struct pvr_page_table_ptr ptr_copy; in pvr_mmu_map() local2600 memcpy(&ptr_copy, &op_ctx->curr_page, sizeof(ptr_copy)); in pvr_mmu_map()2642 memcpy(&op_ctx->curr_page, &ptr_copy, sizeof(op_ctx->curr_page)); in pvr_mmu_map()