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