Searched refs:OPCODE_BF_S (Results 1 - 1 of 1) sorted by relevance
/linux-4.4.14/arch/sh/kernel/ | ||
H A D | kprobes.c | 34 #define OPCODE_BF_S(x) (((x) & 0xFF00) == 0x8f00) macro 186 } else if (OPCODE_BF_S(p->opcode) || OPCODE_BT_S(p->opcode)) { prepare_singlestep() |
Completed in 103 milliseconds