/cts/hostsidetests/security/securityPatch/Bug-35047217/ |
D | local_poc.h | 1490 #define IPA_IOC_ADD_HDR _IOWR(IPA_IOC_MAGIC, \ 1493 #define IPA_IOC_DEL_HDR _IOWR(IPA_IOC_MAGIC, \ 1496 #define IPA_IOC_ADD_RT_RULE _IOWR(IPA_IOC_MAGIC, \ 1499 #define IPA_IOC_ADD_RT_RULE_AFTER _IOWR(IPA_IOC_MAGIC, \ 1502 #define IPA_IOC_DEL_RT_RULE _IOWR(IPA_IOC_MAGIC, \ 1505 #define IPA_IOC_ADD_FLT_RULE _IOWR(IPA_IOC_MAGIC, \ 1508 #define IPA_IOC_ADD_FLT_RULE_AFTER _IOWR(IPA_IOC_MAGIC, \ 1511 #define IPA_IOC_DEL_FLT_RULE _IOWR(IPA_IOC_MAGIC, \ 1532 #define IPA_IOC_GET_RT_TBL _IOWR(IPA_IOC_MAGIC, \ 1538 #define IPA_IOC_COPY_HDR _IOWR(IPA_IOC_MAGIC, \ [all …]
|
/cts/hostsidetests/security/securityPatch/Bug-35047780/ |
D | local_poc.h | 1490 #define IPA_IOC_ADD_HDR _IOWR(IPA_IOC_MAGIC, \ 1493 #define IPA_IOC_DEL_HDR _IOWR(IPA_IOC_MAGIC, \ 1496 #define IPA_IOC_ADD_RT_RULE _IOWR(IPA_IOC_MAGIC, \ 1499 #define IPA_IOC_ADD_RT_RULE_AFTER _IOWR(IPA_IOC_MAGIC, \ 1502 #define IPA_IOC_DEL_RT_RULE _IOWR(IPA_IOC_MAGIC, \ 1505 #define IPA_IOC_ADD_FLT_RULE _IOWR(IPA_IOC_MAGIC, \ 1508 #define IPA_IOC_ADD_FLT_RULE_AFTER _IOWR(IPA_IOC_MAGIC, \ 1511 #define IPA_IOC_DEL_FLT_RULE _IOWR(IPA_IOC_MAGIC, \ 1532 #define IPA_IOC_GET_RT_TBL _IOWR(IPA_IOC_MAGIC, \ 1538 #define IPA_IOC_COPY_HDR _IOWR(IPA_IOC_MAGIC, \ [all …]
|
/cts/hostsidetests/security/securityPatch/Bug-35048450/ |
D | local_poc.h | 1490 #define IPA_IOC_ADD_HDR _IOWR(IPA_IOC_MAGIC, \ 1493 #define IPA_IOC_DEL_HDR _IOWR(IPA_IOC_MAGIC, \ 1496 #define IPA_IOC_ADD_RT_RULE _IOWR(IPA_IOC_MAGIC, \ 1499 #define IPA_IOC_ADD_RT_RULE_AFTER _IOWR(IPA_IOC_MAGIC, \ 1502 #define IPA_IOC_DEL_RT_RULE _IOWR(IPA_IOC_MAGIC, \ 1505 #define IPA_IOC_ADD_FLT_RULE _IOWR(IPA_IOC_MAGIC, \ 1508 #define IPA_IOC_ADD_FLT_RULE_AFTER _IOWR(IPA_IOC_MAGIC, \ 1511 #define IPA_IOC_DEL_FLT_RULE _IOWR(IPA_IOC_MAGIC, \ 1532 #define IPA_IOC_GET_RT_TBL _IOWR(IPA_IOC_MAGIC, \ 1538 #define IPA_IOC_COPY_HDR _IOWR(IPA_IOC_MAGIC, \ [all …]
|
/cts/hostsidetests/security/securityPatch/CVE-2016-8429/ |
D | poc.c | 81 #define NVMAP_IOC_CREATE _IOWR(NVMAP_IOC_MAGIC, 0, struct nvmap_create_handle) 82 #define NVMAP_IOC_PARAM _IOWR(NVMAP_IOC_MAGIC, 8, struct nvmap_handle_param) 83 #define NVMAP_IOC_GET_ID _IOWR(NVMAP_IOC_MAGIC, 13, struct nvmap_create_handle) 84 #define NVMAP_IOC_GET_FD _IOWR(NVMAP_IOC_MAGIC, 15, struct nvmap_create_handle) 87 #define NVMAP_IOC_FROM_FD _IOWR(NVMAP_IOC_MAGIC, 16, struct nvmap_create_handle)
|
/cts/hostsidetests/security/securityPatch/CVE-2016-8424/ |
D | poc.c | 55 #define NVMAP_IOC_CREATE _IOWR(NVMAP_IOC_MAGIC, 0, struct nvmap_create_handle) 56 #define NVMAP_IOC_PARAM _IOWR(NVMAP_IOC_MAGIC, 8, struct nvmap_handle_param) 57 #define NVMAP_IOC_GET_ID _IOWR(NVMAP_IOC_MAGIC, 13, struct nvmap_create_handle) 58 #define NVMAP_IOC_GET_FD _IOWR(NVMAP_IOC_MAGIC, 15, struct nvmap_create_handle)
|
/cts/hostsidetests/security/securityPatch/CVE-2016-8460/ |
D | poc.c | 80 #define NVMAP_IOC_CREATE _IOWR(NVMAP_IOC_MAGIC, 0, struct nvmap_create_handle) 81 #define NVMAP_IOC_PIN_MULT _IOWR(NVMAP_IOC_MAGIC, 10, struct nvmap_pin_handle) 83 #define NVMAP_IOC_PIN_MULT_32 _IOWR(NVMAP_IOC_MAGIC, 10, struct nvmap_pin_handle_32) 84 #define NVMAP_IOC_MMAP_32 _IOWR(NVMAP_IOC_MAGIC, 5, struct nvmap_map_caller_32)
|
/cts/hostsidetests/security/securityPatch/CVE-2017-0429/ |
D | poc.c | 48 #define NVMAP_IOC_CREATE _IOWR(NVMAP_IOC_MAGIC, 0, struct nvmap_create_handle) 74 _IOWR(NVHOST_AS_IOCTL_MAGIC, 1, struct nvhost_as_bind_channel_args) 82 _IOWR(NVHOST_AS_IOCTL_MAGIC, 3, struct nvhost_as_free_space_args) 96 _IOWR(NVHOST_AS_IOCTL_MAGIC, 6, struct nvhost_as_alloc_space_args)
|
/cts/hostsidetests/security/securityPatch/Bug-34328139/ |
D | local_poc.h | 63 #define _IOWR(type,nr,size) _IOC(_IOC_READ|_IOC_WRITE,(type),(nr),(_IOC_TYPECHECK(size))) macro 92 _IOWR(MDSS_ROTATOR_IOCTL_MAGIC, 1, struct mdp_rotation_config *) 95 _IOWR(MDSS_ROTATOR_IOCTL_MAGIC, 2, struct mdp_rotation_config *)
|
/cts/hostsidetests/security/securityPatch/CVE-2016-8428/ |
D | poc.c | 71 #define NVMAP_IOC_CREATE _IOWR(NVMAP_IOC_MAGIC, 0, struct nvmap_create_handle) 72 #define NVMAP_IOC_PARAM _IOWR(NVMAP_IOC_MAGIC, 8, struct nvmap_handle_param) 73 #define NVMAP_IOC_GET_ID _IOWR(NVMAP_IOC_MAGIC, 13, struct nvmap_create_handle) 74 #define NVMAP_IOC_GET_FD _IOWR(NVMAP_IOC_MAGIC, 15, struct nvmap_create_handle)
|
/cts/hostsidetests/security/securityPatch/CVE-2016-8482/ |
D | poc.c | 49 #define NVMAP_IOC_CREATE _IOWR(NVMAP_IOC_MAGIC, 0, struct nvmap_create_handle) 59 _IOWR(NVHOST_IOCTL_MAGIC, 111, struct nvhost_set_error_notifier) 105 _IOWR(NVHOST_IOCTL_MAGIC, 26, struct nvhost_submit_args)
|
/cts/hostsidetests/security/securityPatch/CVE-2016-8434/ |
D | poc.c | 60 _IOWR(KGSL_IOC_TYPE, 0x13, struct kgsl_drawctxt_create) 78 _IOWR(KGSL_IOC_TYPE, 0x33, struct kgsl_timestamp_event)
|
/cts/hostsidetests/security/securityPatch/CVE-2016-9120/ |
D | poc.c | 83 #define ION_IOC_ALLOC _IOWR(ION_IOC_MAGIC, 0, \ 86 #define ION_IOC_FREE _IOWR(ION_IOC_MAGIC, 1, struct ion_handle_data)
|
/cts/hostsidetests/security/securityPatch/CVE-2017-0576/ |
D | poc.c | 104 _IOWR(QCEDEV_IOC_MAGIC, 1, struct qcedev_cipher_op_req) 106 _IOWR(QCEDEV_IOC_MAGIC, 2, struct qcedev_cipher_op_req)
|
/cts/hostsidetests/security/securityPatch/CVE-2016-8430/ |
D | poc.c | 51 _IOWR(NVHOST_IOCTL_MAGIC, 111, struct nvhost_set_error_notifier) 92 #define NVMAP_IOC_CREATE _IOWR(NVMAP_IOC_MAGIC, 0, struct nvmap_create_handle)
|
/cts/hostsidetests/security/securityPatch/CVE-2016-6733/ |
D | local_pwn.h | 58 #define DRM_IOWR(nr,type) _IOWR(DRM_IOCTL_BASE,nr,type)
|
D | poc.c | 71 #define DRM_IOWR(nr,type) _IOWR(DRM_IOCTL_BASE,nr,type)
|
/cts/hostsidetests/security/securityPatch/CVE-2016-10231/ |
D | poc.c | 26 #define SNDRV_CTL_IOCTL_ELEM_WRITE _IOWR('U', 0x13, struct snd_ctl_elem_value)
|
/cts/hostsidetests/security/securityPatch/CVE-2017-0564/ |
D | local_poc.h | 77 #define _IOWR(type,nr,size) _IOC(_IOC_READ|_IOC_WRITE,(type),(nr),(_IOC_TYPECHECK(size))) macro
|
/cts/hostsidetests/security/securityPatch/CVE-2016-8435/ |
D | local_pwn.h | 77 #define DRM_IOWR(nr,type) _IOWR(DRM_IOCTL_BASE,nr,type)
|
/cts/hostsidetests/security/securityPatch/CVE-2016-6732/ |
D | poc.c | 72 #define DRM_IOWR(nr,type) _IOWR(DRM_IOCTL_BASE,nr,type)
|
/cts/hostsidetests/security/securityPatch/CVE-2016-6734/ |
D | poc.c | 76 #define DRM_IOWR(nr,type) _IOWR(DRM_IOCTL_BASE,nr,type)
|
/cts/hostsidetests/security/securityPatch/CVE-2016-6735/ |
D | poc.c | 77 #define DRM_IOWR(nr,type) _IOWR(DRM_IOCTL_BASE,nr,type)
|
/cts/hostsidetests/security/securityPatch/CVE-2016-6730/ |
D | poc.c | 80 #define DRM_IOWR(nr,type) _IOWR(DRM_IOCTL_BASE,nr,type)
|
/cts/hostsidetests/security/securityPatch/CVE-2016-6731/ |
D | poc.c | 80 #define DRM_IOWR(nr,type) _IOWR(DRM_IOCTL_BASE,nr,type)
|
/cts/hostsidetests/security/securityPatch/CVE-2016-6736/ |
D | poc.c | 91 #define DRM_IOWR(nr,type) _IOWR(DRM_IOCTL_BASE,nr,type)
|