Home
last modified time | relevance | path

Searched refs:STACK (Results 1 – 25 of 40) sorted by relevance

12

/OK3568_Linux_fs/kernel/arch/powerpc/oprofile/
H A Dbacktrace.c15 #define STACK_SP(STACK) *(STACK) argument
17 #define STACK_LR64(STACK) *((unsigned long *)(STACK) + 2) argument
18 #define STACK_LR32(STACK) *((unsigned int *)(STACK) + 1) argument
21 #define STACK_LR(STACK) STACK_LR64(STACK) argument
23 #define STACK_LR(STACK) STACK_LR32(STACK) argument
/OK3568_Linux_fs/kernel/arch/alpha/lib/
H A Ddivide.S68 #define STACK 48 macro
76 #define STACK 32 macro
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 macro
86 #define STACK 32 macro
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 :
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/
H A Dqueue_stack_map.c7 STACK, enumerator
25 else if (type == STACK) in test_queue_stack_map_by_type()
56 } else if (type == STACK) { in test_queue_stack_map_by_type()
99 test_queue_stack_map_by_type(STACK); in test_queue_stack_map()
/OK3568_Linux_fs/u-boot/arch/arm/mach-rockchip/
H A Dmemblk.c38 MEM_DEFINE(STACK, F_HOFC | F_KMEM_CAN_OVERLAP),
/OK3568_Linux_fs/kernel/drivers/scsi/
H A Daha152x.h45 #define STACK (HOSTIOPORT1+0x1d) /* stack */ macro
/OK3568_Linux_fs/kernel/drivers/scsi/aic94xx/
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)
H A Daic94xx_dump.c280 PRINT_CREG_16bit(asd_ha, STACK); in asd_dump_cseq_state()
488 PRINT_LREG_16bit(asd_ha, lseq, STACK); in asd_dump_lseq_state()
/OK3568_Linux_fs/u-boot/board/freescale/t4qds/
H A DREADME166 |STACK | 0xFFFD8000 (22KB) |
/OK3568_Linux_fs/u-boot/board/freescale/t208xrdb/
H A DREADME219 |STACK | 0xFFFD8000 (22KB) |
/OK3568_Linux_fs/u-boot/board/freescale/t208xqds/
H A DREADME238 |STACK | 0xFFFD8000 (22KB) |
/OK3568_Linux_fs/u-boot/board/freescale/t102xrdb/
H A DREADME277 |STACK | 0xFFFD8000 (22KB) |
/OK3568_Linux_fs/u-boot/board/freescale/t104xrdb/
H A DREADME251 STACK | 0xFFFD8000 (22KB) |
/OK3568_Linux_fs/u-boot/board/freescale/t102xqds/
H A DREADME295 |STACK | 0xFFFD8000 (22KB) |
/OK3568_Linux_fs/kernel/drivers/scsi/aic7xxx/
H A Daic79xx_core.c9568 ahd_outb(ahd, STACK, i & 0xFF); in ahd_probe_stack_size()
9569 ahd_outb(ahd, STACK, (i >> 8) & 0xFF); in ahd_probe_stack_size()
9576 stack_entry = ahd_inb(ahd, STACK) in ahd_probe_stack_size()
9577 |(ahd_inb(ahd, STACK) << 8); in ahd_probe_stack_size()
9884 ahd_inb(ahd, STACK)|(ahd_inb(ahd, STACK) << 8); in ahd_dump_card_state()
9888 ahd_outb(ahd, STACK, ahd->saved_stack[i] & 0xFF); in ahd_dump_card_state()
9889 ahd_outb(ahd, STACK, (ahd->saved_stack[i] >> 8) & 0xFF); in ahd_dump_card_state()
H A Daic7xxx_reg.h_shipped582 #define STACK 0x6f
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_reg.h_shipped1517 #define STACK 0xf2
H A Daic7xxx.reg724 register STACK {
H A Daic7xxx_core.c7167 printk(" 0x%x", ahc_inb(ahc, STACK)|(ahc_inb(ahc, STACK) << 8)); in ahc_dump_card_state()
/OK3568_Linux_fs/u-boot/doc/
H A DREADME.b4860qds356 STACK | 0xFFFD8000 (22KB) |
/OK3568_Linux_fs/kernel/arch/m68k/kernel/
H A Dhead.S400 #define STACK %a6@(stackstart) macro
2043 1: lea STACK,%a0
/OK3568_Linux_fs/buildroot/support/kconfig/
H A Dzconf.tab.c_shipped408 /* Relocate STACK from its old location to the new one. The
/OK3568_Linux_fs/u-boot/scripts/kconfig/
H A Dzconf.tab.c_shipped416 /* Relocate STACK from its old location to the new one. The
/OK3568_Linux_fs/u-boot/scripts/dtc/
H A Ddtc-parser.tab.c_shipped403 /* Relocate STACK from its old location to the new one. The

12