Home
last modified time | relevance | path

Searched refs:PSR_T_BIT (Results 1 – 22 of 22) sorted by relevance

/linux/arch/arm/kernel/
H A Dkgdb.c160 .cpsr_mask = PSR_T_BIT | MODE_MASK,
168 .cpsr_mask = PSR_T_BIT | MODE_MASK,
169 .cpsr_val = PSR_T_BIT | SVC_MODE,
176 .cpsr_mask = PSR_T_BIT | MODE_MASK,
184 .cpsr_mask = PSR_T_BIT | MODE_MASK,
185 .cpsr_val = PSR_T_BIT | SVC_MODE,
H A Dptrace.c215 .cpsr_mask = PSR_T_BIT,
223 .cpsr_mask = PSR_T_BIT,
224 .cpsr_val = PSR_T_BIT,
231 .cpsr_mask = PSR_T_BIT,
232 .cpsr_val = PSR_T_BIT,
H A Dswp_emulate.c233 .cpsr_mask = MODE_MASK | PSR_T_BIT | PSR_J_BIT,
H A Dentry-common.S206 tst saved_psr, #PSR_T_BIT
221 tst saved_psr, #PSR_T_BIT @ this is SPSR from save_user_regs
H A Dsignal.c371 cpsr |= PSR_T_BIT; in setup_return()
373 cpsr &= ~PSR_T_BIT; in setup_return()
H A Dtraps.c711 .cpsr_mask = PSR_T_BIT,
H A Dentry-armv.S280 THUMB( tst r5, #PSR_T_BIT ) @ exception taken in Thumb mode?
/linux/arch/arm/include/asm/
H A Dptrace.h33 (((regs)->ARM_cpsr & PSR_T_BIT))
41 FIELD_GET(PSR_T_BIT, (regs)->ARM_cpsr))
78 regs->ARM_cpsr &= PSR_f | PSR_s | PSR_x | PSR_T_BIT | MODE32_BIT; in valid_user_regs()
H A Dunified.h28 #define PSR_ISETSTATE PSR_T_BIT
H A Defi.h43 PSR_T_BIT | MODE_MASK)
H A Dprocessor.h75 regs->ARM_cpsr |= PSR_T_BIT; \
H A Dthread_info.h115 .cpsr_mask = MODE_MASK | PSR_T_BIT, in register_iwmmxt_undef_handler()
H A Dassembler.h447 THUMB( orr \reg , \reg , #PSR_T_BIT )
/linux/arch/arm/include/uapi/asm/
H A Dptrace.h72 #define PSR_T_BIT V7M_PSR_T_BIT macro
75 #define PSR_T_BIT V4_PSR_T_BIT macro
/linux/arch/arm/vfp/
H A Dvfpmodule.c814 .cpsr_mask = PSR_T_BIT,
820 .cpsr_mask = PSR_T_BIT,
826 .cpsr_mask = PSR_T_BIT,
827 .cpsr_val = PSR_T_BIT,
832 .cpsr_mask = PSR_T_BIT,
833 .cpsr_val = PSR_T_BIT,
/linux/arch/arm/probes/
H A Ddecode-arm.c73 regs->ARM_cpsr |= PSR_T_BIT; in simulate_blx1()
86 regs->ARM_cpsr &= ~PSR_T_BIT; in simulate_blx2bx()
88 regs->ARM_cpsr |= PSR_T_BIT; in simulate_blx2bx()
H A Ddecode.h43 cpsr |= PSR_T_BIT; in bx_write_pc()
46 cpsr &= ~PSR_T_BIT; in bx_write_pc()
/linux/arch/arm/mm/
H A Dabort-macro.S14 tst \psr, #PSR_T_BIT
H A Dabort-ev6.S33 tsteq r5, #PSR_T_BIT @ Thumb?
H A Dabort-lv4t.S19 tst r5, #PSR_T_BIT @ check for thumb mode
/linux/arch/arm/probes/kprobes/
H A Dopt-arm.c64 " tst r1, #"__stringify(PSR_T_BIT)"\n"
H A Dactions-thumb.c97 regs->ARM_cpsr &= ~PSR_T_BIT; in t32_simulate_branch()