/Linux-v6.1/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-v6.1/mm/ |
D | highmem.c | 744 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-v6.1/drivers/infiniband/hw/mlx5/ |
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 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 …]
|
D | cq.c | 720 __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 …]
|
D | srq.c | 139 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()
|
D | mem.c | 41 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()
|
D | srq.h | 30 __be64 *pas; member
|
D | qp.c | 874 __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 …]
|
D | mr.c | 968 __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-v6.1/drivers/net/ethernet/mellanox/mlx5/core/ |
D | alloc.c | 236 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()
|
D | pagealloc.c | 340 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()
|
D | eq.c | 270 __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-v6.1/drivers/net/ethernet/mellanox/mlx5/core/steering/ |
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() 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-v6.1/drivers/net/ethernet/mellanox/mlx5/core/fpga/ |
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-v6.1/drivers/vfio/pci/mlx5/ |
D | cmd.c | 694 __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-v6.1/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-v6.1/drivers/misc/vmw_vmci/ |
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-v6.1/drivers/net/ethernet/mellanox/mlx5/core/lib/ |
D | aso.c | 99 (__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-v6.1/drivers/vdpa/mlx5/net/ |
D | mlx5_vnet.c | 400 __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-v6.1/include/linux/mlx5/ |
D | mlx5_ifc.h | 2051 struct mlx5_ifc_cmd_pas_bits pas[]; member 4855 u8 pas[][0x40]; member 5134 u8 pas[][0x40]; member 5346 u8 pas[][0x40]; member 6311 u8 pas[][0x40]; member 6613 u8 pas[][0x40]; member 7220 u8 pas[][0x40]; member 7284 u8 pas[][0x40]; member 7306 u8 pas[][0x40]; member 8268 u8 pas[][0x40]; member [all …]
|
D | driver.h | 1051 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-v6.1/arch/arm64/boot/dts/qcom/ |
D | qcs404.dtsi | 475 compatible = "qcom,qcs404-cdsp-pas"; 758 compatible = "qcom,qcs404-wcss-pas"; 1263 compatible = "qcom,qcs404-adsp-pas";
|
D | sm6350.dtsi | 855 compatible = "qcom,sm6350-adsp-pas"; 922 compatible = "qcom,sm6350-mpss-pas"; 962 compatible = "qcom,sm6350-cdsp-pas";
|
D | sc8280xp.dtsi | 1118 compatible = "qcom,sc8280xp-adsp-pas"; 1802 compatible = "qcom,sc8280xp-nsp0-pas"; 1933 compatible = "qcom,sc8280xp-nsp1-pas";
|
/Linux-v6.1/arch/arm/boot/dts/ |
D | qcom-sdx65.dtsi | 302 compatible = "qcom,sdx55-mpss-pas";
|