Lines Matching refs:fsys

14 "fsys-mode".  To recap, the normal states of execution are:
32 In contrast, fsys-mode has the following special properties:
41 - execution is interruptible and preemptible (an fsys-mode handler
46 in fsys-mode (they point to the user-level stacks, which may
49 In summary, fsys-mode is much more similar to running in user-mode
51 privilege level is at level 0, this means that fsys-mode requires some
55 * How to tell fsys-mode
57 Linux operates in fsys-mode when (a) the privilege level is 0 (most
72 TRUE if the CPU state pointed to by "regs" was executing in fsys-mode.
79 The file arch/ia64/kernel/fsys.S contains a table of fsyscall-handlers
85 example, fsys.S contains fsys_getpid(), which is a hand-tuned version
167 The delivery of (asynchronous) signals must be delayed until fsys-mode
170 checks whether the interrupted task was in fsys-mode and, if so, sets
171 PSR.lp and returns immediately. When fsys-mode is exited via the
184 PSR.be Cleared when entering fsys-mode. A srlz.d instruction is used
187 restored upon return from an fsys-mode handler. In other
192 PSR.mfl Unchanged. Note: fsys-mode handlers must not write-registers!
193 PSR.mfh Unchanged. Note: fsys-mode handlers must not write-registers!
194 PSR.ic Unchanged. Note: fsys-mode handlers can clear the bit, if needed.
195 PSR.i Unchanged. Note: fsys-mode handlers can clear the bit, if needed.
198 PSR.dfl Unchanged. Note: fsys-mode handlers must not write-registers!
199 PSR.dfh Unchanged. Note: fsys-mode handlers must not write-registers!
208 fsys-mode, the trap-handler modifies the saved machine state
214 the fsys-mode handler will return directly to user-level. This
217 left fsys-mode, so no special treatment is needed.
231 PSR.ed Unchanged. Note: This bit could only have an effect if an fsys-mode
235 PSR.bn Unchanged. Note: fsys-mode handlers may clear the bit, if needed.