Searched refs:PSR_C (Results 1 – 10 of 10) sorted by relevance
140 tf->tf_spsr &= ~PSR_C; in cpu_fork()159 frame->tf_spsr &= ~PSR_C; /* carry bit */ in cpu_set_syscall_retval()175 frame->tf_spsr |= PSR_C; /* carry bit */ in cpu_set_syscall_retval()199 td->td_frame->tf_spsr &= ~PSR_C; in cpu_copy_thread()
177 gr[_REG_CPSR] = tf->tf_spsr & ~PSR_C; in get_mcontext()
144 match = (spsr & PSR_C) != 0; in arm_cond_match()153 match = (spsr & (PSR_C | PSR_Z)) == PSR_C; in arm_cond_match()
150 frame->tf_spsr &= ~PSR_C; /* carry bit */ in cpu_set_syscall_retval()161 frame->tf_spsr |= PSR_C; /* carry bit */ in cpu_set_syscall_retval()
251 frame->tf_spsr &= ~PSR_C; in freebsd32_set_syscall_retval()267 frame->tf_spsr |= PSR_C; in freebsd32_set_syscall_retval()
198 mcp->mc_gregset[16] = tf->tf_spsr & ~PSR_C; in get_mcontext32()
443 mcp->mc_gpregs.gp_spsr = tf->tf_spsr & ~PSR_C; in get_mcontext()
64 res = (frame->tf_spsr & PSR_C) != 0; in kinst_emulate()73 res = ((frame->tf_spsr & PSR_C) != 0) && in kinst_emulate()
64 #define PSR_C 0x20000000 /* Carry bit */66 #define PSR_C global() macro
2735 #define PSR_C 0x20000000UL macro