aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorArd Biesheuvel <[email protected]>2020-06-29 09:39:24 +0200
committerHerbert Xu <[email protected]>2020-07-09 22:14:32 +1000
commite4f874858cc16bdf99ca4aa678c94d6e448f8847 (patch)
treedaeeb1cf9ec3cd5a9b65550efac7224818affc8a /tools/perf/scripts/python/bin
parent17d0fb1febbc34839a1ed5af8622478691d870df (diff)
crypto: arm64/gcm - use inline helper to suppress indirect calls
Introduce an inline wrapper for ghash_do_update() that incorporates the indirect call to the asm routine that is passed as an argument, and keep the non-SIMD fallback code out of line. This ensures that all references to the function pointer are inlined where the address is taken, removing the need for any indirect calls to begin with. Signed-off-by: Ard Biesheuvel <[email protected]> Signed-off-by: Herbert Xu <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions