Home
last modified time | relevance | path

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

/arch/c6x/include/asm/
Dptrace.h20 #define user_mode(regs) ((((regs)->tsr) & 0x40) != 0)
/arch/powerpc/kvm/
Dbooke.c585 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() local
608 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 …]
Dbooke_emulate.c443 *spr_val = vcpu->arch.tsr; in kvmppc_booke_emulate_mfspr()
/arch/c6x/kernel/
Dprocess.c100 regs->tsr |= 0x40; /* set user mode */ in start_thread()
Dasm-offsets.c84 OFFSET(REGS_TSR, pt_regs, tsr); in foo()
/arch/m68k/include/asm/
Dbvme6000hw.h41 pad_A[3], tsr, member
/arch/c6x/include/uapi/asm/
Dptrace.h121 REG_PAIR(tsr, orig_a4);
/arch/powerpc/include/uapi/asm/
Dkvm.h225 __u32 tsr; /* KVM_SREGS_E_UPDATE_TSR */ member
/arch/powerpc/include/asm/
Dkvm_host.h622 ulong tsr; /* we need to perform set/clr_bits() which requires ulong */ member
/arch/mips/include/asm/octeon/
Dcvmx-pci-defs.h1936 uint64_t tsr:36; member
1938 uint64_t tsr:36;