Lines Matching refs:k
897 unsigned long *k = kbuf; in s390_regs_get() local
899 *k++ = __peek_user(target, pos); in s390_regs_get()
900 count -= sizeof(*k); in s390_regs_get()
901 pos += sizeof(*k); in s390_regs_get()
926 const unsigned long *k = kbuf; in s390_regs_set() local
928 rc = __poke_user(target, pos, *k++); in s390_regs_set()
929 count -= sizeof(*k); in s390_regs_set()
930 pos += sizeof(*k); in s390_regs_set()
1021 unsigned long *k = kbuf; in s390_last_break_get() local
1022 *k = task_thread_info(target)->last_break; in s390_last_break_get()
1249 compat_ulong_t *k = kbuf; in s390_compat_regs_get() local
1251 *k++ = __peek_user_compat(target, pos); in s390_compat_regs_get()
1252 count -= sizeof(*k); in s390_compat_regs_get()
1253 pos += sizeof(*k); in s390_compat_regs_get()
1278 const compat_ulong_t *k = kbuf; in s390_compat_regs_set() local
1280 rc = __poke_user_compat(target, pos, *k++); in s390_compat_regs_set()
1281 count -= sizeof(*k); in s390_compat_regs_set()
1282 pos += sizeof(*k); in s390_compat_regs_set()
1313 compat_ulong_t *k = kbuf; in s390_compat_regs_high_get() local
1315 *k++ = *gprs_high; in s390_compat_regs_high_get()
1317 count -= sizeof(*k); in s390_compat_regs_high_get()
1342 const compat_ulong_t *k = kbuf; in s390_compat_regs_high_set() local
1344 *gprs_high = *k++; in s390_compat_regs_high_set()
1346 count -= sizeof(*k); in s390_compat_regs_high_set()
1374 unsigned long *k = kbuf; in s390_compat_last_break_get() local
1375 *k = last_break; in s390_compat_last_break_get()