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()
126 match = (spsr & PSR_C) != 0; in arm_cond_match()135 match = (spsr & (PSR_C | PSR_Z)) == PSR_C; in arm_cond_match()
155 frame->tf_spsr &= ~PSR_C; /* carry bit */ in cpu_set_syscall_retval()166 frame->tf_spsr |= PSR_C; /* carry bit */ in cpu_set_syscall_retval()
253 frame->tf_spsr &= ~PSR_C; in freebsd32_set_syscall_retval()269 frame->tf_spsr |= PSR_C; in freebsd32_set_syscall_retval()
198 mcp->mc_gregset[16] = tf->tf_spsr & ~PSR_C; in get_mcontext32()
489 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
2861 #define PSR_C 0x20000000UL macro