Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/
Djump_label.c410 if (jump_label_type(iter) == JUMP_LABEL_NOP) in jump_label_init()
411 arch_jump_label_transform_static(iter, JUMP_LABEL_NOP); in jump_label_init()
541 if (jump_label_init_type(iter) == JUMP_LABEL_NOP) in jump_label_apply_nops()
542 arch_jump_label_transform_static(iter, JUMP_LABEL_NOP); in jump_label_apply_nops()
/Linux-v4.19/include/linux/
Djump_label.h127 JUMP_LABEL_NOP = 0, enumerator