History log of /freebsd/sys/arm64/vmm/vmm_handlers.c (Results 1 – 2 of 2)
Revision Date Author Comments
# 7279fa6a 19-Aug-2024 Andrew Turner <andrew@FreeBSD.org>

arm64/vmm: Convert the handlers into ifuncs

Now we have support for both VHE and non-VHE update the handlers to
use an ifunc to decide which version to use.

Sponsored by: Arm Ltd
Differential Revis

arm64/vmm: Convert the handlers into ifuncs

Now we have support for both VHE and non-VHE update the handlers to
use an ifunc to decide which version to use.

Sponsored by: Arm Ltd
Differential Revision: https://reviews.freebsd.org/D46084

show more ...


# 55aa3148 19-Aug-2024 Andrew Turner <andrew@FreeBSD.org>

arm64/vmm: Create functions to call into EL2

These will become ifuncs to enable VHE in a later change.

Sponsored by: Arm Ltd
Differential Revision: https://reviews.freebsd.org/D46075