Searched refs: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 36 #define OPCODE1_MASK OPCODE1(0x3f,1,0xf) 42 #define OPCODE_LDH_I OPCODE1(0x03,0,0x1) 43 #define OPCODE_LDW_I OPCODE1(0x03,0,0x2) 44 #define OPCODE_LDD_I OPCODE1(0x03,0,0x3) 45 #define OPCODE_LDDA_I OPCODE1(0x03,0,0x4) 46 #define OPCODE_LDCD_I OPCODE1(0x03,0,0x5) 47 #define OPCODE_LDWA_I OPCODE1(0x03,0,0x6) 48 #define OPCODE_LDCW_I OPCODE1(0x03,0,0x7) 50 #define OPCODE_LDH_S OPCODE1(0x03,1,0x1) [all …]
|
| /linux/arch/x86/kernel/ |
| H A D | uprobes.c | 44 #define OPCODE1(insn) ((insn)->opcode.bytes[0]) macro 301 if (test_bit(OPCODE1(insn), (unsigned long *)good_insns)) in uprobe_init_insn() 1404 u8 opc1 = OPCODE1(insn); in branch_setup_xol_ops() 1455 u8 opc1 = OPCODE1(insn), reg_offset = 0; in push_setup_xol_ops() 1565 switch (OPCODE1(&insn)) { in arch_uprobe_analyze_insn()
|