OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PSR_T_bit
(Results
1 - 9
of
9
) sorted by relevancy
/src/sys/arch/arm/arm/
process_machdep.c
166
if (tf->tf_spsr &
PSR_T_bit
)
199
tf->tf_spsr &= ~(PSR_FLAGS |
PSR_T_bit
);
202
if ((regs->r_pc & 1) || (regs->r_cpsr &
PSR_T_bit
))
203
tf->tf_spsr |=
PSR_T_bit
;
234
tf->tf_spsr |=
PSR_T_bit
;
236
tf->tf_spsr &= ~
PSR_T_bit
;
undefined.c
131
if (tf->tf_spsr &
PSR_T_bit
)
182
if (tf->tf_spsr &
PSR_T_bit
) {
328
if (tf->tf_spsr &
PSR_T_bit
)
348
if (tf->tf_spsr &
PSR_T_bit
) {
387
if ((tf->tf_spsr &
PSR_T_bit
) && !CPU_IS_ARMV7_P()) {
409
} else if ((tf->tf_spsr &
PSR_T_bit
) && !CPU_IS_ARMV7_P()) {
syscall.c
131
if (tf->tf_spsr &
PSR_T_bit
) {
212
if (tf->tf_spsr &
PSR_T_bit
)
264
if (tf->tf_spsr &
PSR_T_bit
)
compat_16_machdep.c
170
tf->tf_spsr |=
PSR_T_bit
;
172
tf->tf_spsr &= ~
PSR_T_bit
;
sig_machdep.c
147
tf->tf_spsr |=
PSR_T_bit
;
149
tf->tf_spsr &= ~
PSR_T_bit
;
arm_machdep.c
190
tf->tf_spsr |=
PSR_T_bit
;
/src/sys/arch/arm/arm32/
fault.c
206
if (tf->tf_spsr &
PSR_T_bit
) {
415
if (__predict_false(tf->tf_spsr &
PSR_T_bit
)) {
713
tf->tf_spsr &= ~
PSR_T_bit
;
715
tf->tf_spsr |=
PSR_T_bit
;
770
if (tf->tf_spsr &
PSR_T_bit
) {
932
if ((tf->tf_spsr &
PSR_T_bit
) &&
db_machdep.c
477
if (DDB_REGS->tf_spsr &
PSR_T_bit
) {
/src/sys/arch/arm/include/
armreg.h
82
#define
PSR_T_bit
(1 << 5) /* Thumb state */
Completed in 18 milliseconds
Indexes created Tue Sep 30 17:09:57 GMT 2025