Searched refs:fault_entry (Results 1 – 1 of 1) sorted by relevance
4081 struct xe_vm_fault *fault_list, fault_entry = { 0 }; in fill_faults() local4097 fault_entry.address = xe_device_canonicalize_addr(vm->xe, entry->address); in fill_faults()4098 fault_entry.address_precision = entry->address_precision; in fill_faults()4100 fault_entry.access_type = xe_to_user_access_type(entry->access_type); in fill_faults()4101 fault_entry.fault_type = xe_to_user_fault_type(entry->fault_type); in fill_faults()4102 fault_entry.fault_level = xe_to_user_fault_level(entry->fault_level); in fill_faults()4104 memcpy(&fault_list[i], &fault_entry, entry_size); in fill_faults()