Home
last modified time | relevance | path

Searched refs:REGSZ (Results 1 – 3 of 3) sorted by relevance

/trusted-firmware-a/include/drivers/
A Dconsole.h12 #define CONSOLE_T_NEXT (U(0) * REGSZ)
13 #define CONSOLE_T_FLAGS (U(1) * REGSZ)
14 #define CONSOLE_T_PUTC (U(2) * REGSZ)
15 #define CONSOLE_T_GETC (U(3) * REGSZ)
16 #define CONSOLE_T_FLUSH (U(4) * REGSZ)
17 #define CONSOLE_T_BASE (U(5) * REGSZ)
18 #define CONSOLE_T_DRVDATA (U(6) * REGSZ)
/trusted-firmware-a/bl31/aarch64/
A Dcrash_reporting.S99 ldr x4, [x7], #REGSZ
135 stp x10, x11, [x0, #REGSZ * 2]
136 stp x12, x13, [x0, #REGSZ * 4]
137 stp x14, x15, [x0, #REGSZ * 6]
157 str x1, [x0, #REGSZ]
236 ldr x4, [x7], #REGSZ
338 stp x2, x3, [x0, #REGSZ * 2]
339 stp x4, x5, [x0, #REGSZ * 4]
340 stp x6, x30, [x0, #REGSZ * 6]
354 ldr x4, [x0, #REGSZ * 7]
[all …]
/trusted-firmware-a/include/lib/
A Dutils_def.h123 #define REGSZ U(8) macro
125 #define REGSZ U(4) macro

Completed in 5 milliseconds