arm-trusted-firmware/include/lib
Madhukar Pappireddy e34cc0cedc Changes to support updated register usage in SMCCC v1.2
From AArch64 state, arguments are passed in registers W0-W7(X0-X7)
and results are returned in W0-W7(X0-X7) for SMC32(SMC64) calls.
From AArch32 state, arguments are passed in registers R0-R7 and
results are returned in registers R0-R7 for SMC32 calls.

Most of the functions and macros already existed to support using
upto 8 registers for passing/returning parameters/results. Added
few helper macros for SMC calls from AArch32 state.

Link to the specification:
https://developer.arm.com/docs/den0028/c

Change-Id: I87976b42454dc3fc45c8343e9640aa78210e9741
Signed-off-by: Madhukar Pappireddy <madhukar.pappireddy@arm.com>
2019-11-26 12:56:30 -06:00
..
bl_aux_params Factor out cross-BL API into export headers suitable for 3rd party code 2019-07-23 20:25:34 -07:00
cpus Replace deprecated __ASSEMBLY__ macro with __ASSEMBLER__ 2019-10-11 14:12:24 +02:00
el3_runtime Refactor ARMv8.3 Pointer Authentication support code 2019-09-13 14:11:59 +01:00
extensions Refactor ARMv8.3 Pointer Authentication support code 2019-09-13 14:11:59 +01:00
libc libc: fix sparse warning for __assert() 2019-09-11 11:28:46 +09:00
libfdt Replace __ASSEMBLY__ with compiler-builtin __ASSEMBLER__ 2019-08-01 13:14:12 -07:00
pmf Sanitise includes across codebase 2019-01-04 10:43:17 +00:00
psci Adding new optional PSCI hook pwr_domain_on_finish_late 2019-09-25 22:06:44 -05:00
sprt SPM: Introduce SPRT C host library 2018-12-11 15:04:24 +00:00
xlat_tables Switch AARCH32/AARCH64 to __aarch64__ 2019-08-01 13:45:03 -07:00
zlib Standardise header guards across codebase 2018-11-08 10:20:19 +00:00
bakery_lock.h Replace __ASSEMBLY__ with compiler-builtin __ASSEMBLER__ 2019-08-01 13:14:12 -07:00
cassert.h Standardise header guards across codebase 2018-11-08 10:20:19 +00:00
coreboot.h Standardise header guards across codebase 2018-11-08 10:20:19 +00:00
mmio.h Standardise header guards across codebase 2018-11-08 10:20:19 +00:00
object_pool.h Sanitise includes across codebase 2019-01-04 10:43:17 +00:00
optee_utils.h Sanitise includes across codebase 2019-01-04 10:43:17 +00:00
runtime_instr.h Replace __ASSEMBLY__ with compiler-builtin __ASSEMBLER__ 2019-08-01 13:14:12 -07:00
semihosting.h Standardise header guards across codebase 2018-11-08 10:20:19 +00:00
smccc.h Changes to support updated register usage in SMCCC v1.2 2019-11-26 12:56:30 -06:00
spinlock.h Replace __ASSEMBLY__ with compiler-builtin __ASSEMBLER__ 2019-08-01 13:14:12 -07:00
utils.h Replace __ASSEMBLY__ with compiler-builtin __ASSEMBLER__ 2019-08-01 13:14:12 -07:00
utils_def.h Switch AARCH32/AARCH64 to __aarch64__ 2019-08-01 13:45:03 -07:00