Searched refs:OPCODE2 (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/gpu/drm/nouveau/include/nvif/
H A Dpush206e.h9 PUSH_DATA__((p), NVDEF(NV206E, DMA, OPCODE2, CALL) | \
/linux-master/arch/parisc/kernel/
H A Dunaligned.c31 #define OPCODE2(a,b) ((a)<<26|(b)<<1) macro
35 #define OPCODE2_MASK OPCODE2(0x3f,1)
77 #define OPCODE_LDD_L OPCODE2(0x14,0)
78 #define OPCODE_FLDD_L OPCODE2(0x14,1)
79 #define OPCODE_STD_L OPCODE2(0x1c,0)
80 #define OPCODE_FSTD_L OPCODE2(0x1c,1)
/linux-master/arch/x86/kernel/
H A Duprobes.c42 #define OPCODE2(insn) ((insn)->opcode.bytes[1]) macro
303 if (test_bit(OPCODE2(insn), (unsigned long *)good_2byte_insns))
737 * If it is a "near" conditional jmp, OPCODE2() - 0x10 matches
740 opc1 = OPCODE2(insn) - 0x10;

Completed in 95 milliseconds