Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/include/asm/
Dtext-patching.h29 void *detour; member
/Linux-v5.4/arch/x86/kernel/
Djump_label.c153 tp->detour = entry_code + JUMP_LABEL_NOP_SIZE; in arch_jump_label_transform_queue()
Dalternative.c1001 regs->ip = (unsigned long) tp->detour; in poke_int3_handler()
1104 .detour = handler, in text_poke_bp()
/Linux-v5.4/Documentation/
Dkprobes.txt212 Next, Kprobes prepares a "detour" buffer, which contains the following
224 After preparing the detour buffer, Kprobes verifies that none of the
239 the CPU's instruction pointer to the copied code in the detour buffer
254 the optimized region with a jump instruction to the detour buffer,