Searched refs:JUMP_LABEL_NOP_SIZE (Results 1 – 9 of 9) sorted by relevance
20 char code[JUMP_LABEL_NOP_SIZE];69 (entry->code + JUMP_LABEL_NOP_SIZE); in __jump_label_transform()83 (entry->code + JUMP_LABEL_NOP_SIZE); in __jump_label_transform()87 memcpy(&code, ideal_nops[NOP_ATOMIC5], JUMP_LABEL_NOP_SIZE); in __jump_label_transform()99 (*poker)((void *)entry->code, &code, JUMP_LABEL_NOP_SIZE); in __jump_label_transform()101 text_poke_bp((void *)entry->code, &code, JUMP_LABEL_NOP_SIZE, in __jump_label_transform()102 (void *)entry->code + JUMP_LABEL_NOP_SIZE); in __jump_label_transform()
8 #define JUMP_LABEL_NOP_SIZE 4 macro
26 #define JUMP_LABEL_NOP_SIZE AARCH64_INSN_SIZE macro
6 #define JUMP_LABEL_NOP_SIZE 6 macro
15 #define JUMP_LABEL_NOP_SIZE 4 macro
11 #define JUMP_LABEL_NOP_SIZE 5 macro
19 #define JUMP_LABEL_NOP_SIZE 4 macro
41 rc = probe_kernel_write((void *)entry->code, &insn, JUMP_LABEL_NOP_SIZE); in __jump_label_transform()