Lines Matching +full:supervisor +full:- +full:level
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 * Copyright (C) 2004, 2007-2010, 2011-2012 Synopsys, Inc. (www.synopsys.com)
7 * anyways one page allocation, thus slab alloc can be short-circuited and
32 * low level task data that entry.S needs immediate access to
33 * - this struct should fit entirely inside of one cache line
34 * - this struct shares the supervisor stack pages
35 * - if the contents of this structure are changed, the assembly constants
39 unsigned long flags; /* low level flags */
49 * - this is not related to init_task per se
62 return (struct thread_info *)(sp & ~(THREAD_SIZE - 1)); in current_thread_info()
69 * - these are process state flags that various assembly files may need to
71 * - pending work-to-be-done flags are in LSW
72 * - other flags in MSW