Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/
H A Djump_label.c490 if (jump_label_type(iter) == JUMP_LABEL_NOP) in jump_label_init()
491 arch_jump_label_transform_static(iter, JUMP_LABEL_NOP); in jump_label_init()
618 if (jump_label_init_type(iter) == JUMP_LABEL_NOP) in jump_label_apply_nops()
619 arch_jump_label_transform_static(iter, JUMP_LABEL_NOP); in jump_label_apply_nops()
/OK3568_Linux_fs/kernel/arch/arc/kernel/
H A Djump_label.c109 BUG_ON(type != JUMP_LABEL_NOP); in arch_jump_label_transform_static()
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Djump_label.c55 if (type == JUMP_LABEL_NOP) in __jump_label_set_jump_code()
/OK3568_Linux_fs/kernel/include/linux/
H A Djump_label.h185 JUMP_LABEL_NOP = 0, enumerator