Searched refs:NUM_GPRS (Results 1 – 8 of 8) sorted by relevance
12 #define NUM_GPRS (32 - FIRST_GPR) macro13 #define STACK_SIZE (NUM_GPRS * GPR_SIZE)
229 #define NUM_GPRS 16 macro282 unsigned long gprs[NUM_GPRS];294 unsigned long gprs[NUM_GPRS];440 unsigned long gprs[NUM_GPRS];
78 for (i = 0; i < NUM_GPRS; i++) in save_sigregs32()112 for (i = 0; i < NUM_GPRS; i++) in restore_sigregs32()125 __u32 gprs_high[NUM_GPRS]; in save_sigregs_ext32()130 for (i = 0; i < NUM_GPRS; i++) in save_sigregs_ext32()153 __u32 gprs_high[NUM_GPRS]; in restore_sigregs_ext32()161 for (i = 0; i < NUM_GPRS; i++) in restore_sigregs_ext32()
23 u32 gprs[NUM_GPRS];
1356 for (i = 0; i < NUM_GPRS; i++, gprs_high += 2) in s390_compat_regs_high_get()1519 static const char *gpr_names[NUM_GPRS] = {1526 if (offset >= NUM_GPRS) in regs_get_register()1539 if (offset >= NUM_GPRS) in regs_query_register_offset()1546 if (offset >= NUM_GPRS) in regs_query_register_name()
56 u32 gprs[NUM_GPRS];62 u32 gprs_high[NUM_GPRS];
116 unsigned long gprs[NUM_GPRS];
64 print_hex_bytes("GPRS", (u64)sync_regs->gprs, 8 * NUM_GPRS); in print_regs()