Home
last modified time | relevance | path

Searched refs:pas (Results 1 – 25 of 35) sorted by relevance

12

/linux-5.19.10/Documentation/devicetree/bindings/remoteproc/
Dqcom,adsp.yaml23 - qcom,msm8998-adsp-pas
24 - qcom,msm8998-slpi-pas
25 - qcom,qcs404-adsp-pas
26 - qcom,qcs404-cdsp-pas
27 - qcom,qcs404-wcss-pas
28 - qcom,sc7180-mpss-pas
29 - qcom,sc7280-mpss-pas
30 - qcom,sc8180x-adsp-pas
31 - qcom,sc8180x-cdsp-pas
32 - qcom,sc8180x-mpss-pas
[all …]
/linux-5.19.10/fs/nfsd/
Dnfs4acl.c189 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-5.19.10/mm/
Dhighmem.c725 struct page_address_slot *pas; in page_address() local
730 pas = page_slot(page); in page_address()
732 spin_lock_irqsave(&pas->lock, flags); in page_address()
733 if (!list_empty(&pas->lh)) { in page_address()
736 list_for_each_entry(pam, &pas->lh, list) { in page_address()
744 spin_unlock_irqrestore(&pas->lock, flags); in page_address()
757 struct page_address_slot *pas; in set_page_address() local
762 pas = page_slot(page); in set_page_address()
768 spin_lock_irqsave(&pas->lock, flags); in set_page_address()
769 list_add_tail(&pam->list, &pas->lh); in set_page_address()
[all …]
/linux-5.19.10/drivers/infiniband/hw/mlx5/
Dsrq_cmd.c120 void *pas; in create_srq_cmd() local
139 pas = MLX5_ADDR_OF(create_srq_in, create_in, pas); in create_srq_cmd()
146 pas, 0); in create_srq_cmd()
148 memcpy(pas, in->pas, pas_size); in create_srq_cmd()
223 void *pas; in create_xrc_srq_cmd() local
243 pas = MLX5_ADDR_OF(create_xrc_srq_in, create_in, pas); in create_xrc_srq_cmd()
251 pas, 0); in create_xrc_srq_cmd()
253 memcpy(pas, in->pas, pas_size); in create_xrc_srq_cmd()
335 void *pas; in create_rmp_cmd() local
362 pas = MLX5_ADDR_OF(rmpc, rmpc, wq.pas); in create_rmp_cmd()
[all …]
Dcq.c720 __be64 *pas; in create_cq_user() local
773 MLX5_FLD_SZ_BYTES(create_cq_in, pas[0]) * ncont; in create_cq_user()
780 pas = (__be64 *)MLX5_ADDR_OF(create_cq_in, *cqb, pas); in create_cq_user()
781 mlx5_ib_populate_pas(cq->buf.umem, page_size, pas, 0); in create_cq_user()
880 __be64 *pas; in create_cq_kernel() local
899 MLX5_FLD_SZ_BYTES(create_cq_in, pas[0]) * in create_cq_kernel()
907 pas = (__be64 *)MLX5_ADDR_OF(create_cq_in, *cqb, pas); in create_cq_kernel()
908 mlx5_fill_page_frag_array(&cq->buf.frag_buf, pas); in create_cq_kernel()
1267 __be64 *pas; in mlx5_ib_resize_cq() local
1325 MLX5_FLD_SZ_BYTES(modify_cq_in, pas[0]) * npas; in mlx5_ib_resize_cq()
[all …]
Dsrq.c139 in->pas = kvcalloc(srq->buf.npages, sizeof(*in->pas), GFP_KERNEL); in create_srq_kernel()
140 if (!in->pas) { in create_srq_kernel()
144 mlx5_fill_page_frag_array(&srq->buf, in->pas); in create_srq_kernel()
161 kvfree(in->pas); in create_srq_kernel()
281 kvfree(in.pas); in mlx5_ib_create_srq()
Dmem.c42 void mlx5_ib_populate_pas(struct ib_umem *umem, size_t page_size, __be64 *pas, in mlx5_ib_populate_pas() argument
48 *pas = cpu_to_be64(rdma_block_iter_dma_address(&biter) | in mlx5_ib_populate_pas()
50 pas++; in mlx5_ib_populate_pas()
Dsrq.h30 __be64 *pas; member
Dqp.c874 __be64 *pas; in _create_user_qp() local
942 MLX5_FLD_SZ_BYTES(create_qp_in, pas[0]) * ncont; in _create_user_qp()
952 pas = (__be64 *)MLX5_ADDR_OF(create_qp_in, *in, pas); in _create_user_qp()
954 mlx5_ib_populate_pas(ubuffer->umem, page_size, pas, 0); in _create_user_qp()
1074 MLX5_FLD_SZ_BYTES(create_qp_in, pas[0]) * qp->buf.npages; in _create_kernel_qp()
1095 *in, pas)); in _create_kernel_qp()
1259 __be64 *pas; in create_raw_packet_qp_sq() local
1321 pas = (__be64 *)MLX5_ADDR_OF(wq, wq, pas); in create_raw_packet_qp_sq()
1322 mlx5_ib_populate_pas(sq->ubuffer.umem, page_size, pas, 0); in create_raw_packet_qp_sq()
1353 __be64 *pas; in create_raw_packet_qp_rq() local
[all …]
Dmr.c927 __be64 *pas; in reg_create() local
946 inlen += sizeof(*pas) * in reg_create()
953 pas = (__be64 *)MLX5_ADDR_OF(create_mkey_in, in, klm_pas_mtt); in reg_create()
959 mlx5_ib_populate_pas(umem, 1UL << mr->page_shift, pas, in reg_create()
Dodp.c159 static void populate_mtt(__be64 *pas, size_t idx, size_t nentries, in populate_mtt() argument
171 pas[i] = cpu_to_be64(umem_dma_to_mtt(pa)); in populate_mtt()
/linux-5.19.10/drivers/net/ethernet/mellanox/mlx5/core/
Dalloc.c236 void mlx5_fill_page_frag_array_perm(struct mlx5_frag_buf *buf, __be64 *pas, u8 perm) in mlx5_fill_page_frag_array_perm() argument
242 pas[i] = cpu_to_be64(buf->frags[i].map | perm); in mlx5_fill_page_frag_array_perm()
246 void mlx5_fill_page_frag_array(struct mlx5_frag_buf *buf, __be64 *pas) in mlx5_fill_page_frag_array() argument
248 mlx5_fill_page_frag_array_perm(buf, pas, 0); in mlx5_fill_page_frag_array()
Dpagealloc.c340 inlen += npages * MLX5_FLD_SZ_BYTES(manage_pages_in, pas[0]); in give_pages()
361 MLX5_ARRAY_SET64(manage_pages_in, in, pas, i, addr); in give_pages()
402 free_4k(dev, MLX5_GET64(manage_pages_in, in, pas[i]), function); in give_pages()
448 MLX5_ARRAY_SET64(manage_pages_out, out, pas, index + pages_set, in fwp_fill_manage_pages_out()
508 outlen += npages * MLX5_FLD_SZ_BYTES(manage_pages_out, pas[0]); in reclaim_pages()
547 free_4k(dev, MLX5_GET64(manage_pages_out, out, pas[i]), function); in reclaim_pages()
656 MLX5_FLD_SZ_BYTES(manage_pages_out, pas[0]); in optimal_reclaimed_pages()
Deq.c270 __be64 *pas; in create_map_eq() local
297 MLX5_FLD_SZ_BYTES(create_eq_in, pas[0]) * eq->frag_buf.npages; in create_map_eq()
305 pas = (__be64 *)MLX5_ADDR_OF(create_eq_in, in, pas); in create_map_eq()
306 mlx5_fill_page_frag_array(&eq->frag_buf, pas); in create_map_eq()
/linux-5.19.10/drivers/net/ethernet/mellanox/mlx5/core/steering/
Ddr_send.c151 MLX5_FLD_SZ_BYTES(create_qp_in, pas[0]) * in dr_create_rc_qp()
181 in, pas)); in dr_create_rc_qp()
768 __be64 *pas; in dr_create_cq() local
813 pas = (__be64 *)MLX5_ADDR_OF(create_cq_in, in, pas); in dr_create_cq()
814 mlx5_fill_page_frag_array(&cq->wq_ctrl.buf, pas); in dr_create_cq()
/linux-5.19.10/drivers/net/ethernet/mellanox/mlx5/core/fpga/
Dconn.c421 __be64 *pas; in mlx5_fpga_conn_create_cq() local
462 pas = (__be64 *)MLX5_ADDR_OF(create_cq_in, in, pas); in mlx5_fpga_conn_create_cq()
463 mlx5_fill_page_frag_array(&conn->cq.wq_ctrl.buf, pas); in mlx5_fpga_conn_create_cq()
553 MLX5_FLD_SZ_BYTES(create_qp_in, pas[0]) * in mlx5_fpga_conn_create_qp()
582 (__be64 *)MLX5_ADDR_OF(create_qp_in, in, pas)); in mlx5_fpga_conn_create_qp()
/linux-5.19.10/tools/power/cpupower/po/
Dfr.po295 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-5.19.10/drivers/misc/vmw_vmci/
Dvmci_queue_pair.c132 dma_addr_t *pas; member
259 queue->kernel_if->u.g.pas[i]); in qp_free_queue()
285 (sizeof(*queue->kernel_if->u.g.pas) + in qp_alloc_queue()
289 pas_size = num_pages * sizeof(*queue->kernel_if->u.g.pas); in qp_alloc_queue()
302 queue->kernel_if->u.g.pas = (dma_addr_t *)(queue->kernel_if + 1); in qp_alloc_queue()
304 (void **)((u8 *)queue->kernel_if->u.g.pas + pas_size); in qp_alloc_queue()
310 &queue->kernel_if->u.g.pas[i], in qp_alloc_queue()
461 produce_q->kernel_if->u.g.pas[i] >> PAGE_SHIFT; in qp_alloc_ppn_set()
465 consume_q->kernel_if->u.g.pas[i] >> PAGE_SHIFT; in qp_alloc_ppn_set()
/linux-5.19.10/drivers/vdpa/mlx5/net/
Dmlx5_vnet.c399 __be64 *pas; in qp_prepare() local
425 pas = (__be64 *)MLX5_ADDR_OF(create_qp_in, in, pas); in qp_prepare()
426 mlx5_fill_page_frag_array(&vqp->frag_buf, pas); in qp_prepare()
584 __be64 *pas; in cq_create() local
606 MLX5_FLD_SZ_BYTES(create_cq_in, pas[0]) * vcq->buf.frag_buf.npages; in cq_create()
614 pas = (__be64 *)MLX5_ADDR_OF(create_cq_in, in, pas); in cq_create()
615 mlx5_fill_page_frag_array(&vcq->buf.frag_buf, pas); in cq_create()
707 __be64 *pas; in create_umem() local
729 pas = (__be64 *)MLX5_ADDR_OF(umem, um, mtt[0]); in create_umem()
730 mlx5_fill_page_frag_array_perm(&umem->frag_buf, pas, MLX5_MTT_PERM_RW); in create_umem()
/linux-5.19.10/include/linux/mlx5/
Dmlx5_ifc.h1963 struct mlx5_ifc_cmd_pas_bits pas[]; member
4711 u8 pas[][0x40]; member
4990 u8 pas[][0x40]; member
5202 u8 pas[][0x40]; member
6165 u8 pas[][0x40]; member
6465 u8 pas[][0x40]; member
7072 u8 pas[][0x40]; member
7136 u8 pas[][0x40]; member
7158 u8 pas[][0x40]; member
8120 u8 pas[][0x40]; member
[all …]
Ddriver.h1048 void mlx5_fill_page_frag_array_perm(struct mlx5_frag_buf *buf, __be64 *pas, u8 perm);
1049 void mlx5_fill_page_frag_array(struct mlx5_frag_buf *frag_buf, __be64 *pas);
/linux-5.19.10/arch/arm64/boot/dts/qcom/
Dsm6350.dtsi720 compatible = "qcom,sm6350-adsp-pas";
787 compatible = "qcom,sm6350-mpss-pas";
827 compatible = "qcom,sm6350-cdsp-pas";
Dqcs404.dtsi481 compatible = "qcom,qcs404-cdsp-pas";
746 compatible = "qcom,qcs404-wcss-pas";
1251 compatible = "qcom,qcs404-adsp-pas";
Dsm8350.dtsi1644 compatible = "qcom,sm8350-mpss-pas";
2156 compatible = "qcom,sm8350-slpi-pas";
2224 compatible = "qcom,sm8350-cdsp-pas";
2536 compatible = "qcom,sm8350-adsp-pas";
/linux-5.19.10/arch/arm/boot/dts/
Dqcom-sdx55.dtsi443 compatible = "qcom,sdx55-mpss-pas";

12