Searched refs:to_userptr_vma (Results 1 – 4 of 4) sorted by relevance
170 static inline struct xe_userptr_vma *to_userptr_vma(struct xe_vma *vma) in to_userptr_vma() function
147 xe_vma_userptr_check_repin(to_userptr_vma(vma))) { in handle_vma_pagefault()148 struct xe_userptr_vma *uvma = to_userptr_vma(vma); in handle_vma_pagefault()
899 kfree(to_userptr_vma(vma)); in xe_vma_free()983 struct xe_userptr *userptr = &to_userptr_vma(vma)->userptr; in xe_vma_create()1019 struct xe_userptr_vma *uvma = to_userptr_vma(vma); in xe_vma_destroy_late()1069 list_del(&to_userptr_vma(vma)->userptr.invalidate_link); in xe_vma_destroy()2017 err = xe_vma_userptr_pin_pages(to_userptr_vma(vma)); in new_vma()3183 (&to_userptr_vma(vma)->userptr.notifier, in xe_vm_invalidate_vma()3184 to_userptr_vma(vma)->userptr.notifier_seq)); in xe_vm_invalidate_vma()3280 to_userptr_vma(vma)->userptr.notifier.mm; in xe_vm_snapshot_capture()
675 xe_res_first_sg(to_userptr_vma(vma)->userptr.sg, 0, in xe_pt_stage_bind()1214 uvma = to_userptr_vma(vma); in vma_check_userptr()1727 mmu_interval_read_begin(&to_userptr_vma(vma)->userptr.notifier); in unbind_op_prepare()1875 to_userptr_vma(vma)->userptr.initial_bind = true; in bind_op_commit()1911 list_del_init(&to_userptr_vma(vma)->userptr.invalidate_link); in unbind_op_commit()
Completed in 16 milliseconds