Home
last modified time | relevance | path

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

/openbmc/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.S203 tst saved_psr, #PSR_T_BIT
218 tst saved_psr, #PSR_T_BIT @ this is SPSR from save_user_regs
H A Dsignal.c370 cpsr |= PSR_T_BIT; in setup_return()
372 cpsr &= ~PSR_T_BIT; in setup_return()
H A Dtraps.c714 .cpsr_mask = PSR_T_BIT,
H A Dentry-armv.S273 THUMB( tst r5, #PSR_T_BIT ) @ exception taken in Thumb mode?
/openbmc/linux/arch/arm/include/asm/
H A Dptrace.h31 (((regs)->ARM_cpsr & PSR_T_BIT))
39 (((regs)->ARM_cpsr & PSR_T_BIT) >> (__ffs(PSR_T_BIT))))
76 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.h30 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.h446 THUMB( orr \reg , \reg , #PSR_T_BIT )
/openbmc/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
/openbmc/linux/arch/arm/vfp/
H A Dvfpmodule.c782 .cpsr_mask = PSR_T_BIT,
788 .cpsr_mask = PSR_T_BIT,
794 .cpsr_mask = PSR_T_BIT,
795 .cpsr_val = PSR_T_BIT,
800 .cpsr_mask = PSR_T_BIT,
801 .cpsr_val = PSR_T_BIT,
/openbmc/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()
/openbmc/linux/arch/arm/probes/uprobes/
H A Dcore.c207 .cpsr_mask = (PSR_T_BIT | MODE_MASK),
215 .cpsr_mask = (PSR_T_BIT | MODE_MASK),
/openbmc/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
/openbmc/u-boot/arch/arm/include/asm/
H A Dunified.h30 #define PSR_ISETSTATE PSR_T_BIT
/openbmc/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()