Home
last modified time | relevance | path

Searched refs:xe_userptr_vma (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/gpu/drm/xe/
H A Dxe_vm.h188 static inline struct xe_userptr_vma *to_userptr_vma(struct xe_vma *vma) in to_userptr_vma()
191 return container_of(vma, struct xe_userptr_vma, vma); in to_userptr_vma()
H A Dxe_vm_types.h161 struct xe_userptr_vma { struct
H A Dxe_pagefault.c96 struct xe_userptr_vma *uvma = to_userptr_vma(vma); in xe_pagefault_handle_vma()
H A Dxe_pt.c1377 static bool xe_pt_userptr_inject_eagain(struct xe_userptr_vma *uvma) in xe_pt_userptr_inject_eagain()
1392 static bool xe_pt_userptr_inject_eagain(struct xe_userptr_vma *uvma) in xe_pt_userptr_inject_eagain()
1402 struct xe_userptr_vma *uvma; in vma_check_userptr()
H A Dxe_vm.c989 struct xe_userptr_vma *uvma = kzalloc(sizeof(*uvma), GFP_KERNEL); in xe_vma_create()
1038 struct xe_userptr_vma *uvma = to_userptr_vma(vma); in xe_vma_create()
1067 struct xe_userptr_vma *uvma = to_userptr_vma(vma); in xe_vma_destroy_late()