Searched refs:tsr (Results 1 – 6 of 6) sorted by relevance
632 u32 tsr, new_tsr; in kvmppc_watchdog_func() local636 new_tsr = tsr = vcpu->arch.tsr; in kvmppc_watchdog_func()640 if (tsr & TSR_ENW) { in kvmppc_watchdog_func()641 if (tsr & TSR_WIS) in kvmppc_watchdog_func()644 new_tsr = tsr | TSR_WIS; in kvmppc_watchdog_func()646 new_tsr = tsr | TSR_ENW; in kvmppc_watchdog_func()648 } while (cmpxchg(&vcpu->arch.tsr, tsr, new_tsr) != tsr); in kvmppc_watchdog_func()1418 u32 old_tsr = vcpu->arch.tsr; in kvmppc_set_tsr()1420 vcpu->arch.tsr = new_tsr; in kvmppc_set_tsr()1521 sregs->u.e.tsr = vcpu->arch.tsr; in get_sregs_base()[all …]
443 *spr_val = vcpu->arch.tsr; in kvmppc_booke_emulate_mfspr()
41 pad_A[3], tsr, member
211 __u32 tsr; /* KVM_SREGS_E_UPDATE_TSR */ member
648 ulong tsr; /* we need to perform set/clr_bits() which requires ulong */ member
1936 uint64_t tsr:36; member1938 uint64_t tsr:36;
Completed in 28 milliseconds