Searched refs:PSR_T_BIT (Results 1 - 23 of 23) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/arm/include/asm/
H A Dptrace.h49 #define PSR_T_BIT 0x00000020 macro
138 (((regs)->ARM_cpsr & PSR_T_BIT))
145 (((regs)->ARM_cpsr & PSR_T_BIT) >> 5))
178 regs->ARM_cpsr &= PSR_f | PSR_s | PSR_x | PSR_T_BIT | MODE32_BIT;
H A Dunified.h34 #define PSR_ISETSTATE PSR_T_BIT
H A Dprocessor.h73 regs->ARM_cpsr |= PSR_T_BIT; \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/arm/mm/
H A Dabort-macro.S13 tst r3, #PSR_T_BIT
H A Dabort-lv4t.S21 tst r3, #PSR_T_BIT @ check for thumb mode
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/arm/include/asm/
H A Dptrace.h49 #define PSR_T_BIT 0x00000020 macro
138 (((regs)->ARM_cpsr & PSR_T_BIT))
145 (((regs)->ARM_cpsr & PSR_T_BIT) >> 5))
178 regs->ARM_cpsr &= PSR_f | PSR_s | PSR_x | PSR_T_BIT | MODE32_BIT;
H A Dunified.h34 #define PSR_ISETSTATE PSR_T_BIT
H A Dprocessor.h73 regs->ARM_cpsr |= PSR_T_BIT; \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/arm/mm/
H A Dabort-macro.S13 tst r3, #PSR_T_BIT
H A Dabort-lv4t.S21 tst r3, #PSR_T_BIT @ check for thumb mode
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/usr/include/asm/
H A Dptrace.h49 #define PSR_T_BIT 0x00000020 macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-linux/sysroot/usr/include/asm/
H A Dptrace.h49 #define PSR_T_BIT 0x00000020 macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-brcm-linux-uclibcgnueabi/sysroot/usr/include/asm/
H A Dptrace.h49 #define PSR_T_BIT 0x00000020 macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/arm/kernel/
H A Dptrace.c580 .cpsr_mask = PSR_T_BIT,
588 .cpsr_mask = PSR_T_BIT,
589 .cpsr_val = PSR_T_BIT,
618 .cpsr_mask = PSR_T_BIT,
619 .cpsr_val = PSR_T_BIT,
H A Dkprobes-decode.c444 regs->ARM_cpsr |= PSR_T_BIT;
461 regs->ARM_cpsr &= ~PSR_T_BIT;
463 regs->ARM_cpsr |= PSR_T_BIT;
602 cpsr &= ~PSR_T_BIT;
604 cpsr |= PSR_T_BIT;
H A Dentry-common.S249 tst r8, #PSR_T_BIT
275 tst r8, #PSR_T_BIT @ this is SPSR from save_user_regs
H A Dsignal.c494 cpsr |= PSR_T_BIT;
500 cpsr &= ~PSR_T_BIT;
H A Dtraps.c651 .cpsr_mask = PSR_T_BIT,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/arm/kernel/
H A Dptrace.c580 .cpsr_mask = PSR_T_BIT,
588 .cpsr_mask = PSR_T_BIT,
589 .cpsr_val = PSR_T_BIT,
618 .cpsr_mask = PSR_T_BIT,
619 .cpsr_val = PSR_T_BIT,
H A Dkprobes-decode.c444 regs->ARM_cpsr |= PSR_T_BIT;
461 regs->ARM_cpsr &= ~PSR_T_BIT;
463 regs->ARM_cpsr |= PSR_T_BIT;
602 cpsr &= ~PSR_T_BIT;
604 cpsr |= PSR_T_BIT;
H A Dentry-common.S249 tst r8, #PSR_T_BIT
275 tst r8, #PSR_T_BIT @ this is SPSR from save_user_regs
H A Dsignal.c494 cpsr |= PSR_T_BIT;
500 cpsr &= ~PSR_T_BIT;
H A Dtraps.c651 .cpsr_mask = PSR_T_BIT,

Completed in 268 milliseconds