Lines Matching refs:compat_ulong_t
786 compat_ulong_t caddr, compat_ulong_t cdata) in compat_arch_ptrace()
1249 compat_ulong_t *k = kbuf; in s390_compat_regs_get()
1256 compat_ulong_t __user *u = ubuf; in s390_compat_regs_get()
1278 const compat_ulong_t *k = kbuf; in s390_compat_regs_set()
1285 const compat_ulong_t __user *u = ubuf; in s390_compat_regs_set()
1287 compat_ulong_t word; in s390_compat_regs_set()
1308 compat_ulong_t *gprs_high; in s390_compat_regs_high_get()
1310 gprs_high = (compat_ulong_t *) in s390_compat_regs_high_get()
1311 &task_pt_regs(target)->gprs[pos / sizeof(compat_ulong_t)]; in s390_compat_regs_high_get()
1313 compat_ulong_t *k = kbuf; in s390_compat_regs_high_get()
1320 compat_ulong_t __user *u = ubuf; in s390_compat_regs_high_get()
1336 compat_ulong_t *gprs_high; in s390_compat_regs_high_set()
1339 gprs_high = (compat_ulong_t *) in s390_compat_regs_high_set()
1340 &task_pt_regs(target)->gprs[pos / sizeof(compat_ulong_t)]; in s390_compat_regs_high_set()
1342 const compat_ulong_t *k = kbuf; in s390_compat_regs_high_set()
1349 const compat_ulong_t __user *u = ubuf; in s390_compat_regs_high_set()
1369 compat_ulong_t last_break; in s390_compat_last_break_get()