Home
last modified time | relevance | path

Searched refs:klp_state (Results 1 – 5 of 5) sorted by relevance

/linux/kernel/livepatch/
A Dstate.c31 struct klp_state *klp_get_state(struct klp_patch *patch, unsigned long id) in klp_get_state()
33 struct klp_state *state; in klp_get_state()
64 struct klp_state *klp_get_prev_state(unsigned long id) in klp_get_prev_state()
67 struct klp_state *state, *last_state = NULL; in klp_get_prev_state()
88 struct klp_state *old_state) in klp_is_state_compatible()
90 struct klp_state *state; in klp_is_state_compatible()
109 struct klp_state *old_state; in klp_is_patch_compatible()
/linux/lib/livepatch/
A Dtest_klp_state.c36 struct klp_state *loglevel_state; in allocate_loglevel_state()
53 struct klp_state *loglevel_state; in fix_console_loglevel()
66 struct klp_state *loglevel_state; in restore_console_loglevel()
78 struct klp_state *loglevel_state; in free_loglevel_state()
134 static struct klp_state states[] = {
A Dtest_klp_state2.c36 struct klp_state *loglevel_state, *prev_loglevel_state; in allocate_loglevel_state()
60 struct klp_state *loglevel_state, *prev_loglevel_state; in fix_console_loglevel()
81 struct klp_state *loglevel_state, *prev_loglevel_state; in restore_console_loglevel()
100 struct klp_state *loglevel_state, *prev_loglevel_state; in free_loglevel_state()
163 static struct klp_state states[] = {
/linux/include/linux/
A Dlivepatch.h139 struct klp_state { struct
163 struct klp_state *states; argument
231 struct klp_state *klp_get_state(struct klp_patch *patch, unsigned long id);
232 struct klp_state *klp_get_prev_state(unsigned long id);
/linux/Documentation/livepatch/
A Dsystem-state.rst35 Each modified state is described by struct klp_state, see
42 struct klp_state:
57 - Get struct klp_state associated with the given livepatch
62 - Get struct klp_state associated with the given feature id and

Completed in 6 milliseconds