Searched refs:UD (Results 1 – 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/shaders/clear_kernel/ |
D | hsw.asm | 39 add(1) g1.2<1>UD g1.2<0,1,0>UD 0x00000001UD { align1 1N }; /* Loop count to del… 40 cmp.z.f0.0(1) null<1>UD g1.3<0,1,0>UD 0x00000000UD { align1 1N }; 48 mov(8) g3<1>UD 0x00000000UD { align1 1Q }; 60 mov(8) g5<1>UD 0x00000000UD { align1 1Q }; 64 mov(8) g4<1>UD g0<8,8,1>UD { align1 1Q }; /* Initialize messag… 65 mov(1) g4<1>UD g3.3<0,1,0>UD { align1 1N }; /* Block offset */ 66 mov(1) g4.1<1>UD g3.2<0,1,0>UD { align1 1N }; /* Block offset */ 67 mov(1) g4.2<1>UD 0x00000003UD { align1 1N }; /* Block size (1 row… 68 and(1) g4.3<1>UD g4.3<0,1,0>UW 0xffffffffUD { align1 1N }; 71 sendc(8) g5<1>UD g4<8,8,1>F 0x02190001 [all …]
|
D | ivb.asm | 39 add(1) g1.2<1>UD g1.2<0,1,0>UD 0x00000001UD { align1 1N }; /* Loop count to del… 40 cmp.z.f0.0(1) null<1>UD g1.3<0,1,0>UD 0x00000000UD { align1 1N }; 48 mov(8) g3<1>UD 0x00000000UD { align1 1Q }; 60 mov(8) g5<1>UD 0x00000000UD { align1 1Q }; 64 mov(8) g4<1>UD g0<8,8,1>UD { align1 1Q }; /* Initialize messag… 65 mov(1) g4<1>UD g3.3<0,1,0>UD { align1 1N }; /* Block offset */ 66 mov(1) g4.1<1>UD g3.2<0,1,0>UD { align1 1N }; /* Block offset */ 67 mov(1) g4.2<1>UD 0x00000003UD { align1 1N }; /* Block size (1 row… 68 and(1) g4.3<1>UD g4.3<0,1,0>UW 0xffffffffUD { align1 1N }; 71 sendc(8) g5<1>UD g4<8,8,1>F 0x02190001 [all …]
|
/kernel/linux/linux-5.10/drivers/block/ |
D | ataflop.c | 306 #define UD unit[drive] macro 525 FDC_WRITE( FDCREG_TRACK, UD.track ); in fd_select_drive() 605 if (++drive > 1 || !UD.connected) in check_change() 619 if (stat != UD.wpstat) { in check_change() 621 UD.wpstat = stat; in check_change() 839 if (UD.track == -1) in do_fd_action() 841 else if (UD.track != ReqTrack << UDT->stretch) in do_fd_action() 1419 if (UD.wpstat) { in floppy_check_events() 1437 if (UD.flags & FTD_MSG) in floppy_revalidate() 1507 if (!UD.connected) { in ataflop_queue_rq() [all …]
|
/kernel/linux/linux-5.10/Documentation/infiniband/ |
D | ipoib.rst | 40 In datagram mode, the IB UD (Unreliable Datagram) transport is used 52 In connected mode, the interface's UD QP is still used for multicast 55 networking stack to use the smaller UD MTU for these neighbours.
|
/kernel/linux/linux-5.10/include/rdma/ |
D | ib_pack.h | 154 IB_OPCODE(UD, SEND_ONLY), 155 IB_OPCODE(UD, SEND_ONLY_WITH_IMMEDIATE)
|
/kernel/linux/linux-5.10/drivers/infiniband/ulp/ipoib/ |
D | Kconfig | 24 drops for multicast and UD mode traffic from this interface,
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/mthca/ |
D | mthca_qp.c | 285 enum { RC, UC, UD, RD, RDEE, MLX, NUM_TRANS }; enumerator 292 case UD: return MTHCA_QP_ST_UD; in to_mthca_st() 603 if (qp->transport == MLX || qp->transport == UD) in __mthca_modify_qp() 941 case UD: in mthca_max_data_size() 1011 case UD: in mthca_alloc_wqe_buf() 1303 case IB_QPT_UD: qp->transport = UD; break; in mthca_alloc_qp() 1730 case UD: in mthca_tavor_post_send() 2060 case UD: in mthca_arbel_post_send()
|
/kernel/linux/linux-5.10/arch/arm/boot/dts/ |
D | omap3-evm-common.dtsi | 106 &gpio1 3 GPIO_ACTIVE_HIGH>; /* gpio3, lcd UD */
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/ |
D | trace.c | 448 case OP(UD, SEND_ONLY): in parse_everbs_hdrs() 455 case OP(UD, SEND_ONLY_WITH_IMMEDIATE): in parse_everbs_hdrs()
|
/kernel/linux/linux-5.10/drivers/infiniband/core/ |
D | cma_trace.h | 146 ib_qp_type(UD) \
|
/kernel/linux/linux-5.10/Documentation/x86/x86_64/ |
D | fsgs.rst | 103 instructions will fault with a #UD exception.
|
/kernel/linux/linux-5.10/arch/x86/kvm/ |
D | trace.h | 299 EXS(DE), EXS(DB), EXS(BP), EXS(OF), EXS(BR), EXS(UD), EXS(NM), \
|