Home
last modified time | relevance | path

Searched refs:livepatch_payload_t (Results 1 – 9 of 9) sorted by relevance

/xen/xen/test/livepatch/
A Dxen_action_hooks_noapply.c20 static int pre_apply_hook(livepatch_payload_t *payload) in pre_apply_hook()
39 static int apply_hook(livepatch_payload_t *payload) in apply_hook()
58 static void post_apply_hook(livepatch_payload_t *payload) in post_apply_hook()
76 static int pre_revert_hook(livepatch_payload_t *payload) in pre_revert_hook()
95 static void post_revert_hook(livepatch_payload_t *payload) in post_revert_hook()
A Dxen_action_hooks_norevert.c20 static int pre_apply_hook(livepatch_payload_t *payload) in pre_apply_hook()
39 static void post_apply_hook(livepatch_payload_t *payload) in post_apply_hook()
56 static int pre_revert_hook(livepatch_payload_t *payload) in pre_revert_hook()
75 static int revert_hook(livepatch_payload_t *payload) in revert_hook()
94 static void post_revert_hook(livepatch_payload_t *payload) in post_revert_hook()
A Dxen_action_hooks_marker.c18 static int pre_apply_hook(livepatch_payload_t *payload) in pre_apply_hook()
37 static void post_apply_hook(livepatch_payload_t *payload) in post_apply_hook()
54 static int pre_revert_hook(livepatch_payload_t *payload) in pre_revert_hook()
73 static void post_revert_hook(livepatch_payload_t *payload) in post_revert_hook()
A Dxen_prepost_hooks.c25 static int pre_apply_hook(livepatch_payload_t *payload) in pre_apply_hook()
44 static void post_apply_hook(livepatch_payload_t *payload) in post_apply_hook()
61 static int pre_revert_hook(livepatch_payload_t *payload) in pre_revert_hook()
81 static void post_revert_hook(livepatch_payload_t *payload) in post_revert_hook()
A Dxen_prepost_hooks_fail.c19 static int pre_apply_hook(livepatch_payload_t *payload) in pre_apply_hook()
37 static int unreachable_pre_hook(livepatch_payload_t *payload) in unreachable_pre_hook()
46 static void unreachable_post_hook(livepatch_payload_t *payload) in unreachable_post_hook()
A Dxen_action_hooks_nofunc.c18 static int apply_hook(livepatch_payload_t *payload) in apply_hook()
37 static int revert_hook(livepatch_payload_t *payload) in revert_hook()
56 static void post_revert_hook(livepatch_payload_t *payload) in post_revert_hook()
A Dxen_action_hooks.c21 static int apply_hook(livepatch_payload_t *payload) in apply_hook()
42 static int revert_hook(livepatch_payload_t *payload) in revert_hook()
63 static void post_revert_hook(livepatch_payload_t *payload) in post_revert_hook()
/xen/xen/include/xen/
A Dlivepatch_payload.h15 typedef struct payload livepatch_payload_t; typedef
24 typedef int livepatch_precall_t(livepatch_payload_t *arg);
25 typedef int livepatch_actioncall_t(livepatch_payload_t *arg);
26 typedef void livepatch_postcall_t(livepatch_payload_t *arg);
/xen/docs/misc/
A Dlivepatch.pandoc475 typedef int livepatch_precall_t(livepatch_payload_t *arg);
492 typedef void livepatch_postcall_t(livepatch_payload_t *arg);
507 typedef int livepatch_precall_t(livepatch_payload_t *arg);
523 typedef void livepatch_postcall_t(livepatch_payload_t *arg);
537 typedef int livepatch_actioncall_t(livepatch_payload_t *arg);

Completed in 16 milliseconds