Searched refs:REG_SIZE (Results 1 – 6 of 6) sorted by relevance
/device/linaro/bootloader/arm-trusted-firmware/bl31/aarch64/ |
D | crash_reporting.S | 42 #define REG_SIZE 0x8 macro 118 ldr x4, [x7], #REG_SIZE 139 stp x10, x11, [x0, #REG_SIZE * 2] 140 stp x12, x13, [x0, #REG_SIZE * 4] 141 stp x14, x15, [x0, #REG_SIZE * 6] 160 str x1, [x0, #REG_SIZE] 235 stp x2, x3, [x0, #REG_SIZE * 2] 236 stp x4, x5, [x0, #REG_SIZE * 4] 237 stp x6, x30, [x0, #REG_SIZE * 6] 248 ldr x4, [x0, #REG_SIZE * 7] [all …]
|
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/GdbDebugAgent/ |
D | GdbDebugAgent.h | 95 #define REG_SIZE 32 macro 97 #define REG_SIZE 64 macro 99 #define REG_SIZE 32 macro
|
/device/linaro/bootloader/edk2/EmbeddedPkg/GdbStub/ |
D | GdbStubInternal.h | 97 #define REG_SIZE 32 macro 99 #define REG_SIZE 64 macro 101 #define REG_SIZE 32 macro
|
D | GdbStub.c | 564 RegSize = REG_SIZE; in GdbSendTSignal()
|
/device/linaro/bootloader/edk2/EmbeddedPkg/GdbStub/Ia32/ |
D | Processor.c | 179 while (RegSize < REG_SIZE) { in BasicReadRegister() 266 while (RegSize < REG_SIZE) { in BasicWriteRegister()
|
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/GdbDebugAgent/Ia32/ |
D | Processor.c | 165 while (RegSize < REG_SIZE) { in BasicReadRegister() 252 while (RegSize < REG_SIZE) { in BasicWriteRegister()
|