Home
last modified time | relevance | path

Searched refs:NUM_GPRS (Results 1 – 4 of 4) sorted by relevance

/arch/s390/include/asm/
Dptrace.h170 #define NUM_GPRS 16 macro
297 unsigned long gprs[NUM_GPRS];
305 __u32 gprs[NUM_GPRS];
312 __u32 gprs_high[NUM_GPRS];
325 unsigned long gprs[NUM_GPRS];
522 unsigned long gprs[NUM_GPRS];
/arch/s390/kernel/
Dcompat_ptrace.h22 u32 gprs[NUM_GPRS];
Dcompat_signal.c43 __u32 gprs_high[NUM_GPRS];
53 __u32 gprs_high[NUM_GPRS];
289 for (i = 0; i < NUM_GPRS; i++) in save_sigregs32()
321 for (i = 0; i < NUM_GPRS; i++) in restore_sigregs32()
339 __u32 gprs_high[NUM_GPRS]; in save_sigregs_gprs_high()
342 for (i = 0; i < NUM_GPRS; i++) in save_sigregs_gprs_high()
350 __u32 gprs_high[NUM_GPRS]; in restore_sigregs_gprs_high()
356 for (i = 0; i < NUM_GPRS; i++) in restore_sigregs_gprs_high()
Dptrace.c1181 static const char *gpr_names[NUM_GPRS] = {
1188 if (offset >= NUM_GPRS) in regs_get_register()
1201 if (offset >= NUM_GPRS) in regs_query_register_offset()
1208 if (offset >= NUM_GPRS) in regs_query_register_name()