Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/powerpc/ptrace/
A Dptrace-gpr.S12 #define NUM_GPRS (32 - FIRST_GPR) macro
13 #define STACK_SIZE (NUM_GPRS * GPR_SIZE)
/linux/arch/s390/include/uapi/asm/
A Dptrace.h229 #define NUM_GPRS 16 macro
282 unsigned long gprs[NUM_GPRS];
294 unsigned long gprs[NUM_GPRS];
440 unsigned long gprs[NUM_GPRS];
/linux/arch/s390/kernel/
A Dcompat_signal.c78 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()
A Dcompat_ptrace.h23 u32 gprs[NUM_GPRS];
A Dptrace.c1356 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()
/linux/arch/s390/include/asm/
A Dcompat.h56 u32 gprs[NUM_GPRS];
62 u32 gprs_high[NUM_GPRS];
A Dptrace.h116 unsigned long gprs[NUM_GPRS];
/linux/tools/testing/selftests/kvm/include/s390x/
A Ddebug_print.h64 print_hex_bytes("GPRS", (u64)sync_regs->gprs, 8 * NUM_GPRS); in print_regs()

Completed in 17 milliseconds