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
95 #define THREAD_MASK (THREAD_SIZE - 1UL)
101 * - these are process state flags that various assembly files may need to
103 * - pending work-to-be-done flags are in LSW
104 * - other flags in MSW
109 #define TIF_SECCOMP 4 /* secure computing */
119 #define TIF_32BIT_REGS 22 /* 32-bit general purpose registers */
120 #define TIF_32BIT_ADDR 23 /* 32-bit address space (o32/n32) */
121 #define TIF_FPUBOUND 24 /* thread bound to FPU-full CPU set */
124 #define TIF_32BIT_FPREGS 27 /* 32-bit floating point registers */
164 /* work to do on any return to u-space */