Home
last modified time | relevance | path

Searched refs:texasr (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/tools/testing/selftests/powerpc/tm/
Dtm-resched-dscr.c43 uint64_t rv, dscr1 = 1, dscr2, texasr; in test_body() local
74 : [rv]"=r"(rv), [dscr2]"=m"(dscr2), [texasr]"=m"(texasr) in test_body()
80 if ((texasr >> 56) != TM_CAUSE_RESCHED) { in test_body()
/linux-4.4.14/arch/powerpc/kvm/
Dbook3s_emulate.c471 vcpu->arch.texasr = spr_val; in kvmppc_core_emulate_mtspr_pr()
615 *spr_val = vcpu->arch.texasr; in kvmppc_core_emulate_mfspr_pr()
Dbook3s_hv.c1165 *val = get_reg_val(id, vcpu->arch.texasr); in kvmppc_get_one_reg_hv()
1373 vcpu->arch.texasr = set_reg_val(id, *val); in kvmppc_set_one_reg_hv()
/linux-4.4.14/arch/powerpc/include/asm/
Dkvm_host.h544 u64 texasr; member
/linux-4.4.14/arch/powerpc/kernel/
Dasm-offsets.c581 DEFINE(VCPU_TEXASR, offsetof(struct kvm_vcpu, arch.texasr)); in main()