Lines Matching full:supervisor
37 /* All currently supported supervisor features */
41 * A supervisor state component may not always contain valuable information,
42 * and its size may be huge. Saving/restoring such supervisor state components
44 * be avoided. Such supervisor state components should only be saved/restored
45 * on demand. The on-demand dynamic supervisor features are set in this mask.
47 * Unlike the existing supported supervisor features, a dynamic supervisor
49 * supervisor state component cannot be saved/restored at each context switch.
51 * To support a dynamic supervisor feature, a developer should follow the
53 * - Do dynamically allocate a buffer for the supervisor state component.
56 * - Don't set the bit corresponding to the dynamic supervisor feature in
62 * Unsupported supervisor features. When a supervisor feature in this mask is
63 * supported in the future, move it to the supported supervisor feature mask.
67 /* All supervisor states including supported and unsupported states. */