Searched refs:xe_vm_is_closed (Results 1 – 2 of 2) sorted by relevance
46 static inline bool xe_vm_is_closed(struct xe_vm *vm) in xe_vm_is_closed() function60 return xe_vm_is_closed(vm) || xe_vm_is_banned(vm); in xe_vm_is_closed_or_banned()
223 if (xe_vm_is_closed(vm)) { in handle_pagefault()