Searched refs:NUM_GPRS (Results 1 - 7 of 7) sorted by relevance

/linux-4.4.14/tools/perf/arch/s390/util/
H A Ddwarf-regs.c12 #define NUM_GPRS 16 macro
14 static const char *gpr_names[NUM_GPRS] = {
21 return (n >= NUM_GPRS) ? NULL : gpr_names[n]; get_arch_regstr()
/linux-4.4.14/arch/s390/kernel/
H A Dcompat_ptrace.h22 u32 gprs[NUM_GPRS];
H A Dcompat_signal.c189 for (i = 0; i < NUM_GPRS; i++) save_sigregs32()
227 for (i = 0; i < NUM_GPRS; i++) restore_sigregs32()
240 __u32 gprs_high[NUM_GPRS]; save_sigregs_ext32()
245 for (i = 0; i < NUM_GPRS; i++) save_sigregs_ext32()
268 __u32 gprs_high[NUM_GPRS]; restore_sigregs_ext32()
276 for (i = 0; i < NUM_GPRS; i++) restore_sigregs_ext32()
H A Dptrace.c1435 static const char *gpr_names[NUM_GPRS] = {
1442 if (offset >= NUM_GPRS) regs_get_register()
1455 if (offset >= NUM_GPRS) regs_query_register_offset()
1462 if (offset >= NUM_GPRS) regs_query_register_name()
/linux-4.4.14/arch/s390/include/uapi/asm/
H A Dptrace.h168 #define NUM_GPRS 16 macro
287 unsigned long gprs[NUM_GPRS];
444 unsigned long gprs[NUM_GPRS];
/linux-4.4.14/arch/s390/include/asm/
H A Dcompat.h88 u32 gprs[NUM_GPRS];
94 u32 gprs_high[NUM_GPRS];
H A Dptrace.h74 unsigned long gprs[NUM_GPRS];

Completed in 196 milliseconds