Searched refs:PSR_C_BIT (Results 1 – 12 of 12) 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()
32 #define PSR_C_BIT 0x20000000 macro
85 #define PSR_C_BIT 0x20000000 macro
53 #define PSR_C_BIT 0x20000000 macro
45 and x0, x0, #(PSR_N_BIT | PSR_Z_BIT | PSR_C_BIT | PSR_V_BIT)
169 buf[2] = flags & PSR_C_BIT ? 'C' : 'c'; in __show_regs()
1411 return (pstate & PSR_C_BIT) != 0; in __check_cs()1416 return (pstate & PSR_C_BIT) == 0; in __check_cc()1442 return (pstate & PSR_C_BIT) != 0; in __check_hi()1448 return (pstate & PSR_C_BIT) == 0; in __check_ls()
230 pstate & PSR_C_BIT ? 'C' : 'c', in print_pstate()
1905 regs->pstate &= PSR_N_BIT | PSR_Z_BIT | PSR_C_BIT | PSR_V_BIT; in valid_native_regs()
139 buf[2] = flags & PSR_C_BIT ? 'C' : 'c'; in __show_regs()
412 if (regs->UCreg_asr & PSR_C_BIT) in do_alignment()
901 if (regs->ARM_cpsr & PSR_C_BIT) in do_alignment()