Searched refs:JUMP_LABEL_NOP_SIZE (Results 1 – 5 of 5) sorted by relevance
20 char code[JUMP_LABEL_NOP_SIZE];35 (entry->code + JUMP_LABEL_NOP_SIZE); in arch_jump_label_transform()37 memcpy(&code, ideal_nop5, JUMP_LABEL_NOP_SIZE); in arch_jump_label_transform()40 text_poke_smp((void *)entry->code, &code, JUMP_LABEL_NOP_SIZE); in arch_jump_label_transform()47 text_poke_early((void *)addr, ideal_nop5, JUMP_LABEL_NOP_SIZE); in arch_jump_label_text_poke_early()
8 #define JUMP_LABEL_NOP_SIZE 4 macro
9 #define JUMP_LABEL_NOP_SIZE 5 macro
15 #define JUMP_LABEL_NOP_SIZE 4 macro
194 entry->code + JUMP_LABEL_NOP_SIZE > (unsigned long)start) in addr_conflict()