Searched refs:stacks (Results 1 – 16 of 16) sorted by relevance
123 struct stack_info stacks[] = { in pkvm_save_backtrace() local128 .stacks = stacks, in pkvm_save_backtrace()129 .nr_stacks = ARRAY_SIZE(stacks), in pkvm_save_backtrace()
182 struct stack_info stacks[] = { in hyp_dump_backtrace() local187 .stacks = stacks, in hyp_dump_backtrace()188 .nr_stacks = ARRAY_SIZE(stacks), in hyp_dump_backtrace()
37 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 stacks52 overflowing the process kernel stacks.
34 struct stack_info *stacks; member83 info = &state->stacks[i]; in unwind_find_stack()
4 bool "Use 16Kb for kernel stacks instead of 8Kb"
337 struct stack_info stacks[] = { in kunwind_stack_walk() local351 .stacks = stacks, in kunwind_stack_walk()352 .nr_stacks = ARRAY_SIZE(stacks), in kunwind_stack_walk()
331 bool "Use separate kernel stacks when processing interrupts"334 If you say Y here the kernel will use separate kernel stacks336 overflowing the process kernel stacks.
103 @ Kernel stacks may be discontiguous in memory. If the next
144 static struct stack stacks[NR_CPUS]; variable535 struct stack *stk = &stacks[cpu]; in cpu_init()
435 @ Test whether the SP has overflowed. Task and IRQ stacks are aligned
193 This option determines the size of UML kernel stacks. They will
731 of shadow stacks in memory, which means an attacker capable of733 and hijack control flow by modifying the stacks.1430 An arch should select this symbol if it can support kernel stacks1433 - vmalloc space must be large enough to hold many kernel stacks.1453 Enable this if you want the use virtually-mapped kernel stacks
337 bool "Use 4Kb for kernel stacks instead of 8Kb"
904 bool "Independent irq & softirq stacks" if EXPERT909 Add independent irq & softirq stacks for percpu to prevent kernel stack
457 clock-names = "core", "coregroup", "stacks";
1885 CPUs supporting shadow stacks were first released in 2020.
Completed in 46 milliseconds