Searched refs:orq (Results 1 – 15 of 15) sorted by relevance
/Linux-v5.4/arch/x86/crypto/ |
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; \
|
D | twofish-x86_64-asm_64-3way.S | 128 orq x, ab; 141 orq y, ba;
|
D | twofish-avx-x86_64-asm_64.S | 115 orq RGS1, RGS2; \ 118 orq RGS1, RGS3;
|
D | cast6-avx-x86_64-asm_64.S | 117 orq RFS1, RFS2; \ 120 orq RFS1, RFS3; \
|
D | cast5-avx-x86_64-asm_64.S | 117 orq RFS1, RFS2; \ 120 orq RFS1, RFS3; \
|
D | des3_ede-asm_64.S | 83 orq RT0, val; \ 256 orq RT0, val; \
|
/Linux-v5.4/arch/x86/entry/ |
D | calling.h | 233 orq $(PTI_USER_PCID_MASK), \scratch_reg 237 orq $(PTI_USER_PGTABLE_MASK), \scratch_reg
|
D | entry_64.S | 770 orq PER_CPU_VAR(espfix_stack), %rax
|
/Linux-v5.4/drivers/infiniband/sw/siw/ |
D | siw.h | 455 struct siw_sqe *orq; /* outbound read queue element array */ member 658 return &qp->orq[qp->orq_get % qp->attrs.orq_size]; in orq_get_current() 663 return &qp->orq[qp->orq_put % qp->attrs.orq_size]; in orq_get_tail() 678 return qp->orq[qp->orq_get % qp->attrs.orq_size].flags == 0 ? 1 : 0; in siw_orq_empty()
|
D | siw_qp.c | 214 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() 1331 vfree(qp->orq); in siw_free_qp()
|
D | siw_qp_tx.c | 1107 qp->orq[qp->orq_put % qp->attrs.orq_size].flags = 0; in siw_qp_sq_process()
|
/Linux-v5.4/arch/x86/mm/ |
D | mem_encrypt_boot.S | 102 orq $X86_CR4_PGE, %rdx
|
/Linux-v5.4/drivers/usb/class/ |
D | cdc-wdm.c | 80 struct usb_ctrlrequest *orq; member 340 kfree(desc->orq); in cleanup() 401 req = desc->orq; in wdm_write() 817 desc->orq = kmalloc(sizeof(struct usb_ctrlrequest), GFP_KERNEL); in wdm_create() 818 if (!desc->orq) in wdm_create()
|
/Linux-v5.4/drivers/net/ethernet/qlogic/qed/ |
D | qed_rdma.h | 152 void *orq; member
|
D | qed_roce.c | 402 qp->orq = dma_alloc_coherent(&p_hwfn->cdev->pdev->dev, in qed_roce_sp_create_requester() 405 if (!qp->orq) { in qed_roce_sp_create_requester() 507 qp->orq, qp->orq_phys_addr); in qed_roce_sp_create_requester() 825 qp->orq, qp->orq_phys_addr); in qed_roce_sp_destroy_qp_requester()
|