Home
last modified time | relevance | path

Searched refs:stacks (Results 1 – 9 of 9) sorted by relevance

/arch/sh/
DKconfig.debug41 bool "Use 4Kb for kernel stacks instead of 8Kb"
48 will also use IRQ stacks to compensate for the reduced stackspace.
51 bool "Use separate kernel stacks when processing interrupts"
54 If you say Y here the kernel will use separate kernel stacks
56 overflowing the process kernel stacks.
/arch/arc/
DKconfig.debug4 bool "Use 16Kb for kernel stacks instead of 8Kb"
/arch/unicore32/kernel/
Dsetup.c50 static struct stack stacks[NR_CPUS]; variable
105 struct stack *stk = &stacks[cpu]; in cpu_init()
/arch/parisc/
DKconfig304 bool "Use separate kernel stacks when processing interrupts"
307 If you say Y here the kernel will use separate kernel stacks
309 overflowing the process kernel stacks.
/arch/
DKconfig570 stacks used by other tasks and interrupt handlers in memory, which
573 stacks that are not currently in use.
576 bool "Use virtually mapped shadow call stacks"
580 Use virtually mapped shadow call stacks. Selecting this option
958 An arch should select this symbol if it can support kernel stacks
961 - vmalloc space must be large enough to hold many kernel stacks.
980 Enable this if you want the use virtually-mapped kernel stacks
/arch/arm/kernel/
Dsetup.c150 static struct stack stacks[NR_CPUS]; variable
527 struct stack *stk = &stacks[cpu]; in cpu_init()
/arch/sh/kernel/cpu/sh5/
Dswitchto.S124 ! Switch stacks
/arch/um/
DKconfig165 This option determines the size of UML kernel stacks. They will
/arch/m68k/
DKconfig.machine329 bool "Use 4Kb for kernel stacks instead of 8Kb"