Searched refs:xer_tm (Results 1 – 6 of 6) sorted by relevance
593 vcpu->arch.regs.xer = vcpu->arch.xer_tm; in copy_from_checkpoint()610 vcpu->arch.xer_tm = vcpu->arch.regs.xer; in copy_to_checkpoint()
658 u64 xer_tm; member
99 vcpu->arch.xer_tm = vcpu->arch.regs.xer; in kvmppc_copyto_vcpu_tm()118 vcpu->arch.regs.xer = vcpu->arch.xer_tm; in kvmppc_copyfrom_vcpu_tm()
1592 *val = get_reg_val(id, vcpu->arch.xer_tm); in kvmppc_get_one_reg_pr()1691 vcpu->arch.xer_tm = set_reg_val(id, *val); in kvmppc_set_one_reg_pr()
2368 *val = get_reg_val(id, vcpu->arch.xer_tm); in kvmppc_get_one_reg_hv()2637 vcpu->arch.xer_tm = set_reg_val(id, *val); in kvmppc_set_one_reg_hv()
505 OFFSET(VCPU_XER_TM, kvm_vcpu, arch.xer_tm); in main()
Completed in 32 milliseconds