mbox series

[0/2] Reduce the complexity of add_map() and count_required_pts()

Message ID 20230214133814.4173549-1-paul.liu@linaro.org
Headers show
Series Reduce the complexity of add_map() and count_required_pts() | expand

Message

Paul Liu Feb. 14, 2023, 1:38 p.m. UTC
Reduce the complexity of add_map() and count_required_pts() to gain
better performance.

Marc Zyngier (2):
  arm64: Reduce add_map() complexity
  arm64: Reduce PT size estimation complexity

 arch/arm/cpu/armv8/cache_v8.c | 201 +++++++++++++---------------------
 1 file changed, 79 insertions(+), 122 deletions(-)