Searched hist:eceaf38f521982bad6dbac1c02becdd80fd6af7c (Results 1 – 1 of 1) sorted by relevance
/linux/arch/arm64/kvm/hyp/nvhe/ |
H A D | hyp.lds.S | diff eceaf38f521982bad6dbac1c02becdd80fd6af7c Tue Jan 05 19:05:34 CET 2021 David Brazdil <dbrazdil@google.com> KVM: arm64: Rename .idmap.text in hyp linker script
So far hyp-init.S created a .hyp.idmap.text section directly, without relying on the hyp linker script to prefix its name. Change it to create .idmap.text and add a HYP_SECTION entry to hyp.lds.S. This way all .hyp* sections go through the linker script and can be instrumented there.
Signed-off-by: David Brazdil <dbrazdil@google.com> Signed-off-by: Marc Zyngier <maz@kernel.org> Link: https://lore.kernel.org/r/20210105180541.65031-2-dbrazdil@google.com
|