| /OK3568_Linux_fs/kernel/Documentation/x86/ |
| H A 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 …]
|
| H A D | index.rst | 16 kernel-stacks
|
| /OK3568_Linux_fs/kernel/arch/sh/ |
| H A D | Kconfig.debug | 29 bool "Use 4Kb for kernel stacks instead of 8Kb" 36 will also use IRQ stacks to compensate for the reduced stackspace. 39 bool "Use separate kernel stacks when processing interrupts" 42 If you say Y here the kernel will use separate kernel stacks 44 overflowing the process kernel stacks.
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/ |
| H A D | intel_runtime_pm.c | 86 depot_stack_handle_t stack, *stacks; in track_intel_runtime_pm_wakeref() local 101 stacks = krealloc(rpm->debug.owners, in track_intel_runtime_pm_wakeref() 102 (rpm->debug.count + 1) * sizeof(*stacks), in track_intel_runtime_pm_wakeref() 104 if (stacks) { in track_intel_runtime_pm_wakeref() 105 stacks[rpm->debug.count++] = stack; in track_intel_runtime_pm_wakeref() 106 rpm->debug.owners = stacks; in track_intel_runtime_pm_wakeref()
|
| /OK3568_Linux_fs/kernel/Documentation/ia64/ |
| H A 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
|
| /OK3568_Linux_fs/kernel/Documentation/dev-tools/ |
| H A 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 187 kmemleak_erase functions (see above). The task stacks also increase the 198 stacks. Kmemleak defines MSECS_MIN_AGE (defaulting to 1000) representing
|
| /OK3568_Linux_fs/buildroot/package/davici/ |
| H A D | Config.in | 16 software stacks.
|
| /OK3568_Linux_fs/kernel/arch/arc/ |
| H A D | Kconfig.debug | 4 bool "Use 16Kb for kernel stacks instead of 8Kb"
|
| /OK3568_Linux_fs/kernel/security/yama/ |
| H A D | Kconfig | 10 Like capabilities, this security module stacks with other LSMs.
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A D | sysfs-devices-mapping | 9 For example, on 4-die Xeon platform with up to 6 IIO stacks per
|
| H A D | sysfs-ocfs2 | 77 plugin is active. All other cluster stacks use the 'user'
|
| /OK3568_Linux_fs/kernel/arch/parisc/ |
| H A D | Kconfig | 312 bool "Use separate kernel stacks when processing interrupts" 315 If you say Y here the kernel will use separate kernel stacks 317 overflowing the process kernel stacks.
|
| /OK3568_Linux_fs/yocto/poky/bitbake/ |
| H A D | README | 7 stacks using a task-oriented approach.
|
| /OK3568_Linux_fs/kernel/Documentation/x86/x86_64/ |
| H A 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
|
| /OK3568_Linux_fs/yocto/poky/documentation/test-manual/ |
| H A D | yocto-project-compatible.rst | 41 distro configs or software stacks and be able to merge succesfully. 54 impacting the software stacks being run with it. For a company developing
|
| /OK3568_Linux_fs/kernel/net/6lowpan/ |
| H A D | Kconfig | 7 "6LoWPAN" which is supported by IEEE 802.15.4 or Bluetooth stacks.
|
| /OK3568_Linux_fs/kernel/drivers/atm/ |
| H A D | nicstarmac.copyright | 27 * the linear buffer needed by most non-ATM protocol stacks (e.g. IP)
|
| /OK3568_Linux_fs/kernel/tools/perf/Documentation/ |
| H A D | perf-c2c.txt | 119 it can recreate better call stacks than the default lbr call stack 121 where it creates incorrect call stacks from incorrect matches.
|
| H A D | perf-top.txt | 326 it can recreate better call stacks than the default lbr call stack 328 where it creates incorrect call stacks from incorrect matches.
|
| /OK3568_Linux_fs/kernel/Documentation/core-api/ |
| H A D | gfp_mask-from-fs-io.rst | 13 Code paths in the filesystem and IO stacks must be careful when
|
| /OK3568_Linux_fs/buildroot/support/kconfig/ |
| H A D | zconf.tab.c_shipped | 400 /* The size of an array large to enough to hold all stacks, each with 957 /* YYINITDEPTH -- initial size of the parser's stacks. */ 962 /* YYMAXDEPTH -- maximum size the stacks can grow to (effective only 1274 /* The stacks and their tools: 1278 Refer to the stacks through separate pointers, to allow yyoverflow 1330 /* In all cases, when you get here, the value and location stacks 1331 have just been pushed. So pushing a state here evens the stacks. */ 1339 /* Get the current used size of the three stacks, in elements. */
|
| /OK3568_Linux_fs/u-boot/scripts/kconfig/ |
| H A D | zconf.tab.c_shipped | 408 /* The size of an array large to enough to hold all stacks, each with 958 /* YYINITDEPTH -- initial size of the parser's stacks. */ 963 /* YYMAXDEPTH -- maximum size the stacks can grow to (effective only 1275 /* The stacks and their tools: 1279 Refer to the stacks through separate pointers, to allow yyoverflow 1331 /* In all cases, when you get here, the value and location stacks 1332 have just been pushed. So pushing a state here evens the stacks. */ 1340 /* Get the current used size of the three stacks, in elements. */
|
| /OK3568_Linux_fs/kernel/arch/arm/kernel/ |
| H A D | setup.c | 150 static struct stack stacks[NR_CPUS]; variable 527 struct stack *stk = &stacks[cpu]; in cpu_init()
|
| /OK3568_Linux_fs/u-boot/scripts/dtc/ |
| H A D | dtc-parser.tab.c_shipped | 395 /* The size of an array large to enough to hold all stacks, each with 939 /* YYINITDEPTH -- initial size of the parser's stacks. */ 944 /* YYMAXDEPTH -- maximum size the stacks can grow to (effective only 1225 /* The stacks and their tools: 1230 Refer to the stacks through separate pointers, to allow yyoverflow 1293 /* In all cases, when you get here, the value and location stacks 1294 have just been pushed. So pushing a state here evens the stacks. */ 1302 /* Get the current used size of the three stacks, in elements. */
|
| /OK3568_Linux_fs/kernel/arch/ |
| H A D | Kconfig | 613 of shadow stacks in memory, which means an attacker capable of 615 and hijack control flow by modifying the stacks. 1032 An arch should select this symbol if it can support kernel stacks 1035 - vmalloc space must be large enough to hold many kernel stacks. 1055 Enable this if you want the use virtually-mapped kernel stacks
|