Home
last modified time | relevance | path

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

12

/linux-6.1.9/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-6.1.9/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-6.1.9/mm/
Dhighmem.c744 struct page_address_slot *pas; in page_address() local
749 pas = page_slot(page); in page_address()
751 spin_lock_irqsave(&pas->lock, flags); in page_address()
752 if (!list_empty(&pas->lh)) { in page_address()
755 list_for_each_entry(pam, &pas->lh, list) { in page_address()
763 spin_unlock_irqrestore(&pas->lock, flags); in page_address()
776 struct page_address_slot *pas; in set_page_address() local
781 pas = page_slot(page); in set_page_address()
787 spin_lock_irqsave(&pas->lock, flags); in set_page_address()
788 list_add_tail(&pam->list, &pas->lh); in set_page_address()
[all …]
/linux-6.1.9/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.c41 void mlx5_ib_populate_pas(struct ib_umem *umem, size_t page_size, __be64 *pas, in mlx5_ib_populate_pas() argument
47 *pas = cpu_to_be64(rdma_block_iter_dma_address(&biter) | in mlx5_ib_populate_pas()
49 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.c968 __be64 *pas; in reg_create() local
987 inlen += sizeof(*pas) * in reg_create()
994 pas = (__be64 *)MLX5_ADDR_OF(create_mkey_in, in, klm_pas_mtt); in reg_create()
1000 mlx5_ib_populate_pas(umem, 1UL << mr->page_shift, pas, in reg_create()
/linux-6.1.9/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-6.1.9/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-6.1.9/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-6.1.9/drivers/vfio/pci/mlx5/
Dcmd.c694 __be64 *pas; in mlx5vf_create_cq() local
713 MLX5_FLD_SZ_BYTES(create_cq_in, pas[0]) * in mlx5vf_create_cq()
733 pas = (__be64 *)MLX5_ADDR_OF(create_cq_in, in, pas); in mlx5vf_create_cq()
734 mlx5_fill_page_frag_array(&cq->buf.frag_buf, pas); in mlx5vf_create_cq()
790 MLX5_FLD_SZ_BYTES(create_qp_in, pas[0]) * in mlx5vf_create_rc_qp()
817 in, pas)); in mlx5vf_create_rc_qp()
/linux-6.1.9/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-6.1.9/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-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/lib/
Daso.c99 (__be64 *)MLX5_ADDR_OF(create_cq_in, in, pas)); in create_aso_cq()
212 (__be64 *)MLX5_ADDR_OF(wq, wq, pas)); in create_aso_sq()
/linux-6.1.9/drivers/vdpa/mlx5/net/
Dmlx5_vnet.c400 __be64 *pas; in qp_prepare() local
426 pas = (__be64 *)MLX5_ADDR_OF(create_qp_in, in, pas); in qp_prepare()
427 mlx5_fill_page_frag_array(&vqp->frag_buf, pas); in qp_prepare()
585 __be64 *pas; in cq_create() local
607 MLX5_FLD_SZ_BYTES(create_cq_in, pas[0]) * vcq->buf.frag_buf.npages; in cq_create()
615 pas = (__be64 *)MLX5_ADDR_OF(create_cq_in, in, pas); in cq_create()
616 mlx5_fill_page_frag_array(&vcq->buf.frag_buf, pas); in cq_create()
708 __be64 *pas; in create_umem() local
730 pas = (__be64 *)MLX5_ADDR_OF(umem, um, mtt[0]); in create_umem()
731 mlx5_fill_page_frag_array_perm(&umem->frag_buf, pas, MLX5_MTT_PERM_RW); in create_umem()
/linux-6.1.9/include/linux/mlx5/
Dmlx5_ifc.h2052 struct mlx5_ifc_cmd_pas_bits pas[]; member
4856 u8 pas[][0x40]; member
5135 u8 pas[][0x40]; member
5347 u8 pas[][0x40]; member
6312 u8 pas[][0x40]; member
6614 u8 pas[][0x40]; member
7221 u8 pas[][0x40]; member
7285 u8 pas[][0x40]; member
7307 u8 pas[][0x40]; member
8269 u8 pas[][0x40]; member
[all …]
Ddriver.h1051 void mlx5_fill_page_frag_array_perm(struct mlx5_frag_buf *buf, __be64 *pas, u8 perm);
1052 void mlx5_fill_page_frag_array(struct mlx5_frag_buf *frag_buf, __be64 *pas);
/linux-6.1.9/arch/arm64/boot/dts/qcom/
Dqcs404.dtsi475 compatible = "qcom,qcs404-cdsp-pas";
758 compatible = "qcom,qcs404-wcss-pas";
1263 compatible = "qcom,qcs404-adsp-pas";
Dsm6350.dtsi856 compatible = "qcom,sm6350-adsp-pas";
923 compatible = "qcom,sm6350-mpss-pas";
963 compatible = "qcom,sm6350-cdsp-pas";
Dsc8280xp.dtsi1120 compatible = "qcom,sc8280xp-adsp-pas";
1804 compatible = "qcom,sc8280xp-nsp0-pas";
1935 compatible = "qcom,sc8280xp-nsp1-pas";

12