Home
last modified time | relevance | path

Searched defs:jump_entry (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.10/arch/xtensa/include/asm/
Djump_label.h58 struct jump_entry { struct
59 jump_label_t code;
60 jump_label_t target;
61 jump_label_t key;
/Linux-v5.10/arch/arc/include/asm/
Djump_label.h65 struct jump_entry { struct
66 jump_label_t code;
67 jump_label_t target;
68 jump_label_t key;
/Linux-v5.10/arch/arm/include/asm/
Djump_label.h42 struct jump_entry { struct
43 jump_label_t code;
44 jump_label_t target;
45 jump_label_t key;
/Linux-v5.10/arch/sparc/include/asm/
Djump_label.h45 struct jump_entry { struct
46 jump_label_t code;
47 jump_label_t target;
48 jump_label_t key;
/Linux-v5.10/arch/powerpc/include/asm/
Djump_label.h52 struct jump_entry { struct
53 jump_label_t code;
54 jump_label_t target;
55 jump_label_t key;
/Linux-v5.10/arch/mips/include/asm/
Djump_label.h68 struct jump_entry { struct
69 jump_label_t code;
70 jump_label_t target;
71 jump_label_t key;
/Linux-v5.10/include/linux/
Djump_label.h122 struct jump_entry { struct
128 static inline unsigned long jump_entry_code(const struct jump_entry *entry) in jump_entry_code() argument