Searched refs:tsr (Results 1 – 10 of 10) sorted by relevance
20 #define user_mode(regs) ((((regs)->tsr) & 0x40) != 0)
585 if ((vcpu->arch.tsr & (TSR_ENW | TSR_WIS)) != (TSR_ENW | TSR_WIS)) in arm_next_watchdog()604 u32 tsr, new_tsr; in kvmppc_watchdog_func() local608 new_tsr = tsr = vcpu->arch.tsr; in kvmppc_watchdog_func()612 if (tsr & TSR_ENW) { in kvmppc_watchdog_func()613 if (tsr & TSR_WIS) in kvmppc_watchdog_func()616 new_tsr = tsr | TSR_WIS; in kvmppc_watchdog_func()618 new_tsr = tsr | TSR_ENW; in kvmppc_watchdog_func()620 } while (cmpxchg(&vcpu->arch.tsr, tsr, new_tsr) != tsr); in kvmppc_watchdog_func()651 if ((vcpu->arch.tcr & TCR_DIE) && (vcpu->arch.tsr & TSR_DIS)) in update_timer_ints()656 if ((vcpu->arch.tcr & TCR_WIE) && (vcpu->arch.tsr & TSR_WIS)) in update_timer_ints()[all …]
443 *spr_val = vcpu->arch.tsr; in kvmppc_booke_emulate_mfspr()
100 regs->tsr |= 0x40; /* set user mode */ in start_thread()
84 OFFSET(REGS_TSR, pt_regs, tsr); in foo()
41 pad_A[3], tsr, member
121 REG_PAIR(tsr, orig_a4);
225 __u32 tsr; /* KVM_SREGS_E_UPDATE_TSR */ member
621 ulong tsr; /* we need to perform set/clr_bits() which requires ulong */ member
1936 uint64_t tsr:36; member1938 uint64_t tsr:36;