Searched refs:ION_IOC_MAGIC (Results 1 – 3 of 3) sorted by relevance
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2021-0490/ |
D | poc.cpp | 29 #define ION_IOC_MAGIC 'I' macro 220 #define ION_IOC_CUSTOM _IOWR(ION_IOC_MAGIC, 6, struct ion_custom_data) 221 #define ION_IOC_ALLOC _IOWR(ION_IOC_MAGIC, 0, \ 224 #define ION_IOC_MAP _IOWR(ION_IOC_MAGIC, 2, struct ion_fd_data) 225 #define ION_IOC_SYNC _IOWR(ION_IOC_MAGIC, 7, struct ion_fd_data) 226 #define ION_IOC_SHARE _IOWR(ION_IOC_MAGIC, 4, struct ion_fd_data)
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2017-0508/ |
D | poc.c | 122 #define ION_IOC_MAGIC 'I' macro 123 #define ION_IOC_IMPORT _IOWR(ION_IOC_MAGIC, 5, struct ion_fd_data) 124 #define ION_IOC_FREE _IOWR(ION_IOC_MAGIC, 1, struct ion_handle_data)
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2020-11173/ |
D | local_poc.h | 26 #define ION_IOC_MAGIC 'I' macro 27 #define ION_IOC_ALLOC _IOWR(ION_IOC_MAGIC, 0, struct ion_allocation_data)
|