Searched refs:sp (Results 1 - 25 of 926) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-blackfin/mach-common/
H A Dcontext.S36 [--sp] = SYSCFG;
38 [--sp] = P0; /*orig_p0*/
39 [--sp] = R0; /*orig_r0*/
41 [--sp] = ( R7:0, P5:0 );
42 [--sp] = fp;
43 [--sp] = usp;
45 [--sp] = i0;
46 [--sp] = i1;
47 [--sp] = i2;
48 [--sp]
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/sys-ppc/
H A Dmiscthings.c7 void shove_aux_table(unsigned long sp) argument
14 argc = *(int *)sp;
15 sp += sizeof(int) + (argc + 1) * sizeof(char *);
18 p = *(char **)sp;
19 sp += sizeof(char *);
21 aux_start = sp;
24 e = *(unsigned long *)sp;
25 sp += 2 * sizeof(unsigned long);
30 sp -= sizeof(unsigned long);
31 e = *(unsigned long *)sp;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68knommu/lib/
H A Dsemaphore.S22 subl #12,%sp
23 moveml %a0/%d0/%d1,(%sp)
25 moveml %a0/%d0/%d1,-(%sp)
27 movel %a1,-(%sp)
29 movel (%sp)+,%a1
30 movel (%sp)+,%d0
31 movel (%sp)+,%d1
35 movel %a0,-(%sp)
36 movel %d1,-(%sp)
37 movel %a1,-(%sp)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-m68knommu/
H A Dentry.h12 * 0(sp) - d1
13 * 4(sp) - d2
14 * 8(sp) - d3
15 * C(sp) - d4
16 * 10(sp) - d5
17 * 14(sp) - a0
18 * 18(sp) - a1
19 * 1C(sp) - a2
20 * 20(sp) - d0
21 * 24(sp)
65 movel %sp,sw_usp /* save user sp */ variable
96 movel %sp@+,%d0 variable
98 addl %sp@+,%sp /* stkadj */ variable
100 movel %sp,sw_ksp /* save ksp */ variable
105 moveml %sp@,%d1-%d5/%a0-%a2 variable
107 movel %sp@+,%d0 variable
109 addl %sp@+,%sp /* stkadj */ variable
128 movel %sp@+,%d0 variable
130 addl %sp@+,%sp /* stkadj */ variable
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/linux-2.6/
H A Dsema.h32 #define initnsema(sp, val, name) sema_init(sp, val)
33 #define psema(sp, b) down(sp)
34 #define vsema(sp) up(sp)
37 static inline int issemalocked(sema_t *sp) argument
39 return down_trylock(sp) || (up(sp), 0);
47 static inline int cpsema(sema_t *sp) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dsrcu.h46 int init_srcu_struct(struct srcu_struct *sp);
47 void cleanup_srcu_struct(struct srcu_struct *sp);
48 int srcu_read_lock(struct srcu_struct *sp) __acquires(sp); variable
49 void srcu_read_unlock(struct srcu_struct *sp, int idx) __releases(sp); variable
50 void synchronize_srcu(struct srcu_struct *sp);
51 long srcu_batches_completed(struct srcu_struct *sp);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/kernel/
H A Dgdb-low.S43 NESTED(trap_low, GDB_FR_SIZE, sp)
50 move k1, sp
64 move k0, sp
65 PTR_SUBU sp, k1, GDB_FR_SIZE*2 # see comment above
66 LONG_S k0, GDB_FR_REG29(sp)
67 LONG_S $2, GDB_FR_REG2(sp)
74 LONG_S v0, GDB_FR_STATUS(sp)
76 LONG_S v0, GDB_FR_CAUSE(sp)
78 LONG_S v0, GDB_FR_EPC(sp)
80 LONG_S v0, GDB_FR_BADVADDR(sp)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Dsrcu.c39 * @sp: structure to initialize.
45 int init_srcu_struct(struct srcu_struct *sp) argument
47 sp->completed = 0;
48 mutex_init(&sp->mutex);
49 sp->per_cpu_ref = alloc_percpu(struct srcu_struct_array);
50 return (sp->per_cpu_ref ? 0 : -ENOMEM);
58 static int srcu_readers_active_idx(struct srcu_struct *sp, int idx) argument
65 sum += per_cpu_ptr(sp->per_cpu_ref, cpu)->c[idx];
71 * @sp: which srcu_struct to count active readers (holding srcu_read_lock).
77 int srcu_readers_active(struct srcu_struct *sp) argument
89 cleanup_srcu_struct(struct srcu_struct *sp) argument
109 srcu_read_lock(struct srcu_struct *sp) argument
132 srcu_read_unlock(struct srcu_struct *sp, int idx) argument
154 synchronize_srcu(struct srcu_struct *sp) argument
247 srcu_batches_completed(struct srcu_struct *sp) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/kernel/
H A Dentry.S31 subq $sp, SP_OFF, $sp; \
32 stq $0, 0($sp); \
33 stq $1, 8($sp); \
34 stq $2, 16($sp); \
35 stq $3, 24($sp); \
36 stq $4, 32($sp); \
37 stq $28, 144($sp); \
39 stq $5, 40($sp); \
40 stq $6, 48($sp); \
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/lib/
H A Dsemaphore.S19 moveml %a0/%d0/%d1,-(%sp)
20 movel %a1,-(%sp)
22 movel (%sp)+,%a1
23 moveml (%sp)+,%a0/%d0/%d1
27 movel %a0,-(%sp)
28 movel %d1,-(%sp)
29 movel %a1,-(%sp)
31 movel (%sp)+,%a1
32 movel (%sp)+,%d1
33 movel (%sp)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/s390/oprofile/
H A Dbacktrace.c14 __show_trace(unsigned int *depth, unsigned long sp, argument
21 sp = sp & PSW_ADDR_INSN;
22 if (sp < low || sp > high - sizeof(*sf))
23 return sp;
24 sf = (struct stack_frame *) sp;
30 low = sp;
31 sp = sf->back_chain & PSW_ADDR_INSN;
32 if (!sp)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/emu10k1/
H A Demu10k1_patch.c38 snd_emu10k1_sample_new(struct snd_emux *rec, struct snd_sf_sample *sp, argument
49 snd_assert(sp != NULL, return -EINVAL);
52 if (sp->v.size == 0) {
53 snd_printd("emu: rom font for sample %d\n", sp->v.sample);
58 sp->v.end -= sp->v.start;
59 sp->v.loopstart -= sp->v.start;
60 sp->v.loopend -= sp
161 snd_emu10k1_sample_free(struct snd_emux *rec, struct snd_sf_sample *sp, struct snd_util_memhdr *hdr) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/misc/ibmasm/
H A Dmodule.c67 struct service_processor *sp; local
80 sp = kmalloc(sizeof(struct service_processor), GFP_KERNEL);
81 if (sp == NULL) {
86 memset(sp, 0, sizeof(struct service_processor));
88 spin_lock_init(&sp->lock);
89 INIT_LIST_HEAD(&sp->command_queue);
91 pci_set_drvdata(pdev, (void *)sp);
92 sp->dev = &pdev->dev;
93 sp->number = pdev->bus->number;
94 snprintf(sp
169 struct service_processor *sp = (struct service_processor *)pci_get_drvdata(pdev); local
[all...]
H A Duart.c34 void ibmasm_register_uart(struct service_processor *sp) argument
39 iomem_base = sp->base_address + SCOUT_COM_B_BASE;
45 dev_info(sp->dev, "IBM SP UART not registered, owned by service processor\n");
46 sp->serial_line = -1;
51 uport.irq = sp->irq;
57 sp->serial_line = serial8250_register_port(&uport);
58 if (sp->serial_line < 0) {
59 dev_err(sp->dev, "Failed to register serial port\n");
62 enable_uart_interrupts(sp->base_address);
65 void ibmasm_unregister_uart(struct service_processor *sp) argument
[all...]
H A Dcommand.c28 static void exec_next_command(struct service_processor *sp);
37 struct command *ibmasm_new_command(struct service_processor *sp, size_t buffer_size) argument
60 cmd->lock = &sp->lock;
83 static void enqueue_command(struct service_processor *sp, struct command *cmd) argument
85 list_add_tail(&cmd->queue_node, &sp->command_queue);
88 static struct command *dequeue_command(struct service_processor *sp) argument
93 if (list_empty(&sp->command_queue))
96 next = sp->command_queue.next;
103 static inline void do_exec_command(struct service_processor *sp) argument
109 if (ibmasm_send_i2o_message(sp)) {
125 ibmasm_exec_command(struct service_processor *sp, struct command *cmd) argument
145 exec_next_command(struct service_processor *sp) argument
181 ibmasm_receive_command_response(struct service_processor *sp, void *response, size_t size) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/pvrusb2/
H A Dpvrusb2-io.c132 struct pvr2_stream *sp = bp->stream; local
135 cnt = &sp->i_count;
136 bcnt = &sp->i_bcount;
140 cnt = &sp->q_count;
141 bcnt = &sp->q_bcount;
145 cnt = &sp->r_count;
146 bcnt = &sp->r_bcount;
165 struct pvr2_stream *sp; local
167 sp = bp->stream;
173 spin_lock_irqsave(&sp
182 struct pvr2_stream *sp; local
209 struct pvr2_stream *sp; local
234 struct pvr2_stream *sp; local
263 pvr2_buffer_init(struct pvr2_buffer *bp, struct pvr2_stream *sp, unsigned int id) argument
297 pvr2_stream_buffer_count(struct pvr2_stream *sp,unsigned int cnt) argument
366 pvr2_stream_achieve_buffer_count(struct pvr2_stream *sp) argument
395 pvr2_stream_internal_flush(struct pvr2_stream *sp) argument
415 pvr2_stream_init(struct pvr2_stream *sp) argument
424 pvr2_stream_done(struct pvr2_stream *sp) argument
435 struct pvr2_stream *sp; local
476 struct pvr2_stream *sp; local
484 pvr2_stream_destroy(struct pvr2_stream *sp) argument
492 pvr2_stream_setup(struct pvr2_stream *sp, struct usb_device *dev, int endpoint, unsigned int tolerance) argument
505 pvr2_stream_set_callback(struct pvr2_stream *sp, pvr2_stream_callback func, void *data) argument
519 pvr2_stream_get_buffer_count(struct pvr2_stream *sp) argument
524 pvr2_stream_set_buffer_count(struct pvr2_stream *sp,unsigned int cnt) argument
535 pvr2_stream_get_idle_buffer(struct pvr2_stream *sp) argument
542 pvr2_stream_get_ready_buffer(struct pvr2_stream *sp) argument
549 pvr2_stream_get_buffer(struct pvr2_stream *sp,int id) argument
556 pvr2_stream_get_ready_count(struct pvr2_stream *sp) argument
561 pvr2_stream_kill(struct pvr2_stream *sp) argument
583 struct pvr2_stream *sp; local
618 struct pvr2_stream *sp; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/s390/kernel/
H A Dstacktrace.c16 unsigned long sp,
25 sp &= PSW_ADDR_INSN;
26 if (sp < low || sp > high)
27 return sp;
28 sf = (struct stack_frame *)sp;
36 return sp;
37 low = sp;
38 sp = sf->back_chain & PSW_ADDR_INSN;
39 if (!sp)
14 save_context_stack(struct stack_trace *trace, unsigned int *skip, unsigned long sp, unsigned long low, unsigned long high) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/au1000/common/
H A Dsleeper.S28 subu sp, PT_SIZE
29 sw $1, PT_R1(sp)
30 sw $2, PT_R2(sp)
31 sw $3, PT_R3(sp)
32 sw $4, PT_R4(sp)
33 sw $5, PT_R5(sp)
34 sw $6, PT_R6(sp)
35 sw $7, PT_R7(sp)
36 sw $8, PT_R8(sp)
37 sw $9, PT_R9(sp)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/oprofile/
H A Dbacktrace.c27 static unsigned int user_getsp32(unsigned int sp, int is_first) argument
30 void __user *p = compat_ptr(sp);
54 static unsigned long user_getsp64(unsigned long sp, int is_first) argument
58 if (!access_ok(VERIFY_READ, (void __user *)sp, sizeof(stack_frame)))
61 if (__copy_from_user_inatomic(stack_frame, (void __user *)sp,
72 static unsigned long kernel_getsp(unsigned long sp, int is_first) argument
74 unsigned long *stack_frame = (unsigned long *)sp;
76 if (!validate_sp(sp, current, STACK_FRAME_OVERHEAD))
93 unsigned long sp = regs->gpr[1]; local
101 sp
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/blackfin/mach-common/
H A Dinterrupt.S63 r1 = sp;
78 [--sp] = fp;
79 [--sp] = usp;
81 [--sp] = i0;
82 [--sp] = i1;
83 [--sp] = i2;
84 [--sp] = i3;
86 [--sp] = m0;
87 [--sp] = m1;
88 [--sp]
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/dec/prom/
H A Dcall_o32.S33 * This code relies on the called o32 function for sp and ra
40 REG_SUBU sp,O32_FRAMESZ
42 REG_S ra,O32_FRAMESZ-1*SZREG(sp)
43 REG_S fp,O32_FRAMESZ-2*SZREG(sp)
44 REG_S gp,O32_FRAMESZ-3*SZREG(sp)
45 REG_S s7,O32_FRAMESZ-4*SZREG(sp)
46 REG_S s6,O32_FRAMESZ-5*SZREG(sp)
47 REG_S s5,O32_FRAMESZ-6*SZREG(sp)
48 REG_S s4,O32_FRAMESZ-7*SZREG(sp)
49 REG_S s3,O32_FRAMESZ-8*SZREG(sp)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/hamradio/
H A D6pack.c143 struct sixpack *sp = (struct sixpack *) channel; local
144 int actual, when = sp->slottime;
149 if (((sp->status1 & SIXP_DCD_MASK) == 0) && (random < sp->persistence)) {
150 sp->led_state = 0x70;
151 sp->tty->driver->write(sp->tty, &sp->led_state, 1);
152 sp->tx_enable = 1;
153 actual = sp
166 sp_encaps(struct sixpack *sp, unsigned char *icp, int len) argument
250 struct sixpack *sp = netdev_priv(dev); local
266 struct sixpack *sp = netdev_priv(dev); local
276 struct sixpack *sp = netdev_priv(dev); local
302 struct sixpack *sp = netdev_priv(dev); local
360 sp_bump(struct sixpack *sp, char cmd) argument
403 struct sixpack *sp; local
414 sp_put(struct sixpack *sp) argument
426 struct sixpack *sp = sp_get(tty); local
462 struct sixpack *sp; local
504 __tnc_set_sync_state(struct sixpack *sp, int new_tnc_state) argument
525 tnc_set_sync_state(struct sixpack *sp, int new_tnc_state) argument
535 struct sixpack *sp = (struct sixpack *) channel; local
565 tnc_init(struct sixpack *sp) argument
593 struct sixpack *sp; local
693 struct sixpack *sp; local
723 struct sixpack *sp = sp_get(tty); local
869 decode_data(struct sixpack *sp, unsigned char inbyte) argument
891 decode_prio_command(struct sixpack *sp, unsigned char cmd) argument
948 decode_std_command(struct sixpack *sp, unsigned char cmd) argument
997 sixpack_decode(struct sixpack *sp, unsigned char *pre_rbuff, int count) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68knommu/platform/68328/
H A Dentry.S42 movel #-ENOSYS,%sp@(PT_D0)
46 movel #-ENOSYS,%sp@(PT_D0) /* needed for strace*/
47 subql #4,%sp
51 addql #4,%sp
52 movel %sp@(PT_ORIG_D0),%d1
60 1: movel %d0,%sp@(PT_D0) /* save the return value */
61 subql #4,%sp /* dummy return address */
67 addql #4,%sp
74 pea %sp@
76 addql #4,%sp
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v32/mm/
H A Dmmu.S15 subq 12, $sp
16 move $erp, [$sp]
17 subq 4, $sp
18 move $srp, [$sp]
19 subq 4, $sp
20 move $ccs, [$sp]
21 subq 4, $sp
22 move $spc, [$sp]
23 subq 4, $sp
24 move $mof, [$sp]
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm/
H A Dirqflags.h221 LONG_L $11, PT_R11(sp); \
222 LONG_L $10, PT_R10(sp); \
223 LONG_L $9, PT_R9(sp); \
224 LONG_L $8, PT_R8(sp); \
225 LONG_L $7, PT_R7(sp); \
226 LONG_L $6, PT_R6(sp); \
227 LONG_L $5, PT_R5(sp); \
228 LONG_L $4, PT_R4(sp); \
229 LONG_L $2, PT_R2(sp)
232 LONG_L $7, PT_R7(sp); \
[all...]

Completed in 243 milliseconds

1234567891011>>