Searched refs:vm_unmap (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/gpu/drm/imagination/ |
| H A D | pvr_fw_riscv.c | 159 .vm_unmap = pvr_riscv_vm_unmap,
|
| H A D | pvr_fw_mips.c | 193 .vm_unmap = pvr_vm_mips_unmap,
|
| H A D | pvr_fw.h | 139 void (*vm_unmap)(struct pvr_device *pvr_dev, struct pvr_fw_object *fw_obj); member
|
| H A D | pvr_fw_meta.c | 555 .vm_unmap = pvr_meta_vm_unmap,
|
| H A D | pvr_drv.c | 1281 DRM_PVR_IOCTL(VM_UNMAP, vm_unmap, DRM_RENDER_ALLOW),
|
| H A D | pvr_fw.c | 1246 fw_dev->defs->vm_unmap(pvr_dev, fw_obj); in pvr_fw_object_fw_unmap()
|
| /linux/include/uapi/drm/ |
| H A D | pvr_drm.h | 103 #define DRM_IOCTL_PVR_VM_UNMAP PVR_IOCTL(0x06, DRM_IOW, vm_unmap)
|