Searched refs:stack (Results 1 - 22 of 22) sorted by relevance

/drivers/misc/altera-stapl/
H A Daltera.c133 /* This function checks if enough parameters are available on the stack. */
227 long *stack = astate->stack; local
542 stack[stack_ptr] = stack[stack_ptr - 1];
548 long_tmp = stack[stack_ptr - 2];
549 stack[stack_ptr - 2] = stack[stack_ptr - 1];
550 stack[stack_ptr - 1] = long_tmp;
556 stack[stack_pt
586 stack[stack_ptr - 1] <<= stack[stack_ptr]; local
592 stack[stack_ptr - 1] >>= stack[stack_ptr]; local
[all...]
H A Daltera-jtag.h81 long stack[ALTERA_STACK_SIZE]; member in struct:altera_state
/drivers/isdn/mISDN/
H A DMakefile11 mISDN_core-objs := core.o fsm.o socket.o clock.o hwchannel.o stack.o layer1.o layer2.o tei.o timerdev.o
/drivers/xen/
H A DMakefile4 nostackp := $(call cc-option, -fno-stack-protector)
/drivers/media/
H A Dmedia-entity.c101 /* push an entity to traversal stack */
110 graph->stack[graph->top].link = 0;
111 graph->stack[graph->top].entity = entity;
118 entity = graph->stack[graph->top].entity;
124 #define stack_peek(en) ((en)->stack[(en)->top - 1].entity)
125 #define link_top(en) ((en)->stack[(en)->top].link)
126 #define stack_top(en) ((en)->stack[(en)->top].entity)
142 graph->stack[graph->top].entity = NULL;
166 * Depth first search. Push entity to stack and continue from
167 * top of the stack unti
[all...]
/drivers/firewire/
H A Dcore-topology.c187 struct list_head stack, *h; local
195 INIT_LIST_HEAD(&stack);
219 fw_err(card, "topology stack underflow\n");
224 * Seek back from the top of our stack to find the
227 for (i = 0, h = &stack; i < child_port_count; i++)
230 * When the stack is empty, this yields an invalid value,
291 /* Pop the child nodes off the stack and push the new node. */
292 __list_del(h->prev, &stack);
293 list_add_tail(&node->link, &stack);
H A Dcore-device.c489 u32 *rom, *stack; local
494 sizeof(*stack) * MAX_CONFIG_ROM_SIZE, GFP_KERNEL);
498 stack = &rom[MAX_CONFIG_ROM_SIZE];
549 * directory structure so we parse it using a stack of
551 * push a reference to the root directory on the stack to
556 stack[sp++] = 0xc0000005;
559 * Pop the next block reference of the stack. The
564 key = stack[--sp];
614 stack[sp++] = i + rom[i];
/drivers/scsi/aic7xxx/aicasm/
H A Daicasm_scan.l502 stop("Unable to allocate include stack entry",
/drivers/uwb/
H A DKconfig28 To compile the UWB stack as a module, choose M here.
/drivers/staging/rtl8192u/ieee80211/
H A Dcipher.c113 u8 stack[in_place ? crypto_tfm_alg_blocksize(tfm) : 0]; local
114 u8 *buf = in_place ? stack : dst;
/drivers/dma/
H A DKconfig11 used to offload memory copies in the network stack and
273 This enables the use of DMA engines in the network stack to
/drivers/net/wireless/b43legacy/
H A Dradio.c956 _stack_save(stack, &stackidx, 0x1, (offset), \
962 _stack_restore(stack, 0x1, \
967 _stack_save(stack, &stackidx, 0x2, (offset), \
973 _stack_restore(stack, 0x2, \
978 _stack_save(stack, &stackidx, 0x3, (offset), \
984 _stack_restore(stack, 0x3, \
997 u32 *stack = phy->interfstack; local
1240 u32 *stack = phy->interfstack; local
/drivers/net/wireless/ipw2x00/
H A DKconfig173 networking stack. This component is deprecated in favor of the
/drivers/scsi/
H A Dmvumi.h433 unsigned short *stack; member in struct:mvumi_tag
H A Dmvumi.c62 st->stack[i] = size - 1 - i;
68 return st->stack[--st->top];
75 st->stack[st->top++] = tag;
856 mhba->tag_pool.stack = virmem;
H A Dgdth.c3662 gdth_stackframe stack; local
3681 /* i: parameter to push, j: stack element to fill */
3685 stack.b[j++] = *(u32*)&dvr->eu.stream[(int)f[i]];
3688 stack.b[j++] = *(u16*)&dvr->eu.stream[(int)f[i]];
3691 stack.b[j++] = *(u8*)&dvr->eu.stream[(int)f[i]];
3699 printk(&f[(int)f[0]],stack);
3702 sprintf(buffer,&f[(int)f[0]],stack);
/drivers/net/ethernet/tehuti/
H A Dtehuti.h178 int *stack; member in struct:rxdb
H A Dtehuti.c595 * and the stack is notified that the interface is ready.
938 db->stack = (int *)(db + 1);
939 db->elems = (void *)(db->stack + nelem);
943 db->stack[i] = nelem - i - 1; /* to make first allocs
953 return db->stack[--(db->top)];
970 db->stack[(db->top)++] = n;
/drivers/net/appletalk/
H A DKconfig27 module so you can restart your AppleTalk stack without rebooting
/drivers/net/wireless/b43/
H A Dphy_g.c805 _stack_save(stack, &stackidx, 0x1, (offset), \
811 _stack_restore(stack, 0x1, \
816 _stack_save(stack, &stackidx, 0x2, (offset), \
822 _stack_restore(stack, 0x2, \
827 _stack_save(stack, &stackidx, 0x3, (offset)|(table), \
833 _stack_restore(stack, 0x3, \
844 u32 *stack = gphy->interfstack; local
1008 u32 *stack = gphy->interfstack; local
/drivers/net/
H A DKconfig329 domain network stack. These can then be bridged or routed
/drivers/watchdog/
H A DKconfig623 will detect lockups and provide a stack trace. This is a driver that

Completed in 2922 milliseconds