Searched refs:PSR_C (Results 1 – 10 of 10) sorted by relevance
143 tf->tf_spsr &= ~PSR_C; in cpu_fork()172 frame->tf_spsr &= ~PSR_C; /* carry bit */ in cpu_set_syscall_retval()190 frame->tf_spsr |= PSR_C; /* carry bit */ in cpu_set_syscall_retval()214 td->td_frame->tf_spsr &= ~PSR_C; in cpu_copy_thread()
178 gr[_REG_CPSR] = tf->tf_spsr & ~PSR_C; in get_mcontext()
145 match = (spsr & PSR_C) != 0; in arm_cond_match()154 match = (spsr & (PSR_C | PSR_Z)) == PSR_C; in arm_cond_match()
154 frame->tf_spsr &= ~PSR_C; /* carry bit */ in cpu_set_syscall_retval()165 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()
197 mcp->mc_gregset[16] = tf->tf_spsr & ~PSR_C; in get_mcontext32()
444 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 */ macro
2368 #define PSR_C 0x20000000UL macro