Searched refs:last_fault_vma (Results 1 – 3 of 3) sorted by relevance
357 struct xe_vma *last_fault_vma; member
219 vm->usm.last_fault_vma = vma; in xe_pagefault_service()
1310 if (vm->usm.last_fault_vma == vma) in xe_vm_remove_vma() 1311 vm->usm.last_fault_vma = NULL; in xe_vm_remove_vma() 2267 if (vm->usm.last_fault_vma) { /* Fast lookup */ in xe_vm_find_vma_by_addr() 2268 if (vma_matches(vm->usm.last_fault_vma, page_addr)) in xe_vm_find_vma_by_addr() 2269 vma = vm->usm.last_fault_vma; in xe_vm_find_vma_by_addr()