Searched hist:"7 b2399ea5640b2e5f576af08b91091a26f240ea4" (Results 1 – 2 of 2) sorted by relevance
/linux/arch/arm64/kvm/hyp/ |
H A D | Makefile | diff 7b2399ea5640b2e5f576af08b91091a26f240ea4 Thu Jun 25 15:14:07 CEST 2020 David Brazdil <dbrazdil@google.com> KVM: arm64: Move __smccc_workaround_1_smc to .rodata
This snippet of assembly is used by cpu_errata.c to overwrite parts of KVM hyp vector. Move it to its own source file and change its ELF section to .rodata.
Signed-off-by: David Brazdil <dbrazdil@google.com> Signed-off-by: Marc Zyngier <maz@kernel.org> Link: https://lore.kernel.org/r/20200625131420.71444-3-dbrazdil@google.com
|
H A D | hyp-entry.S | diff 7b2399ea5640b2e5f576af08b91091a26f240ea4 Thu Jun 25 15:14:07 CEST 2020 David Brazdil <dbrazdil@google.com> KVM: arm64: Move __smccc_workaround_1_smc to .rodata
This snippet of assembly is used by cpu_errata.c to overwrite parts of KVM hyp vector. Move it to its own source file and change its ELF section to .rodata.
Signed-off-by: David Brazdil <dbrazdil@google.com> Signed-off-by: Marc Zyngier <maz@kernel.org> Link: https://lore.kernel.org/r/20200625131420.71444-3-dbrazdil@google.com
|