Lines Matching refs:k
885 unsigned long *k = kbuf; in s390_regs_get() local
887 *k++ = __peek_user(target, pos); in s390_regs_get()
888 count -= sizeof(*k); in s390_regs_get()
889 pos += sizeof(*k); in s390_regs_get()
914 const unsigned long *k = kbuf; in s390_regs_set() local
916 rc = __poke_user(target, pos, *k++); in s390_regs_set()
917 count -= sizeof(*k); in s390_regs_set()
918 pos += sizeof(*k); in s390_regs_set()
999 unsigned long *k = kbuf; in s390_last_break_get() local
1000 *k = task_thread_info(target)->last_break; in s390_last_break_get()
1207 compat_ulong_t *k = kbuf; in s390_compat_regs_get() local
1209 *k++ = __peek_user_compat(target, pos); in s390_compat_regs_get()
1210 count -= sizeof(*k); in s390_compat_regs_get()
1211 pos += sizeof(*k); in s390_compat_regs_get()
1236 const compat_ulong_t *k = kbuf; in s390_compat_regs_set() local
1238 rc = __poke_user_compat(target, pos, *k++); in s390_compat_regs_set()
1239 count -= sizeof(*k); in s390_compat_regs_set()
1240 pos += sizeof(*k); in s390_compat_regs_set()
1271 compat_ulong_t *k = kbuf; in s390_compat_regs_high_get() local
1273 *k++ = *gprs_high; in s390_compat_regs_high_get()
1275 count -= sizeof(*k); in s390_compat_regs_high_get()
1300 const compat_ulong_t *k = kbuf; in s390_compat_regs_high_set() local
1302 *gprs_high = *k++; in s390_compat_regs_high_set()
1304 count -= sizeof(*k); in s390_compat_regs_high_set()
1332 unsigned long *k = kbuf; in s390_compat_last_break_get() local
1333 *k = last_break; in s390_compat_last_break_get()