Searched refs:xer_tm (Results 1 – 6 of 6) sorted by relevance
605 vcpu->arch.regs.xer = vcpu->arch.xer_tm; in copy_from_checkpoint()622 vcpu->arch.xer_tm = vcpu->arch.regs.xer; in copy_to_checkpoint()
646 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()
1585 *val = get_reg_val(id, vcpu->arch.xer_tm); in kvmppc_get_one_reg_pr()1684 vcpu->arch.xer_tm = set_reg_val(id, *val); in kvmppc_set_one_reg_pr()
2204 *val = get_reg_val(id, vcpu->arch.xer_tm); in kvmppc_get_one_reg_hv()2457 vcpu->arch.xer_tm = set_reg_val(id, *val); in kvmppc_set_one_reg_hv()
512 OFFSET(VCPU_XER_TM, kvm_vcpu, arch.xer_tm); in main()
Completed in 28 milliseconds