Searched refs:last_fault_vma (Results 1 – 3 of 3) sorted by relevance
309 struct xe_vma *last_fault_vma; member
206 vm->usm.last_fault_vma = vma; in xe_pagefault_service()
1230 if (vm->usm.last_fault_vma == vma) in xe_vm_remove_vma()1231 vm->usm.last_fault_vma = NULL; in xe_vm_remove_vma()2144 if (vm->usm.last_fault_vma) { /* Fast lookup */ in xe_vm_find_vma_by_addr()2145 if (vma_matches(vm->usm.last_fault_vma, page_addr)) in xe_vm_find_vma_by_addr()2146 vma = vm->usm.last_fault_vma; in xe_vm_find_vma_by_addr()