Home
last modified time | relevance | path

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

/Linux-v6.1/arch/mips/kernel/
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()
/Linux-v6.1/arch/x86/kernel/
Djump_label.c76 if (type == JUMP_LABEL_NOP) in __jump_label_patch()
/Linux-v6.1/kernel/
Djump_label.c487 if (jump_label_type(iter) == JUMP_LABEL_NOP) in jump_label_init()
488 arch_jump_label_transform_static(iter, JUMP_LABEL_NOP); in jump_label_init()
/Linux-v6.1/include/linux/
Djump_label.h192 JUMP_LABEL_NOP = 0, enumerator