arm-trusted-firmware/drivers/arm/css
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
..
dsu feat(dsu): save/restore DSU PMU register 2024-05-09 10:20:32 -05:00
mhu fix: remove useless "return" at void functions 2023-02-16 15:15:30 +02:00
scmi fix(scmi): induce a delay in monitoring SCMI channel status 2024-02-02 17:14:27 +05:30
scp perf(psci): pass my_core_pos around instead of calling it repeatedly 2025-01-14 10:02:00 +00:00
scpi arm/css/scpi: Don't panic if the SCP fails to respond 2020-02-12 21:16:46 -06:00
sds refactor(sds): modify log level for region validity 2024-03-06 17:11:11 +01:00