Searched refs:old_psr (Results 1 – 3 of 3) sorted by relevance
/arch/ia64/include/asm/ |
D | mca_asm.h | 80 #define PHYSICAL_MODE_ENTER(temp1, temp2, start_addr, old_psr) \ argument 81 mov old_psr = psr; \ 83 dep old_psr = 0, old_psr, 32, 32; \ 160 #define VIRTUAL_MODE_ENTER(temp1, temp2, start_addr, old_psr) \ argument 163 mov old_psr = temp2; \ 182 mov temp1 = old_psr; \
|
/arch/ia64/kvm/ |
D | vcpu.c | 134 void switch_mm_mode(struct kvm_vcpu *vcpu, struct ia64_psr old_psr, in switch_mm_mode() argument 138 act = mm_switch_action(old_psr, new_psr); in switch_mm_mode() 187 void check_mm_mode_switch(struct kvm_vcpu *vcpu, struct ia64_psr old_psr, in check_mm_mode_switch() argument 191 if ((old_psr.dt != new_psr.dt) in check_mm_mode_switch() 192 || (old_psr.it != new_psr.it) in check_mm_mode_switch() 193 || (old_psr.rt != new_psr.rt)) in check_mm_mode_switch() 194 switch_mm_mode(vcpu, old_psr, new_psr); in check_mm_mode_switch() 1643 struct ia64_psr old_psr, new_psr; in vcpu_set_psr() local 1645 old_psr = *(struct ia64_psr *)&VCPU(vcpu, vpsr); in vcpu_set_psr() 1666 if (!old_psr.i && (val & IA64_PSR_I)) { in vcpu_set_psr() [all …]
|
/arch/sparc/kernel/ |
D | irq_32.c | 92 void raw_local_irq_restore(unsigned long old_psr) in raw_local_irq_restore() argument 104 : "i" (PSR_PIL), "r" (old_psr) in raw_local_irq_restore()
|