Home
last modified time | relevance | path

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

/linux-4.1.27/tools/perf/arch/s390/util/
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]; in get_arch_regstr()
/linux-4.1.27/arch/s390/include/uapi/asm/
Dptrace.h168 #define NUM_GPRS 16 macro
287 unsigned long gprs[NUM_GPRS];
444 unsigned long gprs[NUM_GPRS];
/linux-4.1.27/arch/s390/kernel/
Dcompat_signal.c208 for (i = 0; i < NUM_GPRS; i++) in save_sigregs32()
247 for (i = 0; i < NUM_GPRS; i++) in restore_sigregs32()
262 __u32 gprs_high[NUM_GPRS]; in save_sigregs_ext32()
267 for (i = 0; i < NUM_GPRS; i++) in save_sigregs_ext32()
290 __u32 gprs_high[NUM_GPRS]; in restore_sigregs_ext32()
298 for (i = 0; i < NUM_GPRS; i++) in restore_sigregs_ext32()
Dcompat_ptrace.h22 u32 gprs[NUM_GPRS];
Dptrace.c1477 static const char *gpr_names[NUM_GPRS] = {
1484 if (offset >= NUM_GPRS) in regs_get_register()
1497 if (offset >= NUM_GPRS) in regs_query_register_offset()
1504 if (offset >= NUM_GPRS) in regs_query_register_name()
/linux-4.1.27/arch/s390/include/asm/
Dcompat.h88 u32 gprs[NUM_GPRS];
94 u32 gprs_high[NUM_GPRS];
Dptrace.h73 unsigned long gprs[NUM_GPRS];