Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/powerpc/oprofile/
H A Dbacktrace.c15 #define STACK_SP(STACK) *(STACK)
17 #define STACK_LR64(STACK) *((unsigned long *)(STACK) + 2)
18 #define STACK_LR32(STACK) *((unsigned int *)(STACK) + 1)
21 #define STACK_LR(STACK) STACK_LR64(STACK)
23 #define STACK_LR(STACK) STACK_LR32(STACK)
[all...]
/kernel/linux/linux-5.10/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 :
/kernel/linux/linux-6.6/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 :
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H A Dqueue_stack_map.c7 STACK, enumerator
32 else if (type == STACK) in test_queue_stack_map_by_type()
63 } else if (type == STACK) { in test_queue_stack_map_by_type()
107 test_queue_stack_map_by_type(STACK); in test_queue_stack_map()
/kernel/liteos_m/components/backtrace/
H A Dlos_backtrace.h68 /* The default C stack section name is STACK */
69 #define CSTACK_SECTION_NAME STACK
/kernel/linux/linux-5.10/drivers/scsi/
H A Daha152x.h45 #define STACK (HOSTIOPORT1+0x1d) /* stack */ macro
/kernel/linux/linux-6.6/drivers/scsi/
H A Daha152x.h45 #define STACK (HOSTIOPORT1+0x1d) /* stack */ macro
/kernel/linux/linux-5.10/drivers/scsi/aic94xx/
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()
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)
/kernel/linux/linux-6.6/drivers/scsi/aic94xx/
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()
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)
/kernel/linux/linux-5.10/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()
9881 printk("STACK:"); in ahd_dump_card_state()
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_core.c7165 printk("STACK:"); in ahc_dump_card_state()
7167 printk(" 0x%x", ahc_inb(ahc, STACK)|(ahc_inb(ahc, STACK) << 8)); in ahc_dump_card_state()
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/
H A Daic79xx_core.c9564 ahd_outb(ahd, STACK, i & 0xFF); in ahd_probe_stack_size()
9565 ahd_outb(ahd, STACK, (i >> 8) & 0xFF); in ahd_probe_stack_size()
9572 stack_entry = ahd_inb(ahd, STACK) in ahd_probe_stack_size()
9573 |(ahd_inb(ahd, STACK) << 8); in ahd_probe_stack_size()
9876 printk("STACK:"); in ahd_dump_card_state()
9879 ahd_inb(ahd, STACK)|(ahd_inb(ahd, STACK) << 8); in ahd_dump_card_state()
9883 ahd_outb(ahd, STACK, ahd->saved_stack[i] & 0xFF); in ahd_dump_card_state()
9884 ahd_outb(ahd, STACK, (ahd->saved_stack[i] >> 8) & 0xFF); in ahd_dump_card_state()
H A Daic7xxx_core.c7159 printk("STACK:"); in ahc_dump_card_state()
7161 printk(" 0x%x", ahc_inb(ahc, STACK)|(ahc_inb(ahc, STACK) << 8)); in ahc_dump_card_state()
/kernel/linux/linux-5.10/arch/m68k/kernel/
H A Dhead.S397 * on the stack. With STACK some allocated memory on the stack can be
400 #define STACK %a6@(stackstart) define
2043 1: lea STACK,%a0
/kernel/linux/linux-6.6/arch/m68k/kernel/
H A Dhead.S398 * on the stack. With STACK some allocated memory on the stack can be
401 #define STACK %a6@(stackstart) define
2060 1: lea STACK,%a0

Completed in 97 milliseconds