Searched refs:PT_SR (Results 1 - 15 of 15) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68knommu/kernel/
H A Dptrace.c98 tmp = get_reg(child, PT_SR) & ~(TRACE_BITS << 16);
99 put_reg(child, PT_SR, tmp);
135 if (addr == PT_SR)
176 if (addr == PT_SR) {
179 data |= get_reg(child, PT_SR) & ~(SR_MASK << 16);
217 tmp = get_reg(child, PT_SR) & ~(TRACE_BITS << 16);
218 put_reg(child, PT_SR, tmp);
237 tmp = get_reg(child, PT_SR) & ~(TRACE_BITS << 16);
238 put_reg(child, PT_SR, tmp);
250 tmp = get_reg(child, PT_SR) | (TRACE_BIT
[all...]
H A Dasm-offsets.c67 DEFINE(PT_SR, offsetof(struct pt_regs, sr));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/kernel/
H A Dptrace.c108 unsigned long tmp = get_reg(child, PT_SR) & ~(TRACE_BITS << 16);
109 put_reg(child, PT_SR, tmp);
145 if (addr == PT_SR)
172 if (addr == PT_SR) {
175 data |= get_reg(child, PT_SR) & ~(SR_MASK << 16);
225 tmp = get_reg(child, PT_SR) | (TRACE_BITS << 16);
226 put_reg(child, PT_SR, tmp);
241 if (i == PT_SR)
255 if (i == PT_SR) {
258 tmp |= get_reg(child, PT_SR)
[all...]
H A Dasm-offsets.c60 DEFINE(PT_SR, offsetof(struct pt_regs, sr));
H A Dentry.S138 btst #5,%sp@(PT_SR) | check if returning to kernel
151 btst #5,%sp@(PT_SR) | check if returning to kernel
185 bclr #7,%sp@(PT_SR) | clear trace bit in SR
219 andb %sp@(PT_SR),%d0
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-m68k/
H A Dptrace.h21 #define PT_SR 17 macro
H A Dmath-emu.h154 #define FPS_SR (PT_SR)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-m68knommu/
H A Dptrace.h21 #define PT_SR 17 macro
H A Dentry.h88 btst #5,%sp@(PT_SR) /* going user? */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68knommu/platform/68360/
H A Dentry.S85 btst #5,%sp@(PT_SR) /* check if returning to kernel*/
144 moveb %sp@(PT_SR), %d0
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/blackfin/kernel/
H A Dptrace.c184 tmp = get_reg(child, PT_SR) & ~(TRACE_BITS << 16);
185 put_reg(child, PT_SR, tmp);
H A Dasm-offsets.c62 DEFINE(PT_SR, offsetof(struct thread_struct, seqstat));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68knommu/platform/5307/
H A Dentry.S103 btst #5,%sp@(PT_SR) /* check if returning to kernel */
223 moveb %sp@(PT_SR),%d0
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68knommu/platform/68328/
H A Dentry.S94 btst #5,%sp@(PT_SR) /* check if returning to kernel*/
236 moveb %sp@(PT_SR), %d0
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-frv/
H A Dmath-emu.h154 #define FPS_SR (PT_SR)

Completed in 88 milliseconds