Lines Matching refs:ia64_psr
128 static int mm_switch_action(struct ia64_psr opsr, struct ia64_psr npsr) in mm_switch_action()
133 void switch_mm_mode(struct kvm_vcpu *vcpu, struct ia64_psr old_psr, in switch_mm_mode()
134 struct ia64_psr new_psr) in switch_mm_mode()
184 void check_mm_mode_switch(struct kvm_vcpu *vcpu, struct ia64_psr old_psr, in check_mm_mode_switch()
185 struct ia64_psr new_psr) in check_mm_mode_switch()
1080 struct ia64_psr vpsr; in vcpu_tpa()
1087 vpsr = *(struct ia64_psr *)&VCPU(vcpu, vpsr); in vcpu_tpa()
1631 struct ia64_psr old_psr, new_psr; in vcpu_set_psr()
1633 old_psr = *(struct ia64_psr *)&VCPU(vcpu, vpsr); in vcpu_set_psr()
1658 new_psr = *(struct ia64_psr *)&VCPU(vcpu, vpsr); in vcpu_set_psr()
1678 struct ia64_psr vpsr; in vcpu_cover()
1681 vpsr = *(struct ia64_psr *)&VCPU(vcpu, vpsr); in vcpu_cover()
1863 struct ia64_psr *ipsr = (struct ia64_psr *)®s->cr_ipsr; in vcpu_increment_iip()
1874 struct ia64_psr *ipsr = (struct ia64_psr *)®s->cr_ipsr; in vcpu_decrement_iip()
2143 unsigned long ip = regs->cr_iip + ia64_psr(regs)->ri; in kvm_show_registers()