Home
last modified time | relevance | path

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

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