Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/microblaze/include/asm/
H A Dptrace.h39 #define NUM_GPRS 32 macro
68 microblaze_reg_t gpr[NUM_GPRS];
99 #define PT_PC ((NUM_GPRS + 0) * _PT_REG_SIZE)
100 #define PT_PSW ((NUM_GPRS + 1) * _PT_REG_SIZE)
101 #define PT_KERNEL_MODE ((NUM_GPRS + 2) * _PT_REG_SIZE)
102 #define PT_SINGLESTEP ((NUM_GPRS + 3) * _PT_REG_SIZE)
107 #define PT_SIZE ((NUM_GPRS + NUM_SPECIAL) * _PT_REG_SIZE)
/openbmc/linux/tools/testing/selftests/powerpc/ptrace/
H A Dptrace-gpr.S12 #define NUM_GPRS (32 - FIRST_GPR) macro
13 #define STACK_SIZE (NUM_GPRS * GPR_SIZE)
/openbmc/linux/arch/s390/include/uapi/asm/
H 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];
/openbmc/linux/arch/s390/kernel/
H 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()
H A Dcompat_ptrace.h23 u32 gprs[NUM_GPRS];
H A Dptrace.c1389 for (i = 0; i < NUM_GPRS; i++, gprs_high += 2) in s390_compat_regs_high_get()
1552 static const char *gpr_names[NUM_GPRS] = {
1559 if (offset >= NUM_GPRS) in regs_get_register()
1572 if (offset >= NUM_GPRS) in regs_query_register_offset()
1579 if (offset >= NUM_GPRS) in regs_query_register_name()
/openbmc/linux/arch/s390/include/asm/
H A Dcompat.h56 u32 gprs[NUM_GPRS];
62 u32 gprs_high[NUM_GPRS];
H A Dptrace.h118 unsigned long gprs[NUM_GPRS];