Lines Matching full:system
3 * system_state.c - State of the system modified by livepatches
19 * klp_get_state() - get information about system state modified by
21 * @patch: livepatch that modifies the given system state
22 * @id: custom identifier of the modified system state
24 * Checks whether the given patch modifies the given system state.
45 * klp_get_prev_state() - get information about system state modified by
47 * @id: custom identifier of the modified system state
50 * system state.
52 * The same system state can be modified by more non-cumulative
86 /* Check if the patch is able to deal with the existing system state. */
102 * Check that the new livepatch will not break the existing system states.