Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/kernel/
Djump_label.c490 if (jump_label_type(iter) == JUMP_LABEL_NOP) in jump_label_init()
491 arch_jump_label_transform_static(iter, JUMP_LABEL_NOP); in jump_label_init()
618 if (jump_label_init_type(iter) == JUMP_LABEL_NOP) in jump_label_apply_nops()
619 arch_jump_label_transform_static(iter, JUMP_LABEL_NOP); in jump_label_apply_nops()
/kernel/linux/linux-5.10/arch/arc/kernel/
Djump_label.c109 BUG_ON(type != JUMP_LABEL_NOP); in arch_jump_label_transform_static()
/kernel/linux/linux-5.10/arch/x86/kernel/
Djump_label.c55 if (type == JUMP_LABEL_NOP) in __jump_label_set_jump_code()
/kernel/linux/linux-5.10/include/linux/
Djump_label.h185 JUMP_LABEL_NOP = 0, enumerator