Home
last modified time | relevance | path

Searched refs:xop (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/target/
A Dtarget_core_xcopy.c162 if (cscd_index != xop->stdi && cscd_index != xop->dtdi) { in target_xcopy_parse_tiddesc_e4()
273 "stdi: %hu dtdi: %hu\n", xop->stdi, xop->dtdi); in target_xcopy_parse_target_descriptors()
289 xop->src_dev, &xop->src_tid_wwn[0]); in target_xcopy_parse_target_descriptors()
291 xop->dst_dev, &xop->dst_tid_wwn[0]); in target_xcopy_parse_target_descriptors()
323 desc_len, xop->stdi, xop->dtdi, dc); in target_xcopy_parse_segdesc_02()
329 xop->nolb, (unsigned long long)xop->src_lba, in target_xcopy_parse_segdesc_02()
605 " memory\n", xop->xop_data_sg, xop->xop_data_nents); in target_xcopy_read_source()
755 kfree(xop); in target_xcopy_do_work()
777 kfree(xop); in target_xcopy_do_work()
902 if (!xop) in target_do_xcopy()
[all …]
/linux/arch/powerpc/xmon/
A Dppc-opc.c2417 #define CTX(op, xop) (OP (op) | (((unsigned long)(xop)) & 0x7)) argument
2428 #define DQX(op, xop) (OP (op) | ((xop) & 0x7)) argument
2432 #define DSO(op, xop) (OP (op) | ((xop) & 0x3)) argument
2522 #define VX(op, xop) (OP (op) | (((unsigned long)(xop)) & 0x7ff)) argument
2579 #define XVA(op, xop, vaop) (X(op,xop) | (((vaop) & 0x1f) << 16)) argument
2582 #define EX(op, xop) (OP (op) | (((unsigned long)(xop)) & 0x7ff)) argument
2606 #define XRC(op, xop, rc) (X ((op), (xop)) | ((rc) & 1)) argument
2615 #define ZRC(op, xop, rc) (Z ((op), (xop)) | ((rc) & 1)) argument
2733 #define XRT(op, xop, rt) (X ((op), (xop)) \ argument
2737 #define XRTRA(op, xop, rt, ra) (X ((op), (xop)) \ argument
[all …]
/linux/tools/arch/x86/kcpuid/
A Dcpuid.csv654 0x80000001, 0, ecx, 11, xop , XOP: extended operation (AVX inst…

Completed in 30 milliseconds