Searched refs:OPCODE_BF_S (Results 1 - 1 of 1) sorted by last modified time

/linux-master/arch/sh/kernel/
H A Dkprobes.c31 #define OPCODE_BF_S(x) (((x) & 0xFF00) == 0x8f00) macro
178 } else if (OPCODE_BF_S(p->opcode) || OPCODE_BT_S(p->opcode)) {

Completed in 201 milliseconds