arm-trusted-firmware/plat/xilinx/common
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
..
include fix(xilinx): typecast operands to match data type 2024-12-20 11:01:18 +00:00
ipi_mailbox_service fix(xilinx): typecast operands to match data type 2024-12-20 11:01:37 +00:00
pm_service perf(psci): pass my_core_pos around instead of calling it repeatedly 2025-01-14 10:02:00 +00:00
tsp feat(versal-net): add tsp support 2023-11-02 11:56:32 +05:30
ipi.c fix(xilinx): typecast operands to match data type 2024-12-20 11:01:18 +00:00
plat_clkfunc.c fix(versal): add external declaration 2024-11-05 08:10:17 +00:00
plat_console.c feat(xilinx): add none console 2024-10-14 08:39:15 +00:00
plat_fdt.c fix(xilinx): warn if reserved memory pre-exists in DT 2024-09-17 14:24:28 +05:30
plat_startup.c fix(xilinx): typecast operands to match data type 2024-12-20 11:01:37 +00:00
plat_xfer_list.c feat(amd): populate handoff from TL 2024-10-22 11:05:14 +05:30
versal.c fix(xilinx): typecast operands to match data type 2024-12-20 11:01:37 +00:00