Lines Matching refs:stacks
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
64 If that assumption is ever broken then the stacks will become corrupt.
66 The currently assigned IST stacks are:
82 middle of switching stacks. Using IST for NMI events avoids making
95 To handle nested #DB correctly there exist two instances of DB stacks. On
105 middle of switching stacks. Using IST for MCE events avoids making
150 .. [1] For things like IRQ and IST stacks, we also scan those stacks, in