Searched refs:arg64 (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/samples/seccomp/ |
| H A D | bpf-helper.h | 96 union arg64 { union 104 JEQ64(((union arg64){.u64 = (x)}).lo32, \ 105 ((union arg64){.u64 = (x)}).hi32, \ 108 JGT64(((union arg64){.u64 = (x)}).lo32, \ 109 ((union arg64){.u64 = (x)}).hi32, \ 112 JGE64(((union arg64){.u64 = (x)}).lo32, \ 113 ((union arg64){.u64 = (x)}).hi32, \ 116 JNE64(((union arg64){.u64 = (x)}).lo32, \ 117 ((union arg64){.u64 = (x)}).hi32, \ 120 JLT64(((union arg64){.u64 = (x)}).lo32, \ [all …]
|
| /OK3568_Linux_fs/kernel/drivers/input/sensors/ |
| H A D | sensor-dev.c | 926 void __user *arg64 = compat_ptr(arg); in compass_dev_compat_ioctl() local 937 result = file->f_op->unlocked_ioctl(file, ECS_IOCTL_APP_SET_MFLAG, (unsigned long)arg64); in compass_dev_compat_ioctl() 941 result = file->f_op->unlocked_ioctl(file, ECS_IOCTL_APP_GET_MFLAG, (unsigned long)arg64); in compass_dev_compat_ioctl() 945 result = file->f_op->unlocked_ioctl(file, ECS_IOCTL_APP_SET_AFLAG, (unsigned long)arg64); in compass_dev_compat_ioctl() 949 result = file->f_op->unlocked_ioctl(file, ECS_IOCTL_APP_GET_AFLAG, (unsigned long)arg64); in compass_dev_compat_ioctl() 953 result = file->f_op->unlocked_ioctl(file, ECS_IOCTL_APP_SET_MVFLAG, (unsigned long)arg64); in compass_dev_compat_ioctl() 957 result = file->f_op->unlocked_ioctl(file, ECS_IOCTL_APP_GET_MVFLAG, (unsigned long)arg64); in compass_dev_compat_ioctl() 961 result = file->f_op->unlocked_ioctl(file, ECS_IOCTL_APP_SET_DELAY, (unsigned long)arg64); in compass_dev_compat_ioctl() 965 result = file->f_op->unlocked_ioctl(file, ECS_IOCTL_APP_GET_DELAY, (unsigned long)arg64); in compass_dev_compat_ioctl() 1157 void __user *arg64 = compat_ptr(arg); in light_dev_compat_ioctl() local [all …]
|
| /OK3568_Linux_fs/external/rockit/tgi/sdk/include/ |
| H A D | rt_message.h | 162 RTMessage(UINT32 what, UINT32 arg32, UINT64 arg64, struct RTMsgHandler* handler = RT_NULL);
|
| /OK3568_Linux_fs/kernel/drivers/scsi/ |
| H A D | hpsa.c | 6246 IOCTL_Command_struct arg64; in hpsa_ioctl32_passthru() local 6253 memset(&arg64, 0, sizeof(arg64)); in hpsa_ioctl32_passthru() 6254 if (copy_from_user(&arg64, arg32, offsetof(IOCTL_Command_struct, buf))) in hpsa_ioctl32_passthru() 6258 arg64.buf = compat_ptr(cp); in hpsa_ioctl32_passthru() 6262 err = hpsa_passthru_ioctl(h, &arg64); in hpsa_ioctl32_passthru() 6266 if (copy_to_user(&arg32->error_info, &arg64.error_info, in hpsa_ioctl32_passthru() 6277 BIG_IOCTL_Command_struct arg64; in hpsa_ioctl32_big_passthru() local 6283 memset(&arg64, 0, sizeof(arg64)); in hpsa_ioctl32_big_passthru() 6284 if (copy_from_user(&arg64, arg32, in hpsa_ioctl32_big_passthru() 6289 arg64.buf = compat_ptr(cp); in hpsa_ioctl32_big_passthru() [all …]
|