Home
last modified time | relevance | path

Searched refs:JUMP_LABEL_NOP (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.10/kernel/
Djump_label.c480 if (jump_label_type(iter) == JUMP_LABEL_NOP) in jump_label_init()
481 arch_jump_label_transform_static(iter, JUMP_LABEL_NOP); in jump_label_init()
608 if (jump_label_init_type(iter) == JUMP_LABEL_NOP) in jump_label_apply_nops()
609 arch_jump_label_transform_static(iter, JUMP_LABEL_NOP); in jump_label_apply_nops()
/Linux-v5.10/arch/arc/kernel/
Djump_label.c109 BUG_ON(type != JUMP_LABEL_NOP); in arch_jump_label_transform_static()
/Linux-v5.10/arch/x86/kernel/
Djump_label.c55 if (type == JUMP_LABEL_NOP) in __jump_label_set_jump_code()
/Linux-v5.10/include/linux/
Djump_label.h185 JUMP_LABEL_NOP = 0, enumerator