Home
last modified time | relevance | path

Searched defs:xop (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/target/
H A Dtarget_core_xcopy.c116 static int target_xcopy_parse_tiddesc_e4(struct se_cmd *se_cmd, struct xcopy_op *xop, in target_xcopy_parse_tiddesc_e4()
203 struct xcopy_op *xop, unsigned char *p, in target_xcopy_parse_target_descriptors()
299 static int target_xcopy_parse_segdesc_02(struct xcopy_op *xop, unsigned char *p) in target_xcopy_parse_segdesc_02()
335 static int target_xcopy_parse_segment_descriptors(struct xcopy_op *xop, in target_xcopy_parse_segment_descriptors()
406 static void xcopy_pt_undepend_remotedev(struct xcopy_op *xop) in xcopy_pt_undepend_remotedev()
513 struct xcopy_op *xop, in target_xcopy_setup_pt_cmd()
572 struct xcopy_op *xop, in target_xcopy_read_source()
617 struct xcopy_op *xop, in target_xcopy_write_destination()
659 struct xcopy_op *xop = container_of(work, struct xcopy_op, xop_work); in target_xcopy_do_work() local
787 static sense_reason_t target_parse_xcopy_cmd(struct xcopy_op *xop) in target_parse_xcopy_cmd()
[all …]
/linux/arch/powerpc/xmon/
H A Dppc-opc.c2325 #define A(op, xop, rc) (OP (op) | ((((unsigned long)(xop)) & 0x1f) << 1) | (((unsigned long)(rc)) &… argument
2416 #define CTX(op, xop) (OP (op) | (((unsigned long)(xop)) & 0x7)) argument
2420 #define UCTX(op, xop) (OP (op) | (((unsigned long)(xop)) & 0x1f)) argument
2427 #define DQX(op, xop) (OP (op) | ((xop) & 0x7)) argument
2431 #define DSO(op, xop) (OP (op) | ((xop) & 0x3)) argument
2435 #define DX(op, xop) (OP (op) | ((((unsigned long)(xop)) & 0x1f) << 1)) argument
2439 #define EVSEL(op, xop) (OP (op) | (((unsigned long)(xop)) & 0xff) << 3) argument
2443 #define IA16(op, xop) (OP (op) | (((unsigned long)(xop)) & 0x1f) << 11) argument
2447 #define I16A(op, xop) (OP (op) | (((unsigned long)(xop)) & 0x1f) << 11) argument
2451 #define I16L(op, xop) (OP (op) | (((unsigned long)(xop)) & 0x1f) << 11) argument
[all …]
/linux/arch/x86/include/asm/
H A Dinsn.h142 #define X86_XOP_R(xop) ((xop) & 0x80) /* XOP Byte2 */ argument
143 #define X86_XOP_X(xop) ((xop) & 0x40) /* XOP Byte2 */ argument
144 #define X86_XOP_B(xop) ((xop) & 0x20) /* XOP Byte2 */ argument
145 #define X86_XOP_M(xop) ((xop) & 0x1f) /* XOP Byte2 */ argument
146 #define X86_XOP_W(xop) ((xop) & 0x80) /* XOP Byte3 */ argument
147 #define X86_XOP_V(xop) ((xop) & 0x78) /* XOP Byte3 */ argument
148 #define X86_XOP_L(xop) ((xop) & 0x04) /* XOP Byte3 */ argument
149 #define X86_XOP_P(xop) ((xop) & 0x03) /* XOP Byte3 */ argument
/linux/tools/arch/x86/include/asm/
H A Dinsn.h142 #define X86_XOP_R(xop) ((xop) & 0x80) /* XOP Byte2 */ argument
143 #define X86_XOP_X(xop) ((xop) & 0x40) /* XOP Byte2 */ argument
144 #define X86_XOP_B(xop) ((xop) & 0x20) /* XOP Byte2 */ argument
145 #define X86_XOP_M(xop) ((xop) & 0x1f) /* XOP Byte2 */ argument
146 #define X86_XOP_W(xop) ((xop) & 0x80) /* XOP Byte3 */ argument
147 #define X86_XOP_V(xop) ((xop) & 0x78) /* XOP Byte3 */ argument
148 #define X86_XOP_L(xop) ((xop) & 0x04) /* XOP Byte3 */ argument
149 #define X86_XOP_P(xop) ((xop) & 0x03) /* XOP Byte3 */ argument