Home
last modified time | relevance | path

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

/arch/powerpc/kvm/
A Dbooke.c632 u32 tsr, new_tsr; in kvmppc_watchdog_func() local
636 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 …]
A Dbooke_emulate.c443 *spr_val = vcpu->arch.tsr; in kvmppc_booke_emulate_mfspr()
/arch/m68k/include/asm/
A Dbvme6000hw.h41 pad_A[3], tsr, member
/arch/powerpc/include/uapi/asm/
A Dkvm.h211 __u32 tsr; /* KVM_SREGS_E_UPDATE_TSR */ member
/arch/powerpc/include/asm/
A Dkvm_host.h648 ulong tsr; /* we need to perform set/clr_bits() which requires ulong */ member
/arch/mips/include/asm/octeon/
A Dcvmx-pci-defs.h1936 uint64_t tsr:36; member
1938 uint64_t tsr:36;

Completed in 28 milliseconds