STACK              15 arch/powerpc/oprofile/backtrace.c #define STACK_SP(STACK)		*(STACK)
STACK              17 arch/powerpc/oprofile/backtrace.c #define STACK_LR64(STACK)	*((unsigned long *)(STACK) + 2)
STACK              18 arch/powerpc/oprofile/backtrace.c #define STACK_LR32(STACK)	*((unsigned int *)(STACK) + 1)
STACK              21 arch/powerpc/oprofile/backtrace.c #define STACK_LR(STACK)		STACK_LR64(STACK)
STACK              23 arch/powerpc/oprofile/backtrace.c #define STACK_LR(STACK)		STACK_LR32(STACK)
STACK            9609 drivers/scsi/aic7xxx/aic79xx_core.c 		       ahd_outb(ahd, STACK, i & 0xFF);
STACK            9610 drivers/scsi/aic7xxx/aic79xx_core.c 		       ahd_outb(ahd, STACK, (i >> 8) & 0xFF);
STACK            9617 drivers/scsi/aic7xxx/aic79xx_core.c 			stack_entry = ahd_inb(ahd, STACK)
STACK            9618 drivers/scsi/aic7xxx/aic79xx_core.c 				    |(ahd_inb(ahd, STACK) << 8);
STACK            9925 drivers/scsi/aic7xxx/aic79xx_core.c 		    ahd_inb(ahd, STACK)|(ahd_inb(ahd, STACK) << 8);
STACK            9929 drivers/scsi/aic7xxx/aic79xx_core.c 		ahd_outb(ahd, STACK, ahd->saved_stack[i] & 0xFF);
STACK            9930 drivers/scsi/aic7xxx/aic79xx_core.c 		ahd_outb(ahd, STACK, (ahd->saved_stack[i] >> 8) & 0xFF);
STACK            7196 drivers/scsi/aic7xxx/aic7xxx_core.c 		printk(" 0x%x", ahc_inb(ahc, STACK)|(ahc_inb(ahc, STACK) << 8));
STACK             280 drivers/scsi/aic94xx/aic94xx_dump.c 	PRINT_CREG_16bit(asd_ha, STACK);
STACK             488 drivers/scsi/aic94xx/aic94xx_dump.c 	PRINT_LREG_16bit(asd_ha, lseq, STACK);
STACK             516 drivers/scsi/aic94xx/aic94xx_reg_def.h #define CSTACK		(CSEQ_CIO_REG_BASE_ADR + STACK)
STACK             851 drivers/scsi/aic94xx/aic94xx_reg_def.h #define LmSTACK(LinkNum)		LmSEQ_PHY_REG(0, LinkNum, STACK)
STACK              24 tools/testing/selftests/bpf/prog_tests/queue_stack_map.c 	else if (type == STACK)
STACK              55 tools/testing/selftests/bpf/prog_tests/queue_stack_map.c 		} else if (type == STACK) {
STACK              98 tools/testing/selftests/bpf/prog_tests/queue_stack_map.c 	test_queue_stack_map_by_type(STACK);