HomeSort by relevance Sort by last modified time
    Searched refs:NUM_GPRS (Results 1 - 2 of 2) sorted by null

  /external/u-boot/arch/microblaze/include/asm/
ptrace.h 39 #define NUM_GPRS 32
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)
  /external/strace/linux/s390x/
arch_regs.c 9 uint32_t gprs[NUM_GPRS];

Completed in 70 milliseconds