diff options
author | James Morse <[email protected]> | 2020-02-20 16:58:39 +0000 |
---|---|---|
committer | Marc Zyngier <[email protected]> | 2020-02-22 11:01:47 +0000 |
commit | e43f1331e2ef913b8c566920c9af75e0ccdd1d3f (patch) | |
tree | a459a778f754cae09f63052babb89d38129a2d1c /tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace | |
parent | 8c2d146ee7a2e0782eea4dd70fddc1c837140136 (diff) |
arm64: Ask the compiler to __always_inline functions used by KVM at HYP
KVM uses some of the static-inline helpers like icache_is_vipt() from
its HYP code. This assumes the function is inlined so that the code is
mapped to EL2. The compiler may decide not to inline these, and the
out-of-line version may not be in the __hyp_text section.
Add the additional __always_ hint to these static-inlines that are used
by KVM.
Signed-off-by: James Morse <[email protected]>
Signed-off-by: Marc Zyngier <[email protected]>
Acked-by: Will Deacon <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace')
0 files changed, 0 insertions, 0 deletions