Searched defs:jump_entry (Results 1 – 14 of 14) sorted by relevance
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;
59 struct jump_entry { struct60 jump_label_t code;61 jump_label_t target;62 jump_label_t key;
58 struct jump_entry { struct59 jump_label_t code;60 jump_label_t target;61 jump_label_t key;
53 struct jump_entry { struct54 jump_label_t code;55 jump_label_t target;56 jump_label_t key;
52 struct jump_entry { struct53 jump_label_t code;54 jump_label_t target;55 jump_label_t key;
56 struct jump_entry { struct57 jump_label_t code;58 jump_label_t target;59 jump_label_t key;
63 struct jump_entry { struct64 jump_label_t code;65 jump_label_t target;66 jump_label_t key;
68 struct jump_entry { struct69 jump_label_t code;70 jump_label_t target;71 jump_label_t key;
122 struct jump_entry { struct128 static inline unsigned long jump_entry_code(const struct jump_entry *entry) in jump_entry_code() argument