Searched refs:asid_to_vm (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_device.c | 469 xa_init_flags(&xe->usm.asid_to_vm, XA_FLAGS_ALLOC); in xe_device_create() 476 err = xa_alloc_cyclic(&xe->usm.asid_to_vm, &asid, NULL, in xe_device_create() 481 xa_erase(&xe->usm.asid_to_vm, asid); in xe_device_create()
|
| H A D | xe_device_types.h | 433 struct xarray asid_to_vm; member
|
| H A D | xe_pagefault.c | 147 vm = xa_load(&xe->usm.asid_to_vm, asid); in xe_pagefault_asid_to_vm()
|
| H A D | xe_vm.c | 1633 err = xa_alloc_cyclic(&xe->usm.asid_to_vm, &asid, vm, in xe_vm_create() 1809 lookup = xa_erase(&xe->usm.asid_to_vm, vm->usm.asid); in xe_vm_close_and_put()
|