Lines Matching refs:compat_ulong_t
774 compat_ulong_t caddr, compat_ulong_t cdata) in compat_arch_ptrace()
1207 compat_ulong_t *k = kbuf; in s390_compat_regs_get()
1214 compat_ulong_t __user *u = ubuf; in s390_compat_regs_get()
1236 const compat_ulong_t *k = kbuf; in s390_compat_regs_set()
1243 const compat_ulong_t __user *u = ubuf; in s390_compat_regs_set()
1245 compat_ulong_t word; in s390_compat_regs_set()
1266 compat_ulong_t *gprs_high; in s390_compat_regs_high_get()
1268 gprs_high = (compat_ulong_t *) in s390_compat_regs_high_get()
1269 &task_pt_regs(target)->gprs[pos / sizeof(compat_ulong_t)]; in s390_compat_regs_high_get()
1271 compat_ulong_t *k = kbuf; in s390_compat_regs_high_get()
1278 compat_ulong_t __user *u = ubuf; in s390_compat_regs_high_get()
1294 compat_ulong_t *gprs_high; in s390_compat_regs_high_set()
1297 gprs_high = (compat_ulong_t *) in s390_compat_regs_high_set()
1298 &task_pt_regs(target)->gprs[pos / sizeof(compat_ulong_t)]; in s390_compat_regs_high_set()
1300 const compat_ulong_t *k = kbuf; in s390_compat_regs_high_set()
1307 const compat_ulong_t __user *u = ubuf; in s390_compat_regs_high_set()
1327 compat_ulong_t last_break; in s390_compat_last_break_get()