Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/
Djump_label.c215 if (jump_label_type(iter) == JUMP_LABEL_NOP) in jump_label_init()
216 arch_jump_label_transform_static(iter, JUMP_LABEL_NOP); in jump_label_init()
300 if (jump_label_init_type(iter) == JUMP_LABEL_NOP) in jump_label_apply_nops()
301 arch_jump_label_transform_static(iter, JUMP_LABEL_NOP); in jump_label_apply_nops()
/linux-4.4.14/include/linux/
Djump_label.h112 JUMP_LABEL_NOP = 0, enumerator