Home
last modified time | relevance | path

Searched refs:vm_unmap (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/gpu/drm/imagination/
H A Dpvr_fw_riscv.c159 .vm_unmap = pvr_riscv_vm_unmap,
H A Dpvr_fw_mips.c193 .vm_unmap = pvr_vm_mips_unmap,
H A Dpvr_fw.h139 void (*vm_unmap)(struct pvr_device *pvr_dev, struct pvr_fw_object *fw_obj); member
H A Dpvr_fw_meta.c555 .vm_unmap = pvr_meta_vm_unmap,
H A Dpvr_drv.c1281 DRM_PVR_IOCTL(VM_UNMAP, vm_unmap, DRM_RENDER_ALLOW),
H A Dpvr_fw.c1246 fw_dev->defs->vm_unmap(pvr_dev, fw_obj); in pvr_fw_object_fw_unmap()
/linux/include/uapi/drm/
H A Dpvr_drm.h103 #define DRM_IOCTL_PVR_VM_UNMAP PVR_IOCTL(0x06, DRM_IOW, vm_unmap)