Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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.c232 .cpsr_mask = MODE_MASK | PSR_T_BIT | PSR_J_BIT,
H A Dentry-common.S223 tst saved_psr, #PSR_T_BIT
238 tst saved_psr, #PSR_T_BIT @ this is SPSR from save_user_regs
H A Dsignal.c411 cpsr |= PSR_T_BIT; in setup_return()
413 cpsr &= ~PSR_T_BIT; in setup_return()
H A Dtraps.c709 .cpsr_mask = PSR_T_BIT,
H A Dentry-armv.S257 THUMB( tst r5, #PSR_T_BIT ) @ exception taken in Thumb mode?
/OK3568_Linux_fs/kernel/arch/arm/include/asm/
H A Dptrace.h32 (((regs)->ARM_cpsr & PSR_T_BIT))
40 (((regs)->ARM_cpsr & PSR_T_BIT) >> (__ffs(PSR_T_BIT))))
77 regs->ARM_cpsr &= PSR_f | PSR_s | PSR_x | PSR_T_BIT | MODE32_BIT; in valid_user_regs()
H A Dunified.h32 #define PSR_ISETSTATE PSR_T_BIT
H A Defi.h36 PSR_T_BIT | MODE_MASK)
H A Dprocessor.h75 regs->ARM_cpsr |= PSR_T_BIT; \
H A Dassembler.h359 THUMB( orr \reg , \reg , #PSR_T_BIT )
/OK3568_Linux_fs/kernel/arch/arm/vfp/
H A Dvfpmodule.c672 .cpsr_mask = MODE_MASK | PSR_T_BIT,
678 .cpsr_mask = MODE_MASK | PSR_T_BIT,
684 .cpsr_mask = MODE_MASK | PSR_T_BIT,
685 .cpsr_val = SVC_MODE | PSR_T_BIT,
690 .cpsr_mask = MODE_MASK | PSR_T_BIT,
691 .cpsr_val = SVC_MODE | PSR_T_BIT,
/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/arch/arm/probes/uprobes/
H A Dcore.c207 .cpsr_mask = (PSR_T_BIT | MODE_MASK),
215 .cpsr_mask = (PSR_T_BIT | MODE_MASK),
/OK3568_Linux_fs/kernel/arch/arm/mm/
H A Dabort-macro.S14 tst \psr, #PSR_T_BIT
H A Dabort-ev6.S32 tsteq r5, #PSR_T_BIT @ Thumb?
H A Dabort-lv4t.S19 tst r5, #PSR_T_BIT @ check for thumb mode
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/asm/
H A Dptrace.h63 #define PSR_T_BIT V4_PSR_T_BIT macro
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/
H A Dunified.h31 #define PSR_ISETSTATE PSR_T_BIT
/OK3568_Linux_fs/kernel/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()