Searched defs:jump_entry (Results 1 – 6 of 6) sorted by relevance
58 struct jump_entry { struct59 jump_label_t code;60 jump_label_t target;61 jump_label_t key;
42 struct jump_entry { struct43 jump_label_t code;44 jump_label_t target;45 jump_label_t key;
65 struct jump_entry { struct66 jump_label_t code;67 jump_label_t target;68 jump_label_t key;
45 struct jump_entry { struct46 jump_label_t code;47 jump_label_t target;48 jump_label_t key;
70 struct jump_entry { struct71 jump_label_t code;72 jump_label_t target;73 jump_label_t key;
117 struct jump_entry { struct123 static inline unsigned long jump_entry_code(const struct jump_entry *entry) in jump_entry_code() argument