1 /* SPDX-License-Identifier: MIT 2 * 3 * Copyright © 2024 Intel Corporation 4 */ 5 6 #include <linux/types.h> 7 8 struct xe_userptr_vma; 9 10 int xe_hmm_userptr_populate_range(struct xe_userptr_vma *uvma, bool is_mm_mmap_locked); 11 void xe_hmm_userptr_free_sg(struct xe_userptr_vma *uvma); 12