Searched refs:PSR_CF (Results 1 – 3 of 3) sorted by relevance
305 ss32->cpsr |= PSR_CF; in arm_prepare_u32_syscall_return()348 regs->cpsr &= ~PSR_CF; in arm_clear_u32_syscall_error()
1068 bic x2, x2, PSR_CF
129 #define PSR_CF 0x20000000 /* Carry/Borrow/Extend */ macro