Home
last modified time | relevance | path

Searched refs:DRM_IOW (Results 1 – 5 of 5) sorted by relevance

/cts/hostsidetests/securitybulletin/securityPatch/CVE-2017-0333/
Dlocal_poc.h21 #define DRM_IOW(nr, type) _IOW(DRM_IOCTL_BASE, nr, type) macro
251 DRM_IOW(DRM_COMMAND_BASE + DRM_NOUVEAU_GEM_CPU_PREP, \
254 DRM_IOW(DRM_COMMAND_BASE + DRM_NOUVEAU_GEM_CPU_FINI, \
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-8432/
Dlocal_poc.h117 #define DRM_IOW(nr,type) _IOW(DRM_IOCTL_BASE,nr,type) macro
123 #define DRM_IOCTL_GEM_CLOSE DRM_IOW (0x09, struct drm_gem_close)
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-8431/
Dlocal_poc.h117 #define DRM_IOW(nr,type) _IOW(DRM_IOCTL_BASE,nr,type) macro
123 #define DRM_IOCTL_GEM_CLOSE DRM_IOW (0x09, struct drm_gem_close)
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2017-6262/
Dlocal_poc.h209 #define DRM_IOW(nr, type) _IOW(DRM_IOCTL_BASE, nr, type) macro
214 #define DRM_IOCTL_FREE_BUFS DRM_IOW(0x1a, struct drm_buf_free)
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2017-0508/
Dpoc.c91 #define DRM_IOW(nr, type) _IOW(DRM_IOCTL_BASE, nr, type) macro