···3838config KVM_BOOK3S_PR_POSSIBLE3939 bool4040 select KVM_MMIO4141- select KVM_GENERIC_MMU_NOTIFIER42414342config KVM_BOOK3S_HV_POSSIBLE4443 bool···8081 tristate "KVM for POWER7 and later using hypervisor mode in host"8182 depends on KVM_BOOK3S_64 && PPC_POWERNV8283 select KVM_BOOK3S_HV_POSSIBLE8383- select KVM_GENERIC_MMU_NOTIFIER8484 select KVM_BOOK3S_HV_PMU8585 select CMA8686 help···201203 depends on !CONTEXT_TRACKING_USER202204 select KVM203205 select KVM_MMIO204204- select KVM_GENERIC_MMU_NOTIFIER205206 help206207 Support running unmodified E500 guest kernels in virtual machines on207208 E500v2 host processors.···217220 select KVM218221 select KVM_MMIO219222 select KVM_BOOKE_HV220220- select KVM_GENERIC_MMU_NOTIFIER221223 help222224 Support running unmodified E500MC/E5500/E6500 guest kernels in223225 virtual machines on E500MC/E5500/E6500 host processors.
-1
arch/powerpc/kvm/powerpc.c
···625625 break;626626#endif627627 case KVM_CAP_SYNC_MMU:628628- BUILD_BUG_ON(!IS_ENABLED(CONFIG_KVM_GENERIC_MMU_NOTIFIER));629628 r = 1;630629 break;631630#ifdef CONFIG_KVM_BOOK3S_HV_POSSIBLE
-1
arch/riscv/kvm/Kconfig
···3030 select KVM_GENERIC_HARDWARE_ENABLING3131 select KVM_MMIO3232 select VIRT_XFER_TO_GUEST_WORK3333- select KVM_GENERIC_MMU_NOTIFIER3433 select SCHED_INFO3534 select GUEST_PERF_EVENTS if PERF_EVENTS3635 help
-2
arch/s390/kvm/Kconfig
···2828 select HAVE_KVM_INVALID_WAKEUPS2929 select HAVE_KVM_NO_POLL3030 select KVM_VFIO3131- select MMU_NOTIFIER3231 select VIRT_XFER_TO_GUEST_WORK3333- select KVM_GENERIC_MMU_NOTIFIER3432 select KVM_MMU_LOCKLESS_AGING3533 help3634 Support hosting paravirtualized guest machines using the SIE