Searched refs:PSR_C_BIT (Results 1 – 10 of 10) 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()
61 return (pstate & PSR_C_BIT) != 0; in __check_cs()66 return (pstate & PSR_C_BIT) == 0; in __check_cc()92 return (pstate & PSR_C_BIT) != 0; in __check_hi()98 return (pstate & PSR_C_BIT) == 0; in __check_ls()
185 pstate & PSR_C_BIT ? 'C' : 'c', in print_pstate()
1939 regs->pstate &= PSR_N_BIT | PSR_Z_BIT | PSR_C_BIT | PSR_V_BIT; in valid_native_regs()
85 #define PSR_C_BIT 0x20000000 macro
56 #define PSR_C_BIT 0x20000000 macro
45 and x0, x0, #(PSR_N_BIT | PSR_Z_BIT | PSR_C_BIT | PSR_V_BIT)
112 new |= (old & PSR_C_BIT); in enter_exception64()
151 buf[2] = flags & PSR_C_BIT ? 'C' : 'c'; in __show_regs()
901 if (regs->ARM_cpsr & PSR_C_BIT) in do_alignment()
Completed in 18 milliseconds