Lines Matching +full:inside +full:- +full:secure
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /* thread_info.h: MIPS low-level thread information
5 * - Incorporating suggestions made by Linus Torvalds and Dave Miller
20 * - this struct should fit entirely inside of one cache line
21 * - this struct shares the supervisor stack pages
22 * - if the contents of this structure are changed, the assembly constants
99 #define THREAD_MASK (THREAD_SIZE - 1UL)
105 * - these are process state flags that various assembly files may need to
107 * - pending work-to-be-done flags are in LSW
108 * - other flags in MSW
113 #define TIF_SECCOMP 4 /* secure computing */
123 #define TIF_32BIT_REGS 22 /* 32-bit general purpose registers */
124 #define TIF_32BIT_ADDR 23 /* 32-bit address space (o32/n32) */
125 #define TIF_FPUBOUND 24 /* thread bound to FPU-full CPU set */
128 #define TIF_32BIT_FPREGS 27 /* 32-bit floating point registers */
168 /* work to do on any return to u-space */