Searched refs:orq (Results 1 – 16 of 16) sorted by relevance
/linux/arch/x86/crypto/ |
A D | camellia-x86_64-asm_64.S | 106 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; \
|
A D | twofish-x86_64-asm_64-3way.S | 128 orq x, ab; 141 orq y, ba;
|
A D | cast6-avx-x86_64-asm_64.S | 117 orq RFS1, RFS2; \ 120 orq RFS1, RFS3; \
|
A D | twofish-avx-x86_64-asm_64.S | 110 orq RGS1, RGS2; \ 113 orq RGS1, RGS3;
|
A D | cast5-avx-x86_64-asm_64.S | 117 orq RFS1, RFS2; \ 120 orq RFS1, RFS3; \
|
A D | des3_ede-asm_64.S | 83 orq RT0, val; \ 256 orq RT0, val; \
|
/linux/drivers/infiniband/sw/siw/ |
A D | siw.h | 440 struct siw_sqe *orq; /* outbound read queue element array */ member 644 return &qp->orq[qp->orq_get % qp->attrs.orq_size]; in orq_get_current() 649 return &qp->orq[qp->orq_put % qp->attrs.orq_size]; in orq_get_tail() 664 return qp->orq[qp->orq_get % qp->attrs.orq_size].flags == 0 ? 1 : 0; in siw_orq_empty()
|
A D | siw_qp.c | 212 qp->orq = vzalloc(orq_size * sizeof(struct siw_sqe)); in siw_qp_readq_init() 213 if (!qp->orq) { in siw_qp_readq_init() 1198 sqe = &qp->orq[qp->orq_get % qp->attrs.orq_size]; in siw_sq_flush() 1342 vfree(qp->orq); in siw_free_qp()
|
A D | siw_qp_tx.c | 1124 qp->orq[qp->orq_put % qp->attrs.orq_size].flags = 0; in siw_qp_sq_process()
|
/linux/arch/x86/entry/ |
A D | calling.h | 208 orq $(PTI_USER_PCID_MASK), \scratch_reg 212 orq $(PTI_USER_PGTABLE_MASK), \scratch_reg
|
A D | entry_64.S | 702 orq PER_CPU_VAR(espfix_stack), %rax
|
/linux/drivers/usb/class/ |
A D | cdc-wdm.c | 86 struct usb_ctrlrequest *orq; member 368 kfree(desc->orq); in cleanup() 432 req = desc->orq; in wdm_write() 879 struct usb_ctrlrequest *req = desc->orq; in wdm_wwan_port_tx() 1045 desc->orq = kmalloc(sizeof(struct usb_ctrlrequest), GFP_KERNEL); in wdm_create() 1046 if (!desc->orq) in wdm_create()
|
/linux/arch/x86/mm/ |
A D | mem_encrypt_boot.S | 102 orq $X86_CR4_PGE, %rdx
|
/linux/drivers/net/ethernet/qlogic/qed/ |
A D | qed_rdma.h | 134 void *orq; member
|
A D | qed_roce.c | 379 qp->orq = dma_alloc_coherent(&p_hwfn->cdev->pdev->dev, in qed_roce_sp_create_requester() 382 if (!qp->orq) { in qed_roce_sp_create_requester() 486 qp->orq, qp->orq_phys_addr); in qed_roce_sp_create_requester() 798 qp->orq, qp->orq_phys_addr); in qed_roce_sp_destroy_qp_requester()
|
/linux/arch/x86/boot/compressed/ |
A D | mem_encrypt.S | 213 orq %rdx, %rax
|
Completed in 46 milliseconds