Searched refs:xe_vma_size (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/gpu/drm/xe/ |
H A D | xe_vm.h | 112 static inline u64 xe_vma_size(struct xe_vma *vma) in xe_vma_size() function 119 return xe_vma_start(vma) + xe_vma_size(vma); in xe_vma_end()
|
H A D | xe_hmm.c | 246 u64 userptr_end = userptr_start + xe_vma_size(vma); in xe_hmm_userptr_populate_range()
|
H A D | xe_vm.c | 643 xe_vma_start(vma), xe_vma_size(vma)); in vma_userptr_invalidate() 1923 (ULL)xe_vma_start(vma), (ULL)xe_vma_size(vma), in print_op() 1939 (ULL)xe_vma_start(vma), (ULL)xe_vma_size(vma), in print_op() 1945 (ULL)xe_vma_start(vma), (ULL)xe_vma_size(vma)); in print_op() 2235 op->remap.range = xe_vma_size(old); in vm_bind_ioctl_ops_parse() 3248 xe_vma_start(vma), xe_vma_size(vma)); in xe_vm_invalidate_vma() 3345 snap->snap[i].len = xe_vma_size(vma); in xe_vm_snapshot_capture()
|
H A D | xe_pt.c | 684 xe_vma_size(vma), &curs); in xe_pt_stage_bind() 687 xe_vma_size(vma), &curs); in xe_pt_stage_bind() 690 xe_vma_size(vma), &curs); in xe_pt_stage_bind() 692 curs.size = xe_vma_size(vma); in xe_pt_stage_bind()
|