Searched refs:PSR_C (Results 1 – 11 of 11) sorted by relevance
145 tf->tf_spsr &= ~PSR_C; in cpu_fork()174 frame->tf_spsr &= ~PSR_C; /* carry bit */ in cpu_set_syscall_retval()192 frame->tf_spsr |= PSR_C; /* carry bit */ in cpu_set_syscall_retval()216 td->td_frame->tf_spsr &= ~PSR_C; in cpu_copy_thread()
433 gr[_REG_CPSR] = tf->tf_spsr & ~PSR_C; in get_mcontext()
121 frame->tf_spsr &= ~PSR_C; in cloudabi32_set_syscall_retval()124 frame->tf_spsr |= PSR_C; in cloudabi32_set_syscall_retval()136 frame->tf_spsr |= PSR_C; in cloudabi32_set_syscall_retval()
105 frame->tf_spsr &= ~PSR_C; in cloudabi64_set_syscall_retval()116 frame->tf_spsr |= PSR_C; in cloudabi64_set_syscall_retval()
113 frame->tf_spsr &= ~PSR_C; in cloudabi32_set_syscall_retval()124 frame->tf_spsr |= PSR_C; in cloudabi32_set_syscall_retval()
213 frame->tf_spsr &= ~PSR_C; in freebsd32_set_syscall_retval()229 frame->tf_spsr |= PSR_C; in freebsd32_set_syscall_retval()
150 frame->tf_spsr &= ~PSR_C; /* carry bit */ in cpu_set_syscall_retval()158 frame->tf_spsr |= PSR_C; /* carry bit */ in cpu_set_syscall_retval()
177 mcp->mc_gregset[16] = tf->tf_spsr & ~PSR_C; in get_mcontext32()
576 mcp->mc_gpregs.gp_spsr = tf->tf_spsr & ~PSR_C; in get_mcontext()
72 #define PSR_C 0x20000000 /* Carry bit */ macro
830 #define PSR_C 0x20000000 macro