Home
last modified time | relevance | path

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

12

/linux/Documentation/x86/
A Dkernel-stacks.rst7 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.
66 The currently assigned IST stacks are:
[all …]
A Dindex.rst16 kernel-stacks
/linux/arch/sh/
A DKconfig.debug26 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/drivers/gpu/drm/i915/
A Dintel_runtime_pm.c76 depot_stack_handle_t stack, *stacks; in track_intel_runtime_pm_wakeref() local
91 stacks = krealloc(rpm->debug.owners, in track_intel_runtime_pm_wakeref()
92 (rpm->debug.count + 1) * sizeof(*stacks), in track_intel_runtime_pm_wakeref()
94 if (stacks) { in track_intel_runtime_pm_wakeref()
95 stacks[rpm->debug.count++] = stack; in track_intel_runtime_pm_wakeref()
96 rpm->debug.owners = stacks; in track_intel_runtime_pm_wakeref()
/linux/Documentation/ia64/
A Dmca.rst48 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
A Dfsys.rst46 in fsys-mode (they point to the user-level stacks, which may
59 privileged) and (b) the stacks have NOT been switched to kernel memory
/linux/Documentation/dev-tools/
A Dkmemleak.rst47 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
187 kmemleak_erase functions (see above). The task stacks also increase the
198 stacks. Kmemleak defines MSECS_MIN_AGE (defaulting to 1000) representing
/linux/arch/arc/
A DKconfig.debug4 bool "Use 16Kb for kernel stacks instead of 8Kb"
/linux/security/yama/
A DKconfig10 Like capabilities, this security module stacks with other LSMs.
/linux/Documentation/ABI/testing/
A Dsysfs-devices-mapping9 For example, on 4-die Xeon platform with up to 6 IIO stacks per
A Dsysfs-ocfs277 plugin is active. All other cluster stacks use the 'user'
/linux/Documentation/x86/x86_64/
A Dmm.rst61 ffffff0000000000 | -1 TB | ffffff7fffffffff | 0.5 TB | %esp fixup stacks
120 ffffff0000000000 | -1 TB | ffffff7fffffffff | 0.5 TB | %esp fixup stacks
/linux/arch/parisc/
A DKconfig320 bool "Use separate kernel stacks when processing interrupts"
323 If you say Y here the kernel will use separate kernel stacks
325 overflowing the process kernel stacks.
/linux/net/6lowpan/
A DKconfig7 "6LoWPAN" which is supported by IEEE 802.15.4 or Bluetooth stacks.
/linux/drivers/atm/
A Dnicstarmac.copyright27 * the linear buffer needed by most non-ATM protocol stacks (e.g. IP)
/linux/Documentation/core-api/
A Dgfp_mask-from-fs-io.rst13 Code paths in the filesystem and IO stacks must be careful when
/linux/tools/perf/Documentation/
A Dperf-c2c.txt119 it can recreate better call stacks than the default lbr call stack
121 where it creates incorrect call stacks from incorrect matches.
A Dperf-top.txt338 it can recreate better call stacks than the default lbr call stack
340 where it creates incorrect call stacks from incorrect matches.
A Dperf-report.txt372 branch stacks and it will automatically switch to the branch view mode,
508 it can recreate better call stacks than the default lbr call stack
510 where it creates incorrect call stacks from incorrect matches.
A Dperf-script.txt489 it can recreate better call stacks than the default lbr call stack
491 where it creates incorrect call stacks from incorrect matches.
/linux/arch/arm/kernel/
A Dsetup.c151 static struct stack stacks[NR_CPUS]; variable
528 struct stack *stk = &stacks[cpu]; in cpu_init()
/linux/arch/
A DKconfig620 of shadow stacks in memory, which means an attacker capable of
622 and hijack control flow by modifying the stacks.
1115 An arch should select this symbol if it can support kernel stacks
1118 - vmalloc space must be large enough to hold many kernel stacks.
1138 Enable this if you want the use virtually-mapped kernel stacks
/linux/arch/um/
A DKconfig189 This option determines the size of UML kernel stacks. They will
/linux/lib/
A DKconfig.kasan191 stacks), but at the cost of higher memory usage.
/linux/Documentation/networking/device_drivers/hamradio/
A Dbaycom.rst92 Users of userland AX.25 stacks may use the net2kiss utility (also available

Completed in 44 milliseconds

12