freebsd-src/sys/arm64/vmm
Andrew Turner 0cdd0032a7 arm64/vmm: Fix the SPAN check
When raising an exception we may need to set the SPSR_EL1.PAN field.
The check for this was incorrect meaning it would be set when it
shouldn't be.

Reviewed by:	markj
Sponsored by:	Arm Ltd
Differential Revision:	https://reviews.freebsd.org/D45717
2024-06-25 09:07:19 +00:00
..
io
arm64.h arm64/vmm: Add breakpoint and single-stepping support 2024-06-04 14:58:08 -04:00
hyp.h
mmu.h
reset.h
vmm_arm64.c arm64/vmm: Fix the SPAN check 2024-06-25 09:07:19 +00:00
vmm_call.S arm64: Support BTI checking in most of the kernel 2024-06-05 09:23:40 +00:00
vmm_dev.c vmm: Start reconciling amd64 and arm64 copies of vmm_dev.c 2024-05-08 12:11:03 -04:00
vmm_hyp_el2.S arm64: Support BTI checking in most of the kernel 2024-06-05 09:23:40 +00:00
vmm_hyp_exception.S arm64/vmm: Fix the build with GCC 2024-05-17 13:19:45 +00:00
vmm_hyp.c
vmm_instruction_emul.c
vmm_ktr.h
vmm_mmu.c
vmm_reset.c
vmm_stat.c arm64/vmm: Add breakpoint and single-stepping support 2024-06-04 14:58:08 -04:00
vmm_stat.h arm64/vmm: Add breakpoint and single-stepping support 2024-06-04 14:58:08 -04:00
vmm.c arm64/vmm: Implement vm_disable_vcpu_creation() 2024-06-13 21:19:00 -04:00