/Linux-v6.1/Documentation/x86/ |
D | kernel-stacks.rst | 7 Kernel stacks on x86-64 bit 15 active thread. These thread stacks are THREAD_SIZE (2*PAGE_SIZE) big. 16 These stacks contain useful data as long as a thread is alive or a 20 In addition to the per thread stacks, there are specialized stacks 21 associated with each CPU. These stacks are only used while the kernel 23 specialized stacks contain no useful data. The main CPU stacks are: 30 the split thread and interrupt stacks on i386, this gives more room 38 hardware stacks cannot nest without races. 46 point to dedicated stacks; each stack can be a different size. 58 Events with different IST codes (i.e. with different stacks) can be [all …]
|
D | index.rst | 16 kernel-stacks
|
/Linux-v6.1/Documentation/mm/ |
D | vmalloced-kernel-stacks.rst | 25 Virtually-mapped kernel stacks with guard pages causes kernel stack 30 support for virtually mapped stacks with guard pages. This feature 45 - vmalloc space must be large enough to hold many kernel stacks. This 61 mapped task stacks. This option depends on HAVE_ARCH_VMAP_STACK. 63 - Enable this if you want the use virtually-mapped kernel stacks 94 - Allocated stacks are cached and later reused by new threads, so memcg 95 accounting is performed manually on assigning/releasing stacks to tasks. 100 - On arm64, all VMAP's stacks need to have the same alignment to ensure 103 - This does not address interrupt stacks - according to the original patch 114 virtually mapped kernel stacks are enabled. [all …]
|
D | index.rst | 66 vmalloced-kernel-stacks
|
/Linux-v6.1/arch/arm64/kvm/hyp/nvhe/ |
D | stacktrace.c | 123 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()
|
/Linux-v6.1/arch/arm64/kvm/ |
D | stacktrace.c | 181 struct stack_info stacks[] = { in hyp_dump_backtrace() local 186 .stacks = stacks, in hyp_dump_backtrace() 187 .nr_stacks = ARRAY_SIZE(stacks), in hyp_dump_backtrace()
|
/Linux-v6.1/arch/arm64/kernel/ |
D | stacktrace.c | 193 struct stack_info stacks[] = { in arch_stack_walk() local 205 .stacks = stacks, in arch_stack_walk() 206 .nr_stacks = ARRAY_SIZE(stacks), in arch_stack_walk()
|
/Linux-v6.1/samples/fprobe/ |
D | fprobe_example.c | 44 unsigned long stacks[BACKTRACE_DEPTH]; in show_backtrace() local 47 len = stack_trace_save(stacks, BACKTRACE_DEPTH, 2); in show_backtrace() 48 stack_trace_print(stacks, len, 24); in show_backtrace()
|
/Linux-v6.1/arch/sh/ |
D | Kconfig.debug | 26 bool "Use 4Kb for kernel stacks instead of 8Kb" 33 will also use IRQ stacks to compensate for the reduced stackspace. 36 bool "Use separate kernel stacks when processing interrupts" 39 If you say Y here the kernel will use separate kernel stacks 41 overflowing the process kernel stacks.
|
/Linux-v6.1/drivers/gpu/drm/i915/ |
D | intel_runtime_pm.c | 77 depot_stack_handle_t stack, *stacks; in track_intel_runtime_pm_wakeref() local 92 stacks = krealloc(rpm->debug.owners, in track_intel_runtime_pm_wakeref() 93 (rpm->debug.count + 1) * sizeof(*stacks), in track_intel_runtime_pm_wakeref() 95 if (stacks) { in track_intel_runtime_pm_wakeref() 96 stacks[rpm->debug.count++] = stack; in track_intel_runtime_pm_wakeref() 97 rpm->debug.owners = stacks; in track_intel_runtime_pm_wakeref()
|
/Linux-v6.1/arch/arm64/include/asm/stacktrace/ |
D | common.h | 45 struct stack_info *stacks; member 85 struct stack_info *info = &state->stacks[i]; in unwind_find_next_stack()
|
/Linux-v6.1/tools/perf/util/ |
D | bpf_lock_contention.c | 39 bpf_map__set_value_size(skel->maps.stacks, con->max_stack * sizeof(u64)); in lock_contention_prepare() 40 bpf_map__set_max_entries(skel->maps.stacks, con->map_nr_entries); in lock_contention_prepare() 119 stack = bpf_map__fd(skel->maps.stacks); in lock_contention_read()
|
/Linux-v6.1/Documentation/ia64/ |
D | mca.rst | 48 have to use their own, per-cpu stacks. The MCA/INIT stacks are 72 rendezvous interrupt are still running on their normal kernel stacks! 90 struct task and the kernel stacks. Then the MCA/INIT data would be 91 chained stacks like i386 interrupt stacks. But that required 95 stacks meant separate "tasks" for the MCA/INIT handlers. 136 stacks. ia64 has the struct task embedded in the single kernel 161 stacks are, which makes it too risky to copy the saved state to a user
|
/Linux-v6.1/tools/perf/util/bpf_skel/ |
D | lock_contention.bpf.c | 39 } stacks SEC(".maps"); 121 pelem->stack_id = bpf_get_stackid(ctx, &stacks, BPF_F_FAST_STACK_CMP | stack_skip); in contention_begin()
|
D | off_cpu.bpf.c | 40 } stacks SEC(".maps"); 197 stack_id = bpf_get_stackid(ctx, &stacks, in off_cpu_stat()
|
/Linux-v6.1/arch/arc/ |
D | Kconfig.debug | 4 bool "Use 16Kb for kernel stacks instead of 8Kb"
|
/Linux-v6.1/security/yama/ |
D | Kconfig | 10 Like capabilities, this security module stacks with other LSMs.
|
/Linux-v6.1/Documentation/translations/zh_CN/mm/ |
D | index.rst | 59 vmalloced-kernel-stacks
|
D | vmalloced-kernel-stacks.rst | 4 :Original: Documentation/mm/vmalloced-kernel-stacks.rst
|
/Linux-v6.1/Documentation/dev-tools/ |
D | kmemleak.rst | 47 enable the task stacks scanning (default) 49 disable the tasks stacks scanning 101 2. scan the memory starting with the data section and stacks, checking 186 kmemleak_erase functions (see above). The task stacks also increase the 197 stacks. Kmemleak defines MSECS_MIN_AGE (defaulting to 1000) representing
|
/Linux-v6.1/Documentation/ABI/testing/ |
D | sysfs-devices-mapping | 9 For example, on 4-die Xeon platform with up to 6 IIO stacks per
|
/Linux-v6.1/arch/parisc/ |
D | Kconfig | 294 bool "Use separate kernel stacks when processing interrupts" 297 If you say Y here the kernel will use separate kernel stacks 299 overflowing the process kernel stacks.
|
/Linux-v6.1/net/6lowpan/ |
D | Kconfig | 7 "6LoWPAN" which is supported by IEEE 802.15.4 or Bluetooth stacks.
|
/Linux-v6.1/Documentation/x86/x86_64/ |
D | mm.rst | 61 ffffff0000000000 | -1 TB | ffffff7fffffffff | 0.5 TB | %esp fixup stacks 120 ffffff0000000000 | -1 TB | ffffff7fffffffff | 0.5 TB | %esp fixup stacks
|
/Linux-v6.1/arch/arm/lib/ |
D | backtrace.S | 103 @ Kernel stacks may be discontiguous in memory. If the next
|