arg64            6201 drivers/scsi/hpsa.c 	IOCTL_Command_struct arg64;
arg64            6202 drivers/scsi/hpsa.c 	IOCTL_Command_struct __user *p = compat_alloc_user_space(sizeof(arg64));
arg64            6206 drivers/scsi/hpsa.c 	memset(&arg64, 0, sizeof(arg64));
arg64            6208 drivers/scsi/hpsa.c 	err |= copy_from_user(&arg64.LUN_info, &arg32->LUN_info,
arg64            6209 drivers/scsi/hpsa.c 			   sizeof(arg64.LUN_info));
arg64            6210 drivers/scsi/hpsa.c 	err |= copy_from_user(&arg64.Request, &arg32->Request,
arg64            6211 drivers/scsi/hpsa.c 			   sizeof(arg64.Request));
arg64            6212 drivers/scsi/hpsa.c 	err |= copy_from_user(&arg64.error_info, &arg32->error_info,
arg64            6213 drivers/scsi/hpsa.c 			   sizeof(arg64.error_info));
arg64            6214 drivers/scsi/hpsa.c 	err |= get_user(arg64.buf_size, &arg32->buf_size);
arg64            6216 drivers/scsi/hpsa.c 	arg64.buf = compat_ptr(cp);
arg64            6217 drivers/scsi/hpsa.c 	err |= copy_to_user(p, &arg64, sizeof(arg64));
arg64            6237 drivers/scsi/hpsa.c 	BIG_IOCTL_Command_struct arg64;
arg64            6239 drivers/scsi/hpsa.c 	    compat_alloc_user_space(sizeof(arg64));
arg64            6243 drivers/scsi/hpsa.c 	memset(&arg64, 0, sizeof(arg64));
arg64            6245 drivers/scsi/hpsa.c 	err |= copy_from_user(&arg64.LUN_info, &arg32->LUN_info,
arg64            6246 drivers/scsi/hpsa.c 			   sizeof(arg64.LUN_info));
arg64            6247 drivers/scsi/hpsa.c 	err |= copy_from_user(&arg64.Request, &arg32->Request,
arg64            6248 drivers/scsi/hpsa.c 			   sizeof(arg64.Request));
arg64            6249 drivers/scsi/hpsa.c 	err |= copy_from_user(&arg64.error_info, &arg32->error_info,
arg64            6250 drivers/scsi/hpsa.c 			   sizeof(arg64.error_info));
arg64            6251 drivers/scsi/hpsa.c 	err |= get_user(arg64.buf_size, &arg32->buf_size);
arg64            6252 drivers/scsi/hpsa.c 	err |= get_user(arg64.malloc_size, &arg32->malloc_size);
arg64            6254 drivers/scsi/hpsa.c 	arg64.buf = compat_ptr(cp);
arg64            6255 drivers/scsi/hpsa.c 	err |= copy_to_user(p, &arg64, sizeof(arg64));
arg64             104 samples/seccomp/bpf-helper.h 	JEQ64(((union arg64){.u64 = (x)}).lo32, \
arg64             105 samples/seccomp/bpf-helper.h 	      ((union arg64){.u64 = (x)}).hi32, \
arg64             108 samples/seccomp/bpf-helper.h 	JGT64(((union arg64){.u64 = (x)}).lo32, \
arg64             109 samples/seccomp/bpf-helper.h 	      ((union arg64){.u64 = (x)}).hi32, \
arg64             112 samples/seccomp/bpf-helper.h 	JGE64(((union arg64){.u64 = (x)}).lo32, \
arg64             113 samples/seccomp/bpf-helper.h 	      ((union arg64){.u64 = (x)}).hi32, \
arg64             116 samples/seccomp/bpf-helper.h 	JNE64(((union arg64){.u64 = (x)}).lo32, \
arg64             117 samples/seccomp/bpf-helper.h 	      ((union arg64){.u64 = (x)}).hi32, \
arg64             120 samples/seccomp/bpf-helper.h 	JLT64(((union arg64){.u64 = (x)}).lo32, \
arg64             121 samples/seccomp/bpf-helper.h 	      ((union arg64){.u64 = (x)}).hi32, \
arg64             124 samples/seccomp/bpf-helper.h 	JLE64(((union arg64){.u64 = (x)}).lo32, \
arg64             125 samples/seccomp/bpf-helper.h 	      ((union arg64){.u64 = (x)}).hi32, \
arg64             129 samples/seccomp/bpf-helper.h 	JA64(((union arg64){.u64 = (x)}).lo32, \
arg64             130 samples/seccomp/bpf-helper.h 	       ((union arg64){.u64 = (x)}).hi32, \