Searched refs:NUM_GPRS (Results 1 - 1 of 1) sorted by path

/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)

Completed in 58 milliseconds