Home
last modified time | relevance | path

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

/arch/arm64/kvm/hyp/nvhe/
A Dstacktrace.c123 struct stack_info stacks[] = { in pkvm_save_backtrace() local
128 .stacks = stacks, in pkvm_save_backtrace()
129 .nr_stacks = ARRAY_SIZE(stacks), in pkvm_save_backtrace()
/arch/arm64/kvm/
A Dstacktrace.c182 struct stack_info stacks[] = { in hyp_dump_backtrace() local
187 .stacks = stacks, in hyp_dump_backtrace()
188 .nr_stacks = ARRAY_SIZE(stacks), in hyp_dump_backtrace()
/arch/sh/
A DKconfig.debug37 bool "Use 4Kb for kernel stacks instead of 8Kb"
44 will also use IRQ stacks to compensate for the reduced stackspace.
47 bool "Use separate kernel stacks when processing interrupts"
50 If you say Y here the kernel will use separate kernel stacks
52 overflowing the process kernel stacks.
/arch/arm64/include/asm/stacktrace/
A Dcommon.h34 struct stack_info *stacks; member
83 info = &state->stacks[i]; in unwind_find_stack()
/arch/arc/
A DKconfig.debug4 bool "Use 16Kb for kernel stacks instead of 8Kb"
/arch/arm64/kernel/
A Dstacktrace.c337 struct stack_info stacks[] = { in kunwind_stack_walk() local
351 .stacks = stacks, in kunwind_stack_walk()
352 .nr_stacks = ARRAY_SIZE(stacks), in kunwind_stack_walk()
/arch/parisc/
A DKconfig331 bool "Use separate kernel stacks when processing interrupts"
334 If you say Y here the kernel will use separate kernel stacks
336 overflowing the process kernel stacks.
/arch/arm/lib/
A Dbacktrace.S103 @ Kernel stacks may be discontiguous in memory. If the next
/arch/arm/kernel/
A Dsetup.c144 static struct stack stacks[NR_CPUS]; variable
535 struct stack *stk = &stacks[cpu]; in cpu_init()
A Dentry-header.S435 @ Test whether the SP has overflowed. Task and IRQ stacks are aligned
/arch/um/
A DKconfig193 This option determines the size of UML kernel stacks. They will
/arch/
A DKconfig731 of shadow stacks in memory, which means an attacker capable of
733 and hijack control flow by modifying the stacks.
1430 An arch should select this symbol if it can support kernel stacks
1433 - vmalloc space must be large enough to hold many kernel stacks.
1453 Enable this if you want the use virtually-mapped kernel stacks
/arch/m68k/
A DKconfig.machine337 bool "Use 4Kb for kernel stacks instead of 8Kb"
/arch/riscv/
A DKconfig904 bool "Independent irq & softirq stacks" if EXPERT
909 Add independent irq & softirq stacks for percpu to prevent kernel stack
/arch/arm64/boot/dts/rockchip/
A Drk3588-base.dtsi457 clock-names = "core", "coregroup", "stacks";
/arch/x86/
A DKconfig1885 CPUs supporting shadow stacks were first released in 2020.

Completed in 46 milliseconds