Searched hist:f7a4825d9569593b9a81f0768313b86175691ef1 (Results 1 – 2 of 2) sorted by relevance
/linux/arch/arm64/include/asm/ |
H A D | hyp_image.h | diff f7a4825d9569593b9a81f0768313b86175691ef1 Tue Jan 05 19:05:36 CET 2021 David Brazdil <dbrazdil@google.com> KVM: arm64: Add symbol at the beginning of each hyp section
Generating hyp relocations will require referencing positions at a given offset from the beginning of hyp sections. Since the final layout will not be determined until the linking of `vmlinux`, modify the hyp linker script to insert a symbol at the first byte of each hyp section to use as an anchor. The linker of `vmlinux` will place the symbols together with the sections.
Signed-off-by: David Brazdil <dbrazdil@google.com> Signed-off-by: Marc Zyngier <maz@kernel.org> Link: https://lore.kernel.org/r/20210105180541.65031-4-dbrazdil@google.com
|
/linux/arch/arm64/kvm/hyp/nvhe/ |
H A D | hyp.lds.S | diff f7a4825d9569593b9a81f0768313b86175691ef1 Tue Jan 05 19:05:36 CET 2021 David Brazdil <dbrazdil@google.com> KVM: arm64: Add symbol at the beginning of each hyp section
Generating hyp relocations will require referencing positions at a given offset from the beginning of hyp sections. Since the final layout will not be determined until the linking of `vmlinux`, modify the hyp linker script to insert a symbol at the first byte of each hyp section to use as an anchor. The linker of `vmlinux` will place the symbols together with the sections.
Signed-off-by: David Brazdil <dbrazdil@google.com> Signed-off-by: Marc Zyngier <maz@kernel.org> Link: https://lore.kernel.org/r/20210105180541.65031-4-dbrazdil@google.com
|