Home
last modified time | relevance | path

Searched refs:jump_entry (Results 1 – 25 of 79) sorted by relevance

1234

/dports/multimedia/v4l_compat/linux-5.13-rc2/kernel/
H A Djump_label.c66 struct jump_entry *jea = a; in jump_label_swap()
67 struct jump_entry *jeb = b; in jump_label_swap()
68 struct jump_entry tmp = *jea; in jump_label_swap()
80 jump_label_sort_entries(struct jump_entry *start, struct jump_entry *stop) in jump_label_sort_entries()
321 struct jump_entry *iter; in __jump_label_text_reserved()
466 struct jump_entry *iter; in jump_label_init()
576 struct jump_entry *stop; in __jump_label_mod_update()
608 struct jump_entry *iter; in jump_label_apply_nops()
625 struct jump_entry *iter; in jump_label_add_module()
686 struct jump_entry *iter; in jump_label_del_module()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/kernel/
H A Djump_label.c66 struct jump_entry *jea = a; in jump_label_swap()
67 struct jump_entry *jeb = b; in jump_label_swap()
68 struct jump_entry tmp = *jea; in jump_label_swap()
80 jump_label_sort_entries(struct jump_entry *start, struct jump_entry *stop) in jump_label_sort_entries()
321 struct jump_entry *iter; in __jump_label_text_reserved()
466 struct jump_entry *iter; in jump_label_init()
576 struct jump_entry *stop; in __jump_label_mod_update()
608 struct jump_entry *iter; in jump_label_apply_nops()
625 struct jump_entry *iter; in jump_label_add_module()
686 struct jump_entry *iter; in jump_label_del_module()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/kernel/
H A Djump_label.c66 struct jump_entry *jea = a; in jump_label_swap()
67 struct jump_entry *jeb = b; in jump_label_swap()
68 struct jump_entry tmp = *jea; in jump_label_swap()
80 jump_label_sort_entries(struct jump_entry *start, struct jump_entry *stop) in jump_label_sort_entries()
321 struct jump_entry *iter; in __jump_label_text_reserved()
466 struct jump_entry *iter; in jump_label_init()
576 struct jump_entry *stop; in __jump_label_mod_update()
608 struct jump_entry *iter; in jump_label_apply_nops()
625 struct jump_entry *iter; in jump_label_add_module()
686 struct jump_entry *iter; in jump_label_del_module()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/include/linux/
H A Djump_label.h104 struct jump_entry *entries;
122 struct jump_entry { struct
128 static inline unsigned long jump_entry_code(const struct jump_entry *entry) in jump_entry_code() argument
164 static inline bool jump_entry_is_branch(const struct jump_entry *entry) in jump_entry_is_branch()
169 static inline bool jump_entry_is_init(const struct jump_entry *entry) in jump_entry_is_init()
174 static inline void jump_entry_set_init(struct jump_entry *entry) in jump_entry_set_init()
208 extern struct jump_entry __start___jump_table[];
209 extern struct jump_entry __stop___jump_table[];
214 extern void arch_jump_label_transform(struct jump_entry *entry,
216 extern void arch_jump_label_transform_static(struct jump_entry *entry,
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/linux/
H A Djump_label.h104 struct jump_entry *entries;
122 struct jump_entry { struct
128 static inline unsigned long jump_entry_code(const struct jump_entry *entry) in jump_entry_code() argument
164 static inline bool jump_entry_is_branch(const struct jump_entry *entry) in jump_entry_is_branch()
169 static inline bool jump_entry_is_init(const struct jump_entry *entry) in jump_entry_is_init()
174 static inline void jump_entry_set_init(struct jump_entry *entry) in jump_entry_set_init()
208 extern struct jump_entry __start___jump_table[];
209 extern struct jump_entry __stop___jump_table[];
214 extern void arch_jump_label_transform(struct jump_entry *entry,
216 extern void arch_jump_label_transform_static(struct jump_entry *entry,
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/linux/
H A Djump_label.h104 struct jump_entry *entries;
122 struct jump_entry { struct
128 static inline unsigned long jump_entry_code(const struct jump_entry *entry) in jump_entry_code() argument
164 static inline bool jump_entry_is_branch(const struct jump_entry *entry) in jump_entry_is_branch()
169 static inline bool jump_entry_is_init(const struct jump_entry *entry) in jump_entry_is_init()
174 static inline void jump_entry_set_init(struct jump_entry *entry) in jump_entry_set_init()
208 extern struct jump_entry __start___jump_table[];
209 extern struct jump_entry __stop___jump_table[];
214 extern void arch_jump_label_transform(struct jump_entry *entry,
216 extern void arch_jump_label_transform_static(struct jump_entry *entry,
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/s390/kernel/
H A Djump_label.c18 static void jump_label_make_nop(struct jump_entry *entry, struct insn *insn) in jump_label_make_nop()
25 static void jump_label_make_branch(struct jump_entry *entry, struct insn *insn) in jump_label_make_branch()
32 static void jump_label_bug(struct jump_entry *entry, struct insn *expected, in jump_label_bug()
51 static void __jump_label_transform(struct jump_entry *entry, in __jump_label_transform()
79 void arch_jump_label_transform(struct jump_entry *entry, in arch_jump_label_transform()
86 void arch_jump_label_transform_static(struct jump_entry *entry, in arch_jump_label_transform_static()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/s390/kernel/
H A Djump_label.c18 static void jump_label_make_nop(struct jump_entry *entry, struct insn *insn) in jump_label_make_nop()
25 static void jump_label_make_branch(struct jump_entry *entry, struct insn *insn) in jump_label_make_branch()
32 static void jump_label_bug(struct jump_entry *entry, struct insn *expected, in jump_label_bug()
51 static void __jump_label_transform(struct jump_entry *entry, in __jump_label_transform()
79 void arch_jump_label_transform(struct jump_entry *entry, in arch_jump_label_transform()
86 void arch_jump_label_transform_static(struct jump_entry *entry, in arch_jump_label_transform_static()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/s390/kernel/
H A Djump_label.c18 static void jump_label_make_nop(struct jump_entry *entry, struct insn *insn) in jump_label_make_nop()
25 static void jump_label_make_branch(struct jump_entry *entry, struct insn *insn) in jump_label_make_branch()
32 static void jump_label_bug(struct jump_entry *entry, struct insn *expected, in jump_label_bug()
51 static void __jump_label_transform(struct jump_entry *entry, in __jump_label_transform()
79 void arch_jump_label_transform(struct jump_entry *entry, in arch_jump_label_transform()
86 void arch_jump_label_transform_static(struct jump_entry *entry, in arch_jump_label_transform_static()
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/x86/kernel/
H A Djump_label.c31 __jump_label_set_jump_code(struct jump_entry *entry, enum jump_label_type type) in __jump_label_set_jump_code()
57 static inline void __jump_label_transform(struct jump_entry *entry, in __jump_label_transform()
83 static void __ref jump_label_transform(struct jump_entry *entry, in jump_label_transform()
92 void arch_jump_label_transform(struct jump_entry *entry, in arch_jump_label_transform()
98 bool arch_jump_label_transform_queue(struct jump_entry *entry, in arch_jump_label_transform_queue()
132 __init_or_module void arch_jump_label_transform_static(struct jump_entry *entry, in arch_jump_label_transform_static()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/x86/kernel/
H A Djump_label.c31 __jump_label_set_jump_code(struct jump_entry *entry, enum jump_label_type type) in __jump_label_set_jump_code()
57 static inline void __jump_label_transform(struct jump_entry *entry, in __jump_label_transform()
83 static void __ref jump_label_transform(struct jump_entry *entry, in jump_label_transform()
92 void arch_jump_label_transform(struct jump_entry *entry, in arch_jump_label_transform()
98 bool arch_jump_label_transform_queue(struct jump_entry *entry, in arch_jump_label_transform_queue()
132 __init_or_module void arch_jump_label_transform_static(struct jump_entry *entry, in arch_jump_label_transform_static()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/x86/kernel/
H A Djump_label.c31 __jump_label_set_jump_code(struct jump_entry *entry, enum jump_label_type type) in __jump_label_set_jump_code()
57 static inline void __jump_label_transform(struct jump_entry *entry, in __jump_label_transform()
83 static void __ref jump_label_transform(struct jump_entry *entry, in jump_label_transform()
92 void arch_jump_label_transform(struct jump_entry *entry, in arch_jump_label_transform()
98 bool arch_jump_label_transform_queue(struct jump_entry *entry, in arch_jump_label_transform_queue()
132 __init_or_module void arch_jump_label_transform_static(struct jump_entry *entry, in arch_jump_label_transform_static()
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/arm/kernel/
H A Djump_label.c7 static void __arch_jump_label_transform(struct jump_entry *entry, in __arch_jump_label_transform()
25 void arch_jump_label_transform(struct jump_entry *entry, in arch_jump_label_transform()
31 void arch_jump_label_transform_static(struct jump_entry *entry, in arch_jump_label_transform_static()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/arm/kernel/
H A Djump_label.c7 static void __arch_jump_label_transform(struct jump_entry *entry, in __arch_jump_label_transform()
25 void arch_jump_label_transform(struct jump_entry *entry, in arch_jump_label_transform()
31 void arch_jump_label_transform_static(struct jump_entry *entry, in arch_jump_label_transform_static()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/arm/kernel/
H A Djump_label.c7 static void __arch_jump_label_transform(struct jump_entry *entry, in __arch_jump_label_transform()
25 void arch_jump_label_transform(struct jump_entry *entry, in arch_jump_label_transform()
31 void arch_jump_label_transform_static(struct jump_entry *entry, in arch_jump_label_transform_static()
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/arm64/kernel/
H A Djump_label.c12 void arch_jump_label_transform(struct jump_entry *entry, in arch_jump_label_transform()
29 void arch_jump_label_transform_static(struct jump_entry *entry, in arch_jump_label_transform_static()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/arm64/kernel/
H A Djump_label.c12 void arch_jump_label_transform(struct jump_entry *entry, in arch_jump_label_transform()
29 void arch_jump_label_transform_static(struct jump_entry *entry, in arch_jump_label_transform_static()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/arm64/kernel/
H A Djump_label.c12 void arch_jump_label_transform(struct jump_entry *entry, in arch_jump_label_transform()
29 void arch_jump_label_transform_static(struct jump_entry *entry, in arch_jump_label_transform_static()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/parisc/kernel/
H A Djump_label.c21 void arch_jump_label_transform(struct jump_entry *entry, in arch_jump_label_transform()
46 void arch_jump_label_transform_static(struct jump_entry *entry, in arch_jump_label_transform_static()
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/parisc/kernel/
H A Djump_label.c21 void arch_jump_label_transform(struct jump_entry *entry, in arch_jump_label_transform()
46 void arch_jump_label_transform_static(struct jump_entry *entry, in arch_jump_label_transform_static()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/parisc/kernel/
H A Djump_label.c21 void arch_jump_label_transform(struct jump_entry *entry, in arch_jump_label_transform()
46 void arch_jump_label_transform_static(struct jump_entry *entry, in arch_jump_label_transform_static()
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/riscv/kernel/
H A Djump_label.c17 void arch_jump_label_transform(struct jump_entry *entry, in arch_jump_label_transform()
43 void arch_jump_label_transform_static(struct jump_entry *entry, in arch_jump_label_transform_static()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/riscv/kernel/
H A Djump_label.c17 void arch_jump_label_transform(struct jump_entry *entry, in arch_jump_label_transform()
43 void arch_jump_label_transform_static(struct jump_entry *entry, in arch_jump_label_transform_static()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/riscv/kernel/
H A Djump_label.c17 void arch_jump_label_transform(struct jump_entry *entry, in arch_jump_label_transform()
43 void arch_jump_label_transform_static(struct jump_entry *entry, in arch_jump_label_transform_static()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/arc/kernel/
H A Djump_label.c82 void arch_jump_label_transform(struct jump_entry *entry, in arch_jump_label_transform()
99 void arch_jump_label_transform_static(struct jump_entry *entry, in arch_jump_label_transform_static()

1234