/linux/Documentation/devicetree/bindings/remoteproc/ |
A D | qcom,adsp.yaml | 22 - qcom,msm8998-adsp-pas 23 - qcom,msm8998-slpi-pas 24 - qcom,qcs404-adsp-pas 25 - qcom,qcs404-cdsp-pas 26 - qcom,qcs404-wcss-pas 27 - qcom,sc7180-mpss-pas 28 - qcom,sc7280-mpss-pas 32 - qcom,sdm660-adsp-pas 33 - qcom,sdm845-adsp-pas 34 - qcom,sdm845-cdsp-pas [all …]
|
/linux/fs/nfsd/ |
A D | nfs4acl.c | 198 memset(pas, 0, sizeof(*pas)); in summarize_posix_acl() 199 pas->mask = 07; in summarize_posix_acl() 221 pas->mask = pa->e_perm; in summarize_posix_acl() 226 pas->users &= pas->mask; in summarize_posix_acl() 227 pas->group &= pas->mask; in summarize_posix_acl() 228 pas->groups &= pas->mask; in summarize_posix_acl() 250 deny = ~pas.owner; in _posix_to_nfsv4_one() 255 deny &= pas.users | pas.group | pas.groups | pas.other; in _posix_to_nfsv4_one() 275 deny &= pas.groups | pas.group | pas.other; in _posix_to_nfsv4_one() 327 deny = ~pas.group & pas.other; in _posix_to_nfsv4_one() [all …]
|
/linux/mm/ |
A D | highmem.c | 725 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/drivers/infiniband/hw/mlx5/ |
A D | srq_cmd.c | 120 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 251 pas, 0); in create_xrc_srq_cmd() 253 memcpy(pas, in->pas, pas_size); in create_xrc_srq_cmd() 362 pas = MLX5_ADDR_OF(rmpc, rmpc, wq.pas); in create_rmp_cmd() 371 memcpy(pas, in->pas, pas_size); in create_rmp_cmd() 501 pas = MLX5_ADDR_OF(xrqc, xrqc, wq.pas); in create_xrq_cmd() [all …]
|
A D | cq.c | 713 __be64 *pas; in create_cq_user() local 766 MLX5_FLD_SZ_BYTES(create_cq_in, pas[0]) * ncont; in create_cq_user() 773 pas = (__be64 *)MLX5_ADDR_OF(create_cq_in, *cqb, pas); in create_cq_user() 774 mlx5_ib_populate_pas(cq->buf.umem, page_size, pas, 0); in create_cq_user() 873 __be64 *pas; in create_cq_kernel() local 892 MLX5_FLD_SZ_BYTES(create_cq_in, pas[0]) * in create_cq_kernel() 900 pas = (__be64 *)MLX5_ADDR_OF(create_cq_in, *cqb, pas); in create_cq_kernel() 901 mlx5_fill_page_frag_array(&cq->buf.frag_buf, pas); in create_cq_kernel() 1260 __be64 *pas; in mlx5_ib_resize_cq() local 1318 MLX5_FLD_SZ_BYTES(modify_cq_in, pas[0]) * npas; in mlx5_ib_resize_cq() [all …]
|
A D | srq.c | 140 in->pas = kvcalloc(srq->buf.npages, sizeof(*in->pas), GFP_KERNEL); in create_srq_kernel() 141 if (!in->pas) { in create_srq_kernel() 145 mlx5_fill_page_frag_array(&srq->buf, in->pas); in create_srq_kernel() 162 kvfree(in->pas); in create_srq_kernel() 282 kvfree(in.pas); in mlx5_ib_create_srq()
|
A D | mem.c | 43 void mlx5_ib_populate_pas(struct ib_umem *umem, size_t page_size, __be64 *pas, in mlx5_ib_populate_pas() argument 49 *pas = cpu_to_be64(rdma_block_iter_dma_address(&biter) | in mlx5_ib_populate_pas() 51 pas++; in mlx5_ib_populate_pas()
|
A D | srq.h | 30 __be64 *pas; member
|
A D | qp.c | 872 __be64 *pas; in _create_user_qp() local 940 MLX5_FLD_SZ_BYTES(create_qp_in, pas[0]) * ncont; in _create_user_qp() 950 pas = (__be64 *)MLX5_ADDR_OF(create_qp_in, *in, pas); in _create_user_qp() 952 mlx5_ib_populate_pas(ubuffer->umem, page_size, pas, 0); in _create_user_qp() 1093 *in, pas)); in _create_kernel_qp() 1257 __be64 *pas; in create_raw_packet_qp_sq() local 1319 pas = (__be64 *)MLX5_ADDR_OF(wq, wq, pas); in create_raw_packet_qp_sq() 1351 __be64 *pas; in create_raw_packet_qp_rq() local 1406 pas = (__be64 *)MLX5_ADDR_OF(wq, wq, pas); in create_raw_packet_qp_rq() 1407 mlx5_ib_populate_pas(umem, page_size, pas, 0); in create_raw_packet_qp_rq() [all …]
|
A D | mr.c | 1274 __be64 *pas; in reg_create() local 1293 inlen += sizeof(*pas) * in reg_create() 1300 pas = (__be64 *)MLX5_ADDR_OF(create_mkey_in, in, klm_pas_mtt); in reg_create() 1306 mlx5_ib_populate_pas(umem, 1UL << mr->page_shift, pas, in reg_create()
|
A D | odp.c | 158 static void populate_mtt(__be64 *pas, size_t idx, size_t nentries, in populate_mtt() argument 170 pas[i] = cpu_to_be64(umem_dma_to_mtt(pa)); in populate_mtt()
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
A 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()
|
A D | pagealloc.c | 340 inlen += npages * MLX5_FLD_SZ_BYTES(manage_pages_in, pas[0]); in give_pages() 359 MLX5_ARRAY_SET64(manage_pages_in, in, pas, i, addr); in give_pages() 389 free_4k(dev, MLX5_GET64(manage_pages_in, in, pas[i]), function); in give_pages() 435 MLX5_ARRAY_SET64(manage_pages_out, out, pas, index + pages_set, in fwp_fill_manage_pages_out() 495 outlen += npages * MLX5_FLD_SZ_BYTES(manage_pages_out, pas[0]); in reclaim_pages() 523 free_4k(dev, MLX5_GET64(manage_pages_out, out, pas[i]), function); in reclaim_pages() 632 MLX5_FLD_SZ_BYTES(manage_pages_out, pas[0]); in optimal_reclaimed_pages()
|
A D | eq.c | 269 __be64 *pas; in create_map_eq() local 299 MLX5_FLD_SZ_BYTES(create_eq_in, pas[0]) * eq->frag_buf.npages; in create_map_eq() 307 pas = (__be64 *)MLX5_ADDR_OF(create_eq_in, in, pas); in create_map_eq() 308 mlx5_fill_page_frag_array(&eq->frag_buf, pas); in create_map_eq()
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/ |
A D | dr_send.c | 151 MLX5_FLD_SZ_BYTES(create_qp_in, pas[0]) * in dr_create_rc_qp() 181 in, pas)); in dr_create_rc_qp() 766 __be64 *pas; in dr_create_cq() local 811 pas = (__be64 *)MLX5_ADDR_OF(create_cq_in, in, pas); in dr_create_cq() 812 mlx5_fill_page_frag_array(&cq->wq_ctrl.buf, pas); in dr_create_cq()
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/fpga/ |
A D | conn.c | 421 __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/drivers/vdpa/mlx5/net/ |
A D | mlx5_vnet.c | 393 __be64 *pas; in qp_prepare() local 419 pas = (__be64 *)MLX5_ADDR_OF(create_qp_in, in, pas); in qp_prepare() 420 mlx5_fill_page_frag_array(&vqp->frag_buf, pas); in qp_prepare() 578 __be64 *pas; in cq_create() local 600 MLX5_FLD_SZ_BYTES(create_cq_in, pas[0]) * vcq->buf.frag_buf.npages; in cq_create() 608 pas = (__be64 *)MLX5_ADDR_OF(create_cq_in, in, pas); in cq_create() 609 mlx5_fill_page_frag_array(&vcq->buf.frag_buf, pas); in cq_create() 701 __be64 *pas; in create_umem() local 723 pas = (__be64 *)MLX5_ADDR_OF(umem, um, mtt[0]); in create_umem() 724 mlx5_fill_page_frag_array_perm(&umem->frag_buf, pas, MLX5_MTT_PERM_RW); in create_umem()
|
/linux/tools/power/cpupower/po/ |
A 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/drivers/misc/vmw_vmci/ |
A D | vmci_queue_pair.c | 132 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/include/linux/mlx5/ |
A D | driver.h | 1029 void mlx5_fill_page_array(struct mlx5_frag_buf *buf, __be64 *pas); 1030 void mlx5_fill_page_frag_array_perm(struct mlx5_frag_buf *buf, __be64 *pas, u8 perm); 1031 void mlx5_fill_page_frag_array(struct mlx5_frag_buf *frag_buf, __be64 *pas);
|
A D | mlx5_ifc.h | 4674 u8 pas[][0x40]; member 4953 u8 pas[][0x40]; member 5166 u8 pas[][0x40]; member 6128 u8 pas[][0x40]; member 6428 u8 pas[][0x40]; member 7035 u8 pas[][0x40]; member 7099 u8 pas[][0x40]; member 7121 u8 pas[][0x40]; member 8078 u8 pas[][0x40]; member 8154 u8 pas[][0x40]; member [all …]
|
/linux/arch/arm64/boot/dts/qcom/ |
A D | qcs404.dtsi | 481 compatible = "qcom,qcs404-cdsp-pas"; 746 compatible = "qcom,qcs404-wcss-pas"; 1251 compatible = "qcom,qcs404-adsp-pas";
|
A D | sm8350.dtsi | 854 compatible = "qcom,sm8350-mpss-pas"; 1240 compatible = "qcom,sm8350-slpi-pas"; 1307 compatible = "qcom,sm8350-cdsp-pas"; 1605 compatible = "qcom,sm8350-adsp-pas";
|
A D | sm8150.dtsi | 1717 compatible = "qcom,sm8150-slpi-pas"; 2334 compatible = "qcom,sm8150-mpss-pas"; 2962 compatible = "qcom,sm8150-cdsp-pas"; 3407 compatible = "qcom,sm8150-adsp-pas";
|
/linux/arch/arm/boot/dts/ |
A D | qcom-sdx55.dtsi | 372 compatible = "qcom,sdx55-mpss-pas";
|