Searched refs:PSR_C_BIT (Results 1 – 6 of 6) sorted by relevance
96 return cpsr & PSR_C_BIT; in __check_cs()101 return (~cpsr) & PSR_C_BIT; in __check_cc()127 return cpsr & PSR_C_BIT; in __check_hi()133 return (~cpsr) & PSR_C_BIT; in __check_ls()
85 #define PSR_C_BIT 0x20000000 macro
131 new |= (old & PSR_C_BIT); in enter_exception64()
155 buf[2] = flags & PSR_C_BIT ? 'C' : 'c'; in __show_regs()
187 pstate & PSR_C_BIT ? 'C' : 'c', in print_pstate()
901 if (regs->ARM_cpsr & PSR_C_BIT) in do_alignment()