Lines Matching +full:supervisor +full:- +full:level
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
11 * Copyright (C) 2010-2011 Jonas Bonn <jonas@southpole.se>
35 * low level task data that entry.S needs immediate access to
36 * - this struct should fit entirely inside of one cache line
37 * - this struct shares the supervisor stack pages
38 * - if the contents of this structure are changed, the assembly constants
45 unsigned long flags; /* low level flags */
75 #define get_thread_info(ti) get_task_struct((ti)->task)
76 #define put_thread_info(ti) put_task_struct((ti)->task)
84 * - pending work-to-be-done flags are in LSW
85 * - other flags in MSW