Lines Matching refs:stacks
6 active thread. These thread stacks are THREAD_SIZE (2*PAGE_SIZE) big.
7 These stacks contain useful data as long as a thread is alive or a
11 In addition to the per thread stacks, there are specialized stacks
12 associated with each CPU. These stacks are only used while the kernel
14 specialized stacks contain no useful data. The main CPU stacks are:
21 the split thread and interrupt stacks on i386, this gives more room
29 hardware stacks cannot nest without races.
37 point to dedicated stacks; each stack can be a different size.
49 Events with different IST codes (i.e. with different stacks) can be
55 If that assumption is ever broken then the stacks will become corrupt.
57 The currently assigned IST stacks are :-
80 middle of switching stacks. Using IST for NMI events avoids making
98 middle of switching stacks. Using IST for MCE events avoids making