original_kernel/arch/arm64/kvm
Marc Zyngier f142e5eeb7 arm64: KVM: add missing dsb before invalidating Stage-2 TLBs
When performing a Stage-2 TLB invalidation, it is necessary to
make sure the write to the page tables is observable by all CPUs.

For this purpose, add dsb instructions to __kvm_tlb_flush_vmid_ipa
and __kvm_flush_vm_context before doing the TLB invalidation itself.

Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
2013-08-09 13:19:28 +01:00
..
Kconfig
Makefile
emulate.c
guest.c
handle_exit.c
hyp-init.S
hyp.S
inject_fault.c
regmap.c
reset.c
sys_regs.c
sys_regs.h
sys_regs_generic_v8.c