Home
last modified time | relevance | path

Searched refs:xe_svm_bo_evict (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/gpu/drm/xe/
H A Dxe_svm.h94 int xe_svm_bo_evict(struct xe_bo *bo);
272 int xe_svm_bo_evict(struct xe_bo *bo) in xe_svm_bo_evict() function
H A Dxe_svm.c1456 * xe_svm_bo_evict() - SVM evict BO to system memory in xe_svm_unmap_address_range()
1464 int xe_svm_bo_evict(struct xe_bo *bo)
1471 int xe_svm_bo_evict(struct xe_bo *bo) xe_svm_bo_evict() function
H A Dxe_bo.c1021 ret = xe_svm_bo_evict(bo); in xe_bo_move()