Searched refs:xe_vma_size (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/drivers/gpu/drm/xe/ |
| H A D | xe_vm.h | 115 static inline u64 xe_vma_size(struct xe_vma *vma) in xe_vma_size() function 122 return xe_vma_start(vma) + xe_vma_size(vma); in xe_vma_end()
|
| H A D | xe_hmm.c | 223 u64 userptr_end = userptr_start + xe_vma_size(vma); in xe_hmm_userptr_populate_range()
|
| H A D | xe_vm.c | 647 xe_vma_start(vma), xe_vma_size(vma)); in vma_userptr_invalidate() 2170 (ULL)xe_vma_start(vma), (ULL)xe_vma_size(vma), in print_op() 2186 (ULL)xe_vma_start(vma), (ULL)xe_vma_size(vma), in print_op() 2192 (ULL)xe_vma_start(vma), (ULL)xe_vma_size(vma)); in print_op() 2499 op->remap.range = xe_vma_size(old); in vm_bind_ioctl_ops_parse() 3624 xe_vma_start(vma), xe_vma_size(vma)); in xe_vm_invalidate_vma() 3750 snap->snap[i].len = xe_vma_size(vma); in xe_vm_snapshot_capture()
|
| H A D | xe_pt.c | 731 xe_vma_size(vma), &curs); in xe_pt_stage_bind() 734 xe_vma_size(vma), &curs); in xe_pt_stage_bind() 737 xe_vma_size(vma), &curs); in xe_pt_stage_bind() 739 curs.size = xe_vma_size(vma); in xe_pt_stage_bind()
|
| H A D | xe_gt_pagefault.c | 142 xe_gt_stats_incr(gt, XE_GT_STATS_ID_VMA_PAGEFAULT_KB, xe_vma_size(vma) / 1024); in handle_vma_pagefault()
|