Searched refs:__NUM_VXRS_LOW (Results 1 – 5 of 5) sorted by relevance
| /arch/s390/include/uapi/asm/ |
| A D | sigcontext.h | 17 #define __NUM_VXRS_LOW 16 macro 72 unsigned long long vxrs_low[__NUM_VXRS_LOW];
|
| /arch/s390/kernel/ |
| A D | compat_signal.c | 126 __u64 vxrs[__NUM_VXRS_LOW]; in save_sigregs_ext32() 138 for (i = 0; i < __NUM_VXRS_LOW; i++) in save_sigregs_ext32() 143 current->thread.ufpu.vxrs + __NUM_VXRS_LOW, in save_sigregs_ext32() 154 __u64 vxrs[__NUM_VXRS_LOW]; in restore_sigregs_ext32() 168 __copy_from_user(current->thread.ufpu.vxrs + __NUM_VXRS_LOW, in restore_sigregs_ext32() 172 for (i = 0; i < __NUM_VXRS_LOW; i++) in restore_sigregs_ext32()
|
| A D | signal.c | 178 __u64 vxrs[__NUM_VXRS_LOW]; in save_sigregs_ext() 183 for (i = 0; i < __NUM_VXRS_LOW; i++) in save_sigregs_ext() 188 current->thread.ufpu.vxrs + __NUM_VXRS_LOW, in save_sigregs_ext() 198 __u64 vxrs[__NUM_VXRS_LOW]; in restore_sigregs_ext() 205 __copy_from_user(current->thread.ufpu.vxrs + __NUM_VXRS_LOW, in restore_sigregs_ext() 209 for (i = 0; i < __NUM_VXRS_LOW; i++) in restore_sigregs_ext()
|
| A D | ptrace.c | 951 __u64 vxrs[__NUM_VXRS_LOW]; in s390_vxrs_low_get() 958 for (i = 0; i < __NUM_VXRS_LOW; i++) in s390_vxrs_low_get() 968 __u64 vxrs[__NUM_VXRS_LOW]; in s390_vxrs_low_set() 976 for (i = 0; i < __NUM_VXRS_LOW; i++) in s390_vxrs_low_set() 981 for (i = 0; i < __NUM_VXRS_LOW; i++) in s390_vxrs_low_set() 995 return membuf_write(&to, target->thread.ufpu.vxrs + __NUM_VXRS_LOW, in s390_vxrs_high_get() 1012 target->thread.ufpu.vxrs + __NUM_VXRS_LOW, 0, -1); in s390_vxrs_high_set() 1253 .n = __NUM_VXRS_LOW, 1457 .n = __NUM_VXRS_LOW,
|
| A D | compat_linux.h | 48 __u64 vxrs_low[__NUM_VXRS_LOW];
|
Completed in 20 milliseconds