Home
last modified time | relevance | path

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

/linux-6.6.21/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-6.6.21/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-6.6.21/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-6.6.21/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-6.6.21/arch/mips/include/asm/
Djump_label.h70 struct jump_entry { struct
71 jump_label_t code;
72 jump_label_t target;
73 jump_label_t key;
/linux-6.6.21/include/linux/
Djump_label.h117 struct jump_entry { struct
123 static inline unsigned long jump_entry_code(const struct jump_entry *entry) in jump_entry_code() argument