Home
last modified time | relevance | path

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

/linux/kernel/
A Djump_label.c491 if (jump_label_type(iter) == JUMP_LABEL_NOP) in jump_label_init()
492 arch_jump_label_transform_static(iter, JUMP_LABEL_NOP); in jump_label_init()
619 if (jump_label_init_type(iter) == JUMP_LABEL_NOP) in jump_label_apply_nops()
620 arch_jump_label_transform_static(iter, JUMP_LABEL_NOP); in jump_label_apply_nops()
/linux/arch/arc/kernel/
A Djump_label.c109 BUG_ON(type != JUMP_LABEL_NOP); in arch_jump_label_transform_static()
/linux/arch/x86/kernel/
A Djump_label.c76 if (type == JUMP_LABEL_NOP) in __jump_label_patch()
/linux/include/linux/
A Djump_label.h197 JUMP_LABEL_NOP = 0, enumerator

Completed in 7 milliseconds