Home
last modified time | relevance | path

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

/linux-4.4.14/arch/sh/kernel/
Dkgdb.c23 #define OPCODE_BTF_DISP(op) (((op) & 0x80) ? (((op) | 0xffffff80) << 1) : \ macro
56 addr = linux_regs->pc + 4 + OPCODE_BTF_DISP(op); in get_step_address()
64 addr = linux_regs->pc + 4 + OPCODE_BTF_DISP(op); in get_step_address()
72 addr = linux_regs->pc + 4 + OPCODE_BTF_DISP(op); in get_step_address()
80 addr = linux_regs->pc + 4 + OPCODE_BTF_DISP(op); in get_step_address()