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