Lines Matching full:supervisor
52 /* All currently supported supervisor features */
57 * A supervisor state component may not always contain valuable information,
58 * and its size may be huge. Saving/restoring such supervisor state components
60 * be avoided. Such supervisor state components should only be saved/restored
61 * on demand. The on-demand supervisor features are set in this mask.
63 * Unlike the existing supported supervisor features, an independent supervisor
65 * supervisor state component cannot be saved/restored at each context switch.
67 * To support an independent supervisor feature, a developer should follow the
69 * - Do dynamically allocate a buffer for the supervisor state component.
72 * - Don't set the bit corresponding to the independent supervisor feature in
78 * Unsupported supervisor features. When a supervisor feature in this mask is
79 * supported in the future, move it to the supported supervisor feature mask.
84 /* All supervisor states including supported and unsupported states. */