Home
last modified time | relevance | path

Searched defs:OPCODE_BRAF (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/sh/kernel/
H A Dkprobes.c27 #define OPCODE_BRAF(x) (((x) & 0xF0FF) == 0x0023) macro
H A Dkgdb.c29 #define OPCODE_BRAF(op) (((op) & 0xf0ff) == 0x0023) macro