Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/kernel/
H A Djump_label.c105 if (jump_label_init_type(iter) == JUMP_LABEL_NOP) in jump_label_apply_nops()
106 arch_jump_label_transform(iter, JUMP_LABEL_NOP); in jump_label_apply_nops()
/openbmc/linux/arch/x86/kernel/
H A Djump_label.c76 if (type == JUMP_LABEL_NOP) in __jump_label_patch()
/openbmc/linux/kernel/
H A Djump_label.c515 if (jump_label_type(iter) == JUMP_LABEL_NOP) in jump_label_init()
516 arch_jump_label_transform_static(iter, JUMP_LABEL_NOP); in jump_label_init()
/openbmc/linux/include/linux/
H A Djump_label.h192 JUMP_LABEL_NOP = 0, enumerator