Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/s390/include/uapi/asm/
A Dptrace.h169 #define NUM_GPRS 16 macro
285 unsigned long gprs[NUM_GPRS];
297 unsigned long gprs[NUM_GPRS];
443 unsigned long gprs[NUM_GPRS];
/linux-6.3-rc2/tools/arch/s390/include/uapi/asm/
A Dptrace.h169 #define NUM_GPRS 16 macro
285 unsigned long gprs[NUM_GPRS];
297 unsigned long gprs[NUM_GPRS];
443 unsigned long gprs[NUM_GPRS];
/linux-6.3-rc2/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-6.3-rc2/arch/s390/kernel/
A Dcompat_signal.c77 for (i = 0; i < NUM_GPRS; i++) in save_sigregs32()
115 for (i = 0; i < NUM_GPRS; i++) in restore_sigregs32()
128 __u32 gprs_high[NUM_GPRS]; in save_sigregs_ext32()
133 for (i = 0; i < NUM_GPRS; i++) in save_sigregs_ext32()
156 __u32 gprs_high[NUM_GPRS]; in restore_sigregs_ext32()
164 for (i = 0; i < NUM_GPRS; i++) in restore_sigregs_ext32()
A Dcompat_ptrace.h23 u32 gprs[NUM_GPRS];
A Dptrace.c1393 for (i = 0; i < NUM_GPRS; i++, gprs_high += 2) in s390_compat_regs_high_get()
1556 static const char *gpr_names[NUM_GPRS] = {
1563 if (offset >= NUM_GPRS) in regs_get_register()
1576 if (offset >= NUM_GPRS) in regs_query_register_offset()
1583 if (offset >= NUM_GPRS) in regs_query_register_name()
/linux-6.3-rc2/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];

Completed in 21 milliseconds