Searched refs:texasr (Results 1 - 5 of 5) sorted by relevance
/linux-4.4.14/tools/testing/selftests/powerpc/tm/ |
H A D | tm-resched-dscr.c | 43 uint64_t rv, dscr1 = 1, dscr2, texasr; test_body() local 68 "std 3, %[texasr];" test_body() 74 : [rv]"=r"(rv), [dscr2]"=m"(dscr2), [texasr]"=m"(texasr) test_body() 80 if ((texasr >> 56) != TM_CAUSE_RESCHED) { test_body()
|
/linux-4.4.14/arch/powerpc/kvm/ |
H A D | book3s_emulate.c | 471 vcpu->arch.texasr = spr_val; kvmppc_core_emulate_mtspr_pr() 615 *spr_val = vcpu->arch.texasr; kvmppc_core_emulate_mfspr_pr()
|
H A D | book3s_hv.c | 1165 *val = get_reg_val(id, vcpu->arch.texasr); kvmppc_get_one_reg_hv() 1373 vcpu->arch.texasr = set_reg_val(id, *val); kvmppc_set_one_reg_hv()
|
/linux-4.4.14/arch/powerpc/include/asm/ |
H A D | kvm_host.h | 544 u64 texasr; member in struct:kvmppc_slb::kvm_vcpu_arch
|
/linux-4.4.14/arch/powerpc/kernel/ |
H A D | asm-offsets.c | 581 DEFINE(VCPU_TEXASR, offsetof(struct kvm_vcpu, arch.texasr)); main()
|
Completed in 288 milliseconds