Searched refs:to_userptr_vma (Results 1 – 4 of 4) sorted by relevance
130 xe_vma_userptr_check_repin(to_userptr_vma(vma))) { in handle_vma_pagefault()131 struct xe_userptr_vma *uvma = to_userptr_vma(vma); in handle_vma_pagefault()
1157 kfree(to_userptr_vma(vma)); in xe_vma_free()1246 struct xe_userptr *userptr = &to_userptr_vma(vma)->userptr; in xe_vma_create()1283 struct xe_userptr_vma *uvma = to_userptr_vma(vma); in xe_vma_destroy_late()1334 xe_assert(vm->xe, list_empty(&to_userptr_vma(vma)->userptr.repin_link)); in xe_vma_destroy()1335 list_del(&to_userptr_vma(vma)->userptr.invalidate_link); in xe_vma_destroy()2480 err = xe_vma_userptr_pin_pages(to_userptr_vma(vma)); in new_vma()2752 err = xe_vma_userptr_pin_pages(to_userptr_vma(vma)); in vm_bind_ioctl_ops_parse()3945 (&to_userptr_vma(vma)->userptr.notifier, in xe_vm_invalidate_vma()3946 to_userptr_vma(vma)->userptr.notifier_seq)); in xe_vm_invalidate_vma()4049 to_userptr_vma(vma)->userptr.notifier.mm; in xe_vm_snapshot_capture()
180 static inline struct xe_userptr_vma *to_userptr_vma(struct xe_vma *vma) in to_userptr_vma() function
759 xe_res_first_sg(to_userptr_vma(vma)->userptr.sg, 0, in xe_pt_stage_bind()1381 uvma = to_userptr_vma(vma); in vma_check_userptr()2239 to_userptr_vma(vma)->userptr.initial_bind = true; in bind_op_commit()2277 list_del_init(&to_userptr_vma(vma)->userptr.invalidate_link); in unbind_op_commit()
Completed in 23 milliseconds