commit | d460df12926825a3926da91f054f9f11f88bb33e | [log] [tgz] |
---|---|---|
author | Quentin Perret <qperret@google.com> | Fri Mar 19 10:01:22 2021 +0000 |
committer | Marc Zyngier <maz@kernel.org> | Fri Mar 19 12:01:20 2021 +0000 |
tree | f294c849c7ae83bc35fb2fca671e281cc65bd8d4 | |
parent | 7a440cc78392c3caf805ef0afc7ead031e4d0830 [diff] |
KVM: arm64: Provide __flush_dcache_area at EL2 We will need to do cache maintenance at EL2 soon, so compile a copy of __flush_dcache_area at EL2, and provide a copy of arm64_ftr_reg_ctrel0 as it is needed by the read_ctr macro. Signed-off-by: Quentin Perret <qperret@google.com> Signed-off-by: Marc Zyngier <maz@kernel.org> Link: https://lore.kernel.org/r/20210319100146.1149909-15-qperret@google.com