Lines Matching refs:old
77 unsigned long old, new;
79 old = *vcpu_cpsr(vcpu);
82 new |= (old & PSR_AA32_N_BIT);
83 new |= (old & PSR_AA32_Z_BIT);
84 new |= (old & PSR_AA32_C_BIT);
85 new |= (old & PSR_AA32_V_BIT);
86 new |= (old & PSR_AA32_Q_BIT);
92 new |= (old & PSR_AA32_DIT_BIT);
102 new |= (old & PSR_AA32_PAN_BIT);
111 new |= (old & PSR_AA32_GE_MASK);
126 new |= (old & PSR_AA32_A_BIT);
139 new |= (old & PSR_AA32_F_BIT);