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