Lines Matching +full:secure +full:- +full:reg +full:- +full:access
2 * include/asm-xtensa/thread_info.h
8 * Copyright (C) 2001 - 2005 Tensilica Inc.
24 * low level task data that entry.S needs immediate access to
25 * - this struct should fit entirely inside of one cache line
26 * - this struct shares the supervisor stack pages
27 * - if the contents of this structure are changed, the assembly constants
51 unsigned long status; /* thread-synchronous flags */
73 * macros/functions for gaining access to the thread information structure
99 #define GET_THREAD_INFO(reg,sp) \ argument
100 extui reg, sp, 0, CURRENT_SHIFT; \
101 xor reg, sp, reg
107 * - these are process state flags that various assembly files may need to access
119 #define TIF_SECCOMP 10 /* secure computing */
134 #define THREAD_SIZE_ORDER (KERNEL_STACK_SHIFT - PAGE_SHIFT)