Home
last modified time | relevance | path

Searched refs:new_tsr (Results 1 – 1 of 1) sorted by relevance

/linux-5.19.10/arch/powerpc/kvm/
Dbooke.c629 u32 tsr, new_tsr; in kvmppc_watchdog_func() local
633 new_tsr = tsr = vcpu->arch.tsr; in kvmppc_watchdog_func()
641 new_tsr = tsr | TSR_WIS; in kvmppc_watchdog_func()
643 new_tsr = tsr | TSR_ENW; in kvmppc_watchdog_func()
645 } while (cmpxchg(&vcpu->arch.tsr, tsr, new_tsr) != tsr); in kvmppc_watchdog_func()
647 if (new_tsr & TSR_WIS) { in kvmppc_watchdog_func()
1408 static void kvmppc_set_tsr(struct kvm_vcpu *vcpu, u32 new_tsr) in kvmppc_set_tsr() argument
1412 vcpu->arch.tsr = new_tsr; in kvmppc_set_tsr()