/Linux-v5.10/Documentation/devicetree/bindings/remoteproc/ |
D | qcom,adsp.txt | 13 "qcom,msm8998-adsp-pas" 14 "qcom,msm8998-slpi-pas" 15 "qcom,qcs404-adsp-pas" 16 "qcom,qcs404-cdsp-pas" 17 "qcom,qcs404-wcss-pas" 18 "qcom,sc7180-mpss-pas" 19 "qcom,sdm845-adsp-pas" 20 "qcom,sdm845-cdsp-pas" 21 "qcom,sm8150-adsp-pas" 22 "qcom,sm8150-cdsp-pas" [all …]
|
/Linux-v5.10/mm/ |
D | highmem.c | 412 struct page_address_slot *pas; in page_address() local 417 pas = page_slot(page); in page_address() 419 spin_lock_irqsave(&pas->lock, flags); in page_address() 420 if (!list_empty(&pas->lh)) { in page_address() 423 list_for_each_entry(pam, &pas->lh, list) { in page_address() 431 spin_unlock_irqrestore(&pas->lock, flags); in page_address() 445 struct page_address_slot *pas; in set_page_address() local 450 pas = page_slot(page); in set_page_address() 456 spin_lock_irqsave(&pas->lock, flags); in set_page_address() 457 list_add_tail(&pam->list, &pas->lh); in set_page_address() [all …]
|
/Linux-v5.10/fs/nfsd/ |
D | nfs4acl.c | 189 summarize_posix_acl(struct posix_acl *acl, struct posix_acl_summary *pas) in summarize_posix_acl() argument 198 memset(pas, 0, sizeof(*pas)); in summarize_posix_acl() 199 pas->mask = 07; in summarize_posix_acl() 206 pas->owner = pa->e_perm; in summarize_posix_acl() 209 pas->group = pa->e_perm; in summarize_posix_acl() 212 pas->users |= pa->e_perm; in summarize_posix_acl() 215 pas->groups |= pa->e_perm; in summarize_posix_acl() 218 pas->other = pa->e_perm; in summarize_posix_acl() 221 pas->mask = pa->e_perm; in summarize_posix_acl() 226 pas->users &= pas->mask; in summarize_posix_acl() [all …]
|
/Linux-v5.10/drivers/infiniband/hw/mlx5/ |
D | srq.c | 99 in->pas = kvcalloc(ncont, sizeof(*in->pas), GFP_KERNEL); in create_srq_user() 100 if (!in->pas) { in create_srq_user() 105 mlx5_ib_populate_pas(dev, srq->umem, page_shift, in->pas, 0); in create_srq_user() 123 kvfree(in->pas); in create_srq_user() 165 in->pas = kvcalloc(srq->buf.npages, sizeof(*in->pas), GFP_KERNEL); in create_srq_kernel() 166 if (!in->pas) { in create_srq_kernel() 170 mlx5_fill_page_frag_array(&srq->buf, in->pas); in create_srq_kernel() 187 kvfree(in->pas); in create_srq_kernel() 302 kvfree(in.pas); in mlx5_ib_create_srq()
|
D | srq_cmd.c | 101 void *pas; in create_srq_cmd() local 114 pas = MLX5_ADDR_OF(create_srq_in, create_in, pas); in create_srq_cmd() 117 memcpy(pas, in->pas, pas_size); in create_srq_cmd() 192 void *pas; in create_xrc_srq_cmd() local 206 pas = MLX5_ADDR_OF(create_xrc_srq_in, create_in, pas); in create_xrc_srq_cmd() 210 memcpy(pas, in->pas, pas_size); in create_xrc_srq_cmd() 313 memcpy(MLX5_ADDR_OF(rmpc, rmpc, wq.pas), in->pas, pas_size); in create_rmp_cmd() 438 memcpy(MLX5_ADDR_OF(xrqc, xrqc, wq.pas), in->pas, pas_size); in create_xrq_cmd()
|
D | mem.c | 119 __be64 *pas, int access_flags) in __mlx5_ib_populate_pas() argument 155 pas[idx] = cpu_to_be64(cur); in __mlx5_ib_populate_pas() 157 i >> shift, be64_to_cpu(pas[idx])); in __mlx5_ib_populate_pas() 169 int page_shift, __be64 *pas, int access_flags) in mlx5_ib_populate_pas() argument 173 pas, access_flags); in mlx5_ib_populate_pas()
|
D | cq.c | 712 __be64 *pas; in create_cq_user() local 755 MLX5_FLD_SZ_BYTES(create_cq_in, pas[0]) * ncont; in create_cq_user() 762 pas = (__be64 *)MLX5_ADDR_OF(create_cq_in, *cqb, pas); in create_cq_user() 763 mlx5_ib_populate_pas(dev, cq->buf.umem, page_shift, pas, 0); in create_cq_user() 859 __be64 *pas; in create_cq_kernel() local 878 MLX5_FLD_SZ_BYTES(create_cq_in, pas[0]) * in create_cq_kernel() 886 pas = (__be64 *)MLX5_ADDR_OF(create_cq_in, *cqb, pas); in create_cq_kernel() 887 mlx5_fill_page_frag_array(&cq->buf.frag_buf, pas); in create_cq_kernel() 1252 __be64 *pas; in mlx5_ib_resize_cq() local 1297 MLX5_FLD_SZ_BYTES(modify_cq_in, pas[0]) * npas; in mlx5_ib_resize_cq() [all …]
|
D | srq.h | 30 __be64 *pas; member
|
D | qp.c | 905 __be64 *pas; in _create_user_qp() local 963 MLX5_FLD_SZ_BYTES(create_qp_in, pas[0]) * ncont; in _create_user_qp() 972 pas = (__be64 *)MLX5_ADDR_OF(create_qp_in, *in, pas); in _create_user_qp() 974 mlx5_ib_populate_pas(dev, ubuffer->umem, page_shift, pas, 0); in _create_user_qp() 1096 MLX5_FLD_SZ_BYTES(create_qp_in, pas[0]) * qp->buf.npages; in _create_kernel_qp() 1116 *in, pas)); in _create_kernel_qp() 1205 __be64 *pas; in create_raw_packet_qp_sq() local 1254 pas = (__be64 *)MLX5_ADDR_OF(wq, wq, pas); in create_raw_packet_qp_sq() 1255 mlx5_ib_populate_pas(dev, sq->ubuffer.umem, page_shift, pas, 0); in create_raw_packet_qp_sq() 1301 __be64 *pas; in create_raw_packet_qp_rq() local [all …]
|
D | mlx5_ib.h | 1239 __be64 *pas, int access_flags); 1241 int page_shift, __be64 *pas, int access_flags);
|
D | mr.c | 1172 __be64 *pas; in reg_create() local 1188 inlen += sizeof(*pas) * roundup(npages, 2); in reg_create() 1194 pas = (__be64 *)MLX5_ADDR_OF(create_mkey_in, in, klm_pas_mtt); in reg_create() 1200 mlx5_ib_populate_pas(dev, umem, page_shift, pas, in reg_create()
|
D | odp.c | 160 static void populate_mtt(__be64 *pas, size_t idx, size_t nentries, in populate_mtt() argument 172 pas[i] = cpu_to_be64(umem_dma_to_mtt(pa)); in populate_mtt()
|
/Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/ |
D | alloc.c | 289 void mlx5_fill_page_array(struct mlx5_frag_buf *buf, __be64 *pas) in mlx5_fill_page_array() argument 297 pas[i] = cpu_to_be64(addr); in mlx5_fill_page_array() 302 void mlx5_fill_page_frag_array_perm(struct mlx5_frag_buf *buf, __be64 *pas, u8 perm) in mlx5_fill_page_frag_array_perm() argument 308 pas[i] = cpu_to_be64(buf->frags[i].map | perm); in mlx5_fill_page_frag_array_perm() 312 void mlx5_fill_page_frag_array(struct mlx5_frag_buf *buf, __be64 *pas) in mlx5_fill_page_frag_array() argument 314 mlx5_fill_page_frag_array_perm(buf, pas, 0); in mlx5_fill_page_frag_array()
|
D | pagealloc.c | 338 inlen += npages * MLX5_FLD_SZ_BYTES(manage_pages_in, pas[0]); in give_pages() 357 MLX5_ARRAY_SET64(manage_pages_in, in, pas, i, addr); in give_pages() 387 free_4k(dev, MLX5_GET64(manage_pages_in, in, pas[i]), func_id); in give_pages() 432 MLX5_ARRAY_SET64(manage_pages_out, out, pas, index + pages_set, in fwp_fill_manage_pages_out() 489 outlen += npages * MLX5_FLD_SZ_BYTES(manage_pages_out, pas[0]); in reclaim_pages() 517 free_4k(dev, MLX5_GET64(manage_pages_out, out, pas[i]), func_id); in reclaim_pages() 626 MLX5_FLD_SZ_BYTES(manage_pages_out, pas[0]); in optimal_reclaimed_pages()
|
D | eq.c | 286 __be64 *pas; in create_map_eq() local 307 MLX5_FLD_SZ_BYTES(create_eq_in, pas[0]) * eq->buf.npages; in create_map_eq() 315 pas = (__be64 *)MLX5_ADDR_OF(create_eq_in, in, pas); in create_map_eq() 316 mlx5_fill_page_array(&eq->buf, pas); in create_map_eq()
|
/Linux-v5.10/drivers/vdpa/mlx5/net/ |
D | mlx5_vnet.c | 330 __be64 *pas; in qp_prepare() local 356 pas = (__be64 *)MLX5_ADDR_OF(create_qp_in, in, pas); in qp_prepare() 357 mlx5_fill_page_frag_array(&vqp->frag_buf, pas); in qp_prepare() 507 __be64 *pas; in cq_create() local 529 MLX5_FLD_SZ_BYTES(create_cq_in, pas[0]) * vcq->buf.frag_buf.npages; in cq_create() 537 pas = (__be64 *)MLX5_ADDR_OF(create_cq_in, in, pas); in cq_create() 538 mlx5_fill_page_frag_array(&vcq->buf.frag_buf, pas); in cq_create() 630 __be64 *pas; in create_umem() local 657 pas = (__be64 *)MLX5_ADDR_OF(umem, um, mtt[0]); in create_umem() 658 mlx5_fill_page_frag_array_perm(&umem->frag_buf, pas, MLX5_MTT_PERM_RW); in create_umem()
|
/Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/steering/ |
D | dr_send.c | 149 MLX5_FLD_SZ_BYTES(create_qp_in, pas[0]) * in dr_create_rc_qp() 177 in, pas)); in dr_create_rc_qp() 716 __be64 *pas; in dr_create_cq() local 761 pas = (__be64 *)MLX5_ADDR_OF(create_cq_in, in, pas); in dr_create_cq() 762 mlx5_fill_page_frag_array(&cq->wq_ctrl.buf, pas); in dr_create_cq()
|
/Linux-v5.10/drivers/vdpa/mlx5/core/ |
D | mr.c | 31 __be64 *pas; in fill_sg() local 34 pas = MLX5_ADDR_OF(create_mkey_in, in, klm_pas_mtt); in fill_sg() 36 (*pas) = cpu_to_be64(sg_dma_address(sg)); in fill_sg()
|
/Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/fpga/ |
D | conn.c | 422 __be64 *pas; in mlx5_fpga_conn_create_cq() local 463 pas = (__be64 *)MLX5_ADDR_OF(create_cq_in, in, pas); in mlx5_fpga_conn_create_cq() 464 mlx5_fill_page_frag_array(&conn->cq.wq_ctrl.buf, pas); in mlx5_fpga_conn_create_cq() 555 MLX5_FLD_SZ_BYTES(create_qp_in, pas[0]) * in mlx5_fpga_conn_create_qp() 583 (__be64 *)MLX5_ADDR_OF(create_qp_in, in, pas)); in mlx5_fpga_conn_create_qp()
|
/Linux-v5.10/tools/power/cpupower/po/ |
D | fr.po | 295 msgstr " pas de pilotes cpufreq reconnu pour ce CPU\n" 532 msgstr "analyse du CPU %d impossible puisqu'il ne semble pas être présent\n" 628 "- le régulateur choisi n'est pas disponible, ou bien n'est pas disponible " 631 "- la tactique n'est pas disponible ;\n" 633 " n'est pas disponible, par exemple parce que le matériel ne le supporte\n" 634 " pas, ou bien n'est tout simplement pas chargé.\n"
|
/Linux-v5.10/drivers/misc/vmw_vmci/ |
D | vmci_queue_pair.c | 132 dma_addr_t *pas; member 257 queue->kernel_if->u.g.pas[i]); in qp_free_queue() 283 (sizeof(*queue->kernel_if->u.g.pas) + in qp_alloc_queue() 287 pas_size = num_pages * sizeof(*queue->kernel_if->u.g.pas); in qp_alloc_queue() 300 queue->kernel_if->u.g.pas = (dma_addr_t *)(queue->kernel_if + 1); in qp_alloc_queue() 302 (void **)((u8 *)queue->kernel_if->u.g.pas + pas_size); in qp_alloc_queue() 308 &queue->kernel_if->u.g.pas[i], in qp_alloc_queue() 459 produce_q->kernel_if->u.g.pas[i] >> PAGE_SHIFT; in qp_alloc_ppn_set() 463 consume_q->kernel_if->u.g.pas[i] >> PAGE_SHIFT; in qp_alloc_ppn_set()
|
/Linux-v5.10/include/linux/mlx5/ |
D | driver.h | 981 void mlx5_fill_page_array(struct mlx5_frag_buf *buf, __be64 *pas); 982 void mlx5_fill_page_frag_array_perm(struct mlx5_frag_buf *buf, __be64 *pas, u8 perm); 983 void mlx5_fill_page_frag_array(struct mlx5_frag_buf *frag_buf, __be64 *pas);
|
D | mlx5_ifc.h | 1752 struct mlx5_ifc_cmd_pas_bits pas[]; member 4397 u8 pas[][0x40]; member 4676 u8 pas[][0x40]; member 4888 u8 pas[][0x40]; member 5619 u8 pas[][0x40]; member 5895 u8 pas[][0x40]; member 6502 u8 pas[][0x40]; member 6566 u8 pas[][0x40]; member 6588 u8 pas[][0x40]; member 7545 u8 pas[][0x40]; member [all …]
|
/Linux-v5.10/arch/arm64/boot/dts/qcom/ |
D | sm8150.dtsi | 574 compatible = "qcom,sm8150-slpi-pas"; 759 compatible = "qcom,sm8150-mpss-pas"; 793 compatible = "qcom,sm8150-cdsp-pas"; 991 compatible = "qcom,sm8150-adsp-pas";
|
D | qcs404.dtsi | 481 compatible = "qcom,qcs404-cdsp-pas"; 741 compatible = "qcom,qcs404-wcss-pas"; 1246 compatible = "qcom,qcs404-adsp-pas";
|