Searched refs:tsr (Results 1 – 11 of 11) sorted by relevance
23 #define user_mode(regs) ((((regs)->tsr) & 0x40) != 0)
574 if ((vcpu->arch.tsr & (TSR_ENW | TSR_WIS)) != (TSR_ENW | TSR_WIS)) in arm_next_watchdog()593 u32 tsr, new_tsr; in kvmppc_watchdog_func() local597 new_tsr = tsr = vcpu->arch.tsr; in kvmppc_watchdog_func()601 if (tsr & TSR_ENW) { in kvmppc_watchdog_func()602 if (tsr & TSR_WIS) in kvmppc_watchdog_func()605 new_tsr = tsr | TSR_WIS; in kvmppc_watchdog_func()607 new_tsr = tsr | TSR_ENW; in kvmppc_watchdog_func()609 } while (cmpxchg(&vcpu->arch.tsr, tsr, new_tsr) != tsr); in kvmppc_watchdog_func()640 if ((vcpu->arch.tcr & TCR_DIE) && (vcpu->arch.tsr & TSR_DIS)) in update_timer_ints()645 if ((vcpu->arch.tcr & TCR_WIE) && (vcpu->arch.tsr & TSR_WIS)) in update_timer_ints()[all …]
454 *spr_val = vcpu->arch.tsr; in kvmppc_booke_emulate_mfspr()
103 regs->tsr |= 0x40; /* set user mode */ in start_thread()
83 OFFSET(REGS_TSR, pt_regs, tsr); in foo()
40 pad_A[3], tsr, member
120 REG_PAIR(tsr, orig_a4);
215 __u32 tsr; /* KVM_SREGS_E_UPDATE_TSR */ member
229 u32 tsr; member
514 ulong tsr; /* we need to perform set/clr_bits() which requires ulong */ member
2288 uint64_t tsr:36; member2290 uint64_t tsr:36;