Searched refs:mmu_ready (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/powerpc/kvm/
H A Dbook3s_64_mmu_hv.c134 if (kvm->arch.mmu_ready) {
135 kvm->arch.mmu_ready = 0;
136 /* order mmu_ready vs. vcpus_running */
139 kvm->arch.mmu_ready = 1;
693 * The synchronization for mmu_ready test vs. set is provided
696 if (!kvm->arch.mmu_ready)
1572 if (WARN_ON(!kvm->arch.mmu_ready))
1576 kvm->arch.mmu_ready = 0;
1580 * mmu_ready */
1599 kvm->arch.mmu_ready
1837 int mmu_ready; local
[all...]
H A Dbook3s_hv.c3608 if (!pvc->n_runnable || !pvc->kvm->arch.mmu_ready) {
3637 if (!vc->kvm->arch.mmu_ready)
3850 * If the mmu_ready flag has been cleared, don't go into the
4569 if (!kvm->arch.mmu_ready) {
4575 kvm->arch.mmu_ready = 1;
4630 if (!vcpu->kvm->arch.mmu_ready) {
4737 if (unlikely(!kvm->arch.mmu_ready)) {
4764 if (need_resched() || !kvm->arch.mmu_ready)
4967 /* Order vcpus_running vs. mmu_ready, see kvmppc_alloc_reset_hpt */
5376 /* Order updates to kvm->arch.lpcr etc. vs. mmu_ready */
[all...]
/linux-master/arch/powerpc/include/asm/
H A Dkvm_host.h291 int mmu_ready; member in struct:kvm_arch

Completed in 142 milliseconds