Searched refs:PSR_C_BIT (Results 1 – 11 of 11) 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
64 return (pstate & PSR_C_BIT) != 0; in __check_cs()69 return (pstate & PSR_C_BIT) == 0; in __check_cc()95 return (pstate & PSR_C_BIT) != 0; in __check_hi()101 return (pstate & PSR_C_BIT) == 0; in __check_ls()
185 pstate & PSR_C_BIT ? 'C' : 'c', in print_pstate()
2271 regs->pstate &= PSR_N_BIT | PSR_Z_BIT | PSR_C_BIT | PSR_V_BIT; in valid_native_regs()
42 PSR_N_BIT | PSR_Z_BIT | PSR_C_BIT | PSR_V_BIT | in kvm_check_illegal_exception_return()
45 and x0, x0, #(PSR_N_BIT | PSR_Z_BIT | PSR_C_BIT | PSR_V_BIT)
56 #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()
901 if (regs->ARM_cpsr & PSR_C_BIT) in do_alignment()
Completed in 21 milliseconds