Searched refs:STACK (Results 1 - 11 of 11) sorted by relevance

/linux-master/arch/alpha/lib/
H A Ddivide.S68 #define STACK 48 define
76 #define STACK 32 define
99 subq $30,STACK,$30
100 .frame $30,STACK,$23
153 addq $30,STACK,$30
172 subq $30,STACK,$30
173 .frame $30,STACK,$23
196 addq $30,STACK,$30
H A Dev6-divide.S78 #define STACK 48 define
86 #define STACK 32 define
109 subq $30,STACK,$30 # E :
110 .frame $30,STACK,$23
207 addq $30,STACK,$30 # E :
226 subq $30,STACK,$30 # E :
227 .frame $30,STACK,$23
260 addq $30,STACK,$30 # E :
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dqueue_stack_map.c7 STACK, enumerator in enum:__anon3689
32 else if (type == STACK)
63 } else if (type == STACK) {
107 test_queue_stack_map_by_type(STACK);
/linux-master/drivers/scsi/
H A Daha152x.h45 #define STACK (HOSTIOPORT1+0x1d) /* stack */ macro
/linux-master/drivers/scsi/aic94xx/
H A Daic94xx_dump.c280 PRINT_CREG_16bit(asd_ha, STACK);
488 PRINT_LREG_16bit(asd_ha, lseq, STACK);
H A Daic94xx_reg_def.h384 #define STACK 0x06 macro
516 #define CSTACK (CSEQ_CIO_REG_BASE_ADR + STACK)
851 #define LmSTACK(LinkNum) LmSEQ_PHY_REG(0, LinkNum, STACK)
/linux-master/drivers/scsi/aic7xxx/
H A Daic79xx.seq505 bmov LONGJMP_ADDR, STACK, 2;
508 bmov LONGJMP_ADDR, STACK, 2;
510 bmov STACK, LONGJMP_ADDR, 2 ret;
H A Daic79xx_core.c9564 ahd_outb(ahd, STACK, i & 0xFF);
9565 ahd_outb(ahd, STACK, (i >> 8) & 0xFF);
9572 stack_entry = ahd_inb(ahd, STACK)
9573 |(ahd_inb(ahd, STACK) << 8);
9876 printk("STACK:");
9879 ahd_inb(ahd, STACK)|(ahd_inb(ahd, STACK) << 8);
9883 ahd_outb(ahd, STACK, ahd->saved_stack[i] & 0xFF);
9884 ahd_outb(ahd, STACK, (ahd->saved_stack[i] >> 8) & 0xFF);
H A Daic79xx.reg3606 register STACK {
H A Daic7xxx_core.c7159 printk("STACK:");
7161 printk(" 0x%x", ahc_inb(ahc, STACK)|(ahc_inb(ahc, STACK) << 8));
/linux-master/arch/m68k/kernel/
H A Dhead.S394 * on the stack. With STACK some allocated memory on the stack can be
397 #define STACK %a6@(stackstart) define
2056 1: lea STACK,%a0

Completed in 298 milliseconds