Home
last modified time | relevance | path

Searched refs:asid_to_vm (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/gpu/drm/xe/
H A Dxe_device.c469 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 Dxe_device_types.h433 struct xarray asid_to_vm; member
H A Dxe_pagefault.c147 vm = xa_load(&xe->usm.asid_to_vm, asid); in xe_pagefault_asid_to_vm()
H A Dxe_vm.c1633 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()