Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_vm_types.h309 struct xe_vma *last_fault_vma; member
H A Dxe_pagefault.c206 vm->usm.last_fault_vma = vma; in xe_pagefault_service()
H A Dxe_vm.c1230 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()