Searched refs:DRM_IOW (Results 1 – 5 of 5) sorted by relevance
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2017-0333/ |
D | local_poc.h | 21 #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/ |
D | local_poc.h | 117 #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/ |
D | local_poc.h | 117 #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/ |
D | local_poc.h | 209 #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/ |
D | poc.c | 91 #define DRM_IOW(nr, type) _IOW(DRM_IOCTL_BASE, nr, type) macro
|