Home
last modified time | relevance | path

Searched refs:orq (Results 1 – 16 of 16) sorted by relevance

/Linux-v5.10/arch/x86/crypto/
Dcamellia-x86_64-asm_64.S106 orq r ## 0, RT1; \
111 orq l ## 0, RT2; \
288 orq r ## 0, RT1; \
298 orq r ## 1, RT0; \
303 orq l ## 0, RT1; \
313 orq l ## 1, RT0; \
Dtwofish-x86_64-asm_64-3way.S128 orq x, ab;
141 orq y, ba;
Dtwofish-avx-x86_64-asm_64.S115 orq RGS1, RGS2; \
118 orq RGS1, RGS3;
Dcast6-avx-x86_64-asm_64.S117 orq RFS1, RFS2; \
120 orq RFS1, RFS3; \
Dcast5-avx-x86_64-asm_64.S117 orq RFS1, RFS2; \
120 orq RFS1, RFS3; \
Ddes3_ede-asm_64.S83 orq RT0, val; \
256 orq RT0, val; \
/Linux-v5.10/drivers/infiniband/sw/siw/
Dsiw.h441 struct siw_sqe *orq; /* outbound read queue element array */ member
645 return &qp->orq[qp->orq_get % qp->attrs.orq_size]; in orq_get_current()
650 return &qp->orq[qp->orq_put % qp->attrs.orq_size]; in orq_get_tail()
665 return qp->orq[qp->orq_get % qp->attrs.orq_size].flags == 0 ? 1 : 0; in siw_orq_empty()
Dsiw_qp.c214 qp->orq = vzalloc(orq_size * sizeof(struct siw_sqe)); in siw_qp_readq_init()
215 if (!qp->orq) { in siw_qp_readq_init()
1185 sqe = &qp->orq[qp->orq_get % qp->attrs.orq_size]; in siw_sq_flush()
1329 vfree(qp->orq); in siw_free_qp()
Dsiw_qp_tx.c1114 qp->orq[qp->orq_put % qp->attrs.orq_size].flags = 0; in siw_qp_sq_process()
/Linux-v5.10/arch/x86/entry/
Dcalling.h235 orq $(PTI_USER_PCID_MASK), \scratch_reg
239 orq $(PTI_USER_PGTABLE_MASK), \scratch_reg
Dentry_64.S699 orq PER_CPU_VAR(espfix_stack), %rax
/Linux-v5.10/arch/x86/boot/compressed/
Dmem_encrypt.S97 orq %rdx, %rax
/Linux-v5.10/arch/x86/mm/
Dmem_encrypt_boot.S102 orq $X86_CR4_PGE, %rdx
/Linux-v5.10/drivers/usb/class/
Dcdc-wdm.c83 struct usb_ctrlrequest *orq; member
343 kfree(desc->orq); in cleanup()
407 req = desc->orq; in wdm_write()
855 desc->orq = kmalloc(sizeof(struct usb_ctrlrequest), GFP_KERNEL); in wdm_create()
856 if (!desc->orq) in wdm_create()
/Linux-v5.10/drivers/net/ethernet/qlogic/qed/
Dqed_rdma.h134 void *orq; member
Dqed_roce.c371 qp->orq = dma_alloc_coherent(&p_hwfn->cdev->pdev->dev, in qed_roce_sp_create_requester()
374 if (!qp->orq) { in qed_roce_sp_create_requester()
478 qp->orq, qp->orq_phys_addr); in qed_roce_sp_create_requester()
791 qp->orq, qp->orq_phys_addr); in qed_roce_sp_destroy_qp_requester()