freebsd-dev/sys/dev/psci
John Baldwin 6cc52efa13 arm_smcc_1_2_*: Don't trash SP and X19 if no return value structure.
Jumping direct to ret was not restoring the saved value of x19 and was
also not adjusting sp to discard the two saved registers.

Reviewed by:	andrew
Sponsored by:	DARPA
Differential Revision:	https://reviews.freebsd.org/D37922
2023-02-01 13:54:09 -08:00
..
psci.c Only call SMCCC init on arm64 2023-01-29 19:33:41 +00:00
psci.h
smccc_arm64.S arm_smcc_1_2_*: Don't trash SP and X19 if no return value structure. 2023-02-01 13:54:09 -08:00
smccc_arm.S Merge the common parts of the SMCCC handlers 2022-08-25 12:17:28 +01:00
smccc.c Make SMCCC usable by device drivers 2023-01-29 14:58:24 +00:00
smccc.h Make SMCCC usable by device drivers 2023-01-29 14:58:24 +00:00