Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/xe/
H A Dxe_vm.h115 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 Dxe_hmm.c223 u64 userptr_end = userptr_start + xe_vma_size(vma); in xe_hmm_userptr_populate_range()
H A Dxe_vm.c647 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 Dxe_pt.c731 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 Dxe_gt_pagefault.c142 xe_gt_stats_incr(gt, XE_GT_STATS_ID_VMA_PAGEFAULT_KB, xe_vma_size(vma) / 1024); in handle_vma_pagefault()