Searched defs:OPCODE3 (Results 1 – 2 of 2) sorted by relevance
/linux/arch/parisc/kernel/ | ||
H A D | unaligned.c | 33 #define OPCODE3(a,b) ((a)<<26|(b)<<2) macro |
/linux/arch/x86/kernel/ | ||
H A D | uprobes.c | 44 #define OPCODE3(insn) ((insn)->opcode.bytes[2]) macro |