Home
last modified time | relevance | path

Searched refs:compat_long_t (Results 1 – 20 of 20) sorted by relevance

/linux/drivers/input/
H A Devdev.c629 #define BITS_PER_LONG_COMPAT (sizeof(compat_long_t) * 8)
639 len = BITS_TO_LONGS_COMPAT(maxbit) * sizeof(compat_long_t); in bits_to_user()
643 for (i = 0; i < len / sizeof(compat_long_t); i++) in bits_to_user()
644 if (copy_to_user((compat_long_t __user *) p + i, in bits_to_user()
645 (compat_long_t *) bits + in bits_to_user()
647 sizeof(compat_long_t))) in bits_to_user()
667 if (maxlen % sizeof(compat_long_t)) in bits_from_user()
670 len = BITS_TO_LONGS_COMPAT(maxbit) * sizeof(compat_long_t); in bits_from_user()
674 for (i = 0; i < len / sizeof(compat_long_t); i++) in bits_from_user()
675 if (copy_from_user((compat_long_t *) bits + in bits_from_user()
[all …]
/linux/arch/powerpc/kernel/ptrace/
H A Dptrace32.c38 long compat_arch_ptrace(struct task_struct *child, compat_long_t request, in compat_arch_ptrace()
270 0, PT_REGS_COUNT * sizeof(compat_long_t), in compat_arch_ptrace()
276 0, PT_REGS_COUNT * sizeof(compat_long_t), in compat_arch_ptrace()
H A Dptrace-view.c847 .size = sizeof(compat_long_t), .align = sizeof(compat_long_t),
/linux/arch/parisc/kernel/
H A Dptrace.c252 long compat_arch_ptrace(struct task_struct *child, compat_long_t request, in compat_arch_ptrace()
633 .size = sizeof(compat_long_t), .align = sizeof(compat_long_t),
/linux/include/asm-generic/
H A Dcompat.h42 typedef s32 compat_long_t; typedef
/linux/ipc/
H A Dmqueue.c1461 compat_long_t mq_flags; /* message queue flags */
1462 compat_long_t mq_maxmsg; /* maximum number of messages */
1463 compat_long_t mq_msgsize; /* maximum message size */
1464 compat_long_t mq_curmsgs; /* number of messages currently queued */
1465 compat_long_t __reserved[4]; /* ignored for input, zeroed for output */
H A Dsyscall.c126 compat_long_t msgtyp;
H A Dmsg.c980 compat_long_t mtype;
988 compat_long_t mtype; in compat_ksys_msgsnd()
1292 compat_long_t msgtyp, int msgflg) in compat_ksys_msgrcv()
1299 compat_ssize_t, msgsz, compat_long_t, msgtyp, in COMPAT_SYSCALL_DEFINE5() argument
H A Dutil.h285 compat_long_t msgtyp, int msgflg);
/linux/arch/mips/kernel/
H A Dptrace32.c43 long compat_arch_ptrace(struct task_struct *child, compat_long_t request, in compat_arch_ptrace()
/linux/arch/x86/kernel/
H A Dptrace.c1064 static long ia32_arch_ptrace(struct task_struct *child, compat_long_t request, in ia32_arch_ptrace()
1133 compat_long_t request, compat_ulong_t caddr, in x32_arch_ptrace()
1220 long compat_arch_ptrace(struct task_struct *child, compat_long_t request, in compat_arch_ptrace()
/linux/arch/riscv/kernel/
H A Dptrace.c427 long compat_arch_ptrace(struct task_struct *child, compat_long_t request, in compat_arch_ptrace()
/linux/fs/
H A Daio.c2380 compat_long_t, min_nr, in COMPAT_SYSCALL_DEFINE6() argument
2381 compat_long_t, nr, in COMPAT_SYSCALL_DEFINE6()
2415 compat_long_t, min_nr, in COMPAT_SYSCALL_DEFINE6() argument
2416 compat_long_t, nr, in COMPAT_SYSCALL_DEFINE6()
/linux/kernel/futex/
H A Dcore.c1218 compat_long_t futex_offset) in futex_uaddr()
1255 compat_long_t futex_offset; in compat_exit_robust_list()
/linux/arch/sparc/kernel/
H A Dptrace_64.c927 long compat_arch_ptrace(struct task_struct *child, compat_long_t request, in compat_arch_ptrace()
/linux/drivers/staging/media/av7110/
H A Dav7110_av.c1101 compat_long_t timestamp;
/linux/Documentation/translations/it_IT/process/
H A Dadding-syscalls.rst376 compat_long_t varying_val;
/linux/Documentation/translations/sp_SP/process/
H A Dadding-syscalls.rst376 compat_long_t varying_val;
/linux/Documentation/process/
H A Dadding-syscalls.rst381 compat_long_t varying_val;
/linux/mm/
H A Dmempolicy.c1697 nbytes = BITS_TO_COMPAT_LONGS(nr_node_ids) * sizeof(compat_long_t); in copy_nodes_to_user()