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

  /external/strace/linux/microblaze/
userent.h 0 { PT_GPR(0), "r0" },
2 { PT_GPR(1), "r1" },
3 { PT_GPR(2), "r2" },
4 { PT_GPR(3), "r3" },
5 { PT_GPR(4), "r4" },
6 { PT_GPR(5), "r5" },
7 { PT_GPR(6), "r6" },
8 { PT_GPR(7), "r7" },
9 { PT_GPR(8), "r8" },
10 { PT_GPR(9), "r9" }
    [all...]
  /external/u-boot/arch/microblaze/include/asm/
ptrace.h 95 #define PT_GPR(num) ((num) * _PT_REG_SIZE)
104 #define PT_SYSCALL PT_GPR(0)

Completed in 46 milliseconds