Home
last modified time | relevance | path

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

/linux-4.4.14/arch/s390/kernel/
Dkprobes.c65 s64 disp, new_disp; in copy_instruction() local
92 new_disp = ((addr + (disp * 2)) - new_addr) / 2; in copy_instruction()
93 *(s32 *)&p->ainsn.insn[1] = new_disp; in copy_instruction()