Lines Matching refs:new
49 unsigned long sctlr, vbar, old, new, mode; in enter_exception64() local
77 new = 0; in enter_exception64()
79 new |= (old & PSR_N_BIT); in enter_exception64()
80 new |= (old & PSR_Z_BIT); in enter_exception64()
81 new |= (old & PSR_C_BIT); in enter_exception64()
82 new |= (old & PSR_V_BIT); in enter_exception64()
86 new |= (old & PSR_DIT_BIT); in enter_exception64()
94 new |= (old & PSR_PAN_BIT); in enter_exception64()
96 new |= PSR_PAN_BIT; in enter_exception64()
107 new |= PSR_SSBS_BIT; in enter_exception64()
112 new |= PSR_D_BIT; in enter_exception64()
113 new |= PSR_A_BIT; in enter_exception64()
114 new |= PSR_I_BIT; in enter_exception64()
115 new |= PSR_F_BIT; in enter_exception64()
117 new |= target_mode; in enter_exception64()
119 *vcpu_cpsr(vcpu) = new; in enter_exception64()