Searched refs:livepatch_payload_t (Results 1 – 9 of 9) sorted by relevance
20 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()
20 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()
18 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()
25 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()
19 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()
18 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()
21 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()
15 typedef struct payload livepatch_payload_t; typedef24 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);
475 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