]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Split out the arm64 EL2 exception vectors
authorAndrew Turner <andrew@FreeBSD.org>
Mon, 31 Oct 2022 15:08:26 +0000 (15:08 +0000)
committerAndrew Turner <andrew@FreeBSD.org>
Tue, 15 Nov 2022 17:26:52 +0000 (17:26 +0000)
commit8a2adde1e4b3fb4230cd39c151c79e73e26b575d
treea26f03f9bd1c87ac08c6cbeb63069dfc17dc38db
parent2468c61958f5e50927775f0611b44402a461840d
Split out the arm64 EL2 exception vectors

These were originally in locore.S as they are only needed so we have
a valid value to put into the vbar_el2 register. As these will soon
be used by bhyve so move them to a new file as we already have with
the EL1 exception vectors in exception.S.

Obtained from: https://github.com/FreeBSD-UPB/freebsd-src (earlier version)
Sponsored by: Innovate UK
Sponsored by: The FreeBSD Foundation
sys/arm64/arm64/hyp_stub.S [new file with mode: 0644]
sys/arm64/arm64/locore.S
sys/conf/files.arm64