arm-trusted-firmware/include/lib/psci
Boyan Karatotev 3b8021058a perf(psci): pass my_core_pos around instead of calling it repeatedly
On some platforms plat_my_core_pos is a nontrivial function that takes a
bit of time and the compiler really doesn't like to inline. In the PSCI
library, at least, we have no need to keep repeatedly calling it and we
can instead pass it around as an argument. This saves on a lot of
redundant calls, speeding the library up a bit.

Change-Id: I137f69bea80d7cac90d7a20ffe98e1ba8d77246f
Signed-off-by: Boyan Karatotev <boyan.karatotev@arm.com>
2025-01-14 10:02:00 +00:00
..
psci.h refactor(psci): don't use PSCI_INVALID_PWR_LVL to signal OFF state 2025-01-14 09:23:49 +00:00
psci_lib.h perf(psci): pass my_core_pos around instead of calling it repeatedly 2025-01-14 10:02:00 +00:00