Searched refs:jump_label_type (Results 1 - 16 of 16) sorted by relevance

/linux-master/arch/csky/include/asm/
H A Djump_label.h46 enum jump_label_type;
48 enum jump_label_type type);
/linux-master/arch/arm/kernel/
H A Djump_label.c8 enum jump_label_type type,
26 enum jump_label_type type)
/linux-master/arch/powerpc/kernel/
H A Djump_label.c12 enum jump_label_type type)
/linux-master/arch/loongarch/kernel/
H A Djump_label.c11 void arch_jump_label_transform(struct jump_entry *entry, enum jump_label_type type)
/linux-master/arch/csky/kernel/
H A Djump_label.c15 enum jump_label_type type)
44 enum jump_label_type type)
/linux-master/arch/arm64/kernel/
H A Djump_label.c14 enum jump_label_type type)
/linux-master/arch/s390/kernel/
H A Djump_label.c48 enum jump_label_type type)
66 enum jump_label_type type)
73 enum jump_label_type type)
/linux-master/arch/x86/kernel/
H A Djump_label.c36 __jump_label_patch(struct jump_entry *entry, enum jump_label_type type)
84 enum jump_label_type type,
109 enum jump_label_type type,
118 enum jump_label_type type)
124 enum jump_label_type type)
/linux-master/arch/parisc/kernel/
H A Djump_label.c22 enum jump_label_type type)
/linux-master/arch/sparc/kernel/
H A Djump_label.c13 enum jump_label_type type)
/linux-master/arch/riscv/kernel/
H A Djump_label.c18 enum jump_label_type type)
/linux-master/kernel/
H A Djump_label.c365 enum jump_label_type type)
417 static enum jump_label_type jump_label_type(struct jump_entry *entry) function
461 arch_jump_label_transform(entry, jump_label_type(entry));
475 if (!arch_jump_label_transform_queue(entry, jump_label_type(entry))) {
480 BUG_ON(!arch_jump_label_transform_queue(entry, jump_label_type(entry)));
515 if (jump_label_type(iter) == JUMP_LABEL_NOP)
535 enum jump_label_type jump_label_init_type(struct jump_entry *entry)
678 if (jump_label_type(iter) != jump_label_init_type(iter))
/linux-master/arch/xtensa/kernel/
H A Djump_label.c75 enum jump_label_type type)
/linux-master/arch/mips/kernel/
H A Djump_label.c39 enum jump_label_type type)
/linux-master/include/linux/
H A Djump_label.h191 enum jump_label_type { enum
222 enum jump_label_type type);
224 enum jump_label_type type);
237 extern enum jump_label_type jump_label_init_type(struct jump_entry *entry);
479 * See jump_label_type() / jump_label_init_type().
/linux-master/arch/arc/kernel/
H A Djump_label.c83 enum jump_label_type type)

Completed in 249 milliseconds