Home
last modified time | relevance | path

Searched refs:ptbl (Results 1 – 8 of 8) sorted by relevance

/Linux-v4.19/drivers/scsi/bnx2i/
Dbnx2i_hwi.c795 u32 *ptbl; in bnx2i_570x_send_conn_ofld_req() local
820 ptbl = (u32 *) ep->qp.sq_pgtbl_virt; in bnx2i_570x_send_conn_ofld_req()
822 ofld_req2.sq_first_pte.hi = *ptbl++; in bnx2i_570x_send_conn_ofld_req()
823 ofld_req2.sq_first_pte.lo = *ptbl; in bnx2i_570x_send_conn_ofld_req()
825 ptbl = (u32 *) ep->qp.cq_pgtbl_virt; in bnx2i_570x_send_conn_ofld_req()
826 ofld_req2.cq_first_pte.hi = *ptbl++; in bnx2i_570x_send_conn_ofld_req()
827 ofld_req2.cq_first_pte.lo = *ptbl; in bnx2i_570x_send_conn_ofld_req()
856 u32 *ptbl; in bnx2i_5771x_send_conn_ofld_req() local
881 ptbl = (u32 *)((u8 *)ep->qp.sq_pgtbl_virt + ISCSI_SQ_DB_SIZE); in bnx2i_5771x_send_conn_ofld_req()
882 ofld_req2.sq_first_pte.hi = *ptbl++; in bnx2i_5771x_send_conn_ofld_req()
[all …]
/Linux-v4.19/block/
Dpartition-generic.c274 struct disk_part_tbl *ptbl = in delete_partition() local
278 if (partno >= ptbl->len) in delete_partition()
281 part = rcu_dereference_protected(ptbl->part[partno], 1); in delete_partition()
285 rcu_assign_pointer(ptbl->part[partno], NULL); in delete_partition()
286 rcu_assign_pointer(ptbl->last_lookup, NULL); in delete_partition()
312 struct disk_part_tbl *ptbl; in add_partition() local
319 ptbl = rcu_dereference_protected(disk->part_tbl, 1); in add_partition()
321 if (ptbl->part[partno]) in add_partition()
397 rcu_assign_pointer(ptbl->part[partno], p); in add_partition()
Dgenhd.c99 struct disk_part_tbl *ptbl = rcu_dereference(disk->part_tbl); in __disk_get_part() local
101 if (unlikely(partno < 0 || partno >= ptbl->len)) in __disk_get_part()
103 return rcu_dereference(ptbl->part[partno]); in __disk_get_part()
148 struct disk_part_tbl *ptbl; in disk_part_iter_init() local
151 ptbl = rcu_dereference(disk->part_tbl); in disk_part_iter_init()
157 piter->idx = ptbl->len - 1; in disk_part_iter_init()
180 struct disk_part_tbl *ptbl; in disk_part_iter_next() local
189 ptbl = rcu_dereference(piter->disk->part_tbl); in disk_part_iter_next()
201 end = ptbl->len; in disk_part_iter_next()
208 part = rcu_dereference(ptbl->part[piter->idx]); in disk_part_iter_next()
[all …]
/Linux-v4.19/arch/m68k/include/asm/
Dmotorola_pgtable.h111 unsigned long ptbl = virt_to_phys(ptep) | _PAGE_TABLE | _PAGE_ACCESSED; in pmd_set() local
115 *ptr++ = ptbl; in pmd_set()
116 ptbl += (sizeof(pte_t)*PTRS_PER_PTE/16); in pmd_set()
/Linux-v4.19/drivers/vfio/
Dvfio_iommu_spapr_tce.c230 phys_addr_t ioba, struct iommu_table **ptbl) in tce_iommu_find_table() argument
243 *ptbl = tbl; in tce_iommu_find_table()
617 struct iommu_table **ptbl) in tce_iommu_create_table() argument
631 page_shift, window_size, levels, ptbl); in tce_iommu_create_table()
633 WARN_ON(!ret && !(*ptbl)->it_ops->free); in tce_iommu_create_table()
634 WARN_ON(!ret && ((*ptbl)->it_allocated_size > table_size)); in tce_iommu_create_table()
/Linux-v4.19/arch/powerpc/kvm/
Dbook3s_64_mmu_radix.c36 unsigned long ptbl; in kvmppc_mmu_radix_xlate() local
58 ptbl = (kvm->arch.process_table & PRTB_MASK) + (pid * 16); in kvmppc_mmu_radix_xlate()
59 ret = kvm_read_guest(kvm, ptbl, &prte, sizeof(prte)); in kvmppc_mmu_radix_xlate()
/Linux-v4.19/arch/powerpc/include/asm/
Diommu.h183 struct iommu_table **ptbl);
/Linux-v4.19/arch/powerpc/platforms/powernv/
Dpci-ioda.c2461 bool alloc_userspace_copy, struct iommu_table **ptbl) in pnv_pci_ioda2_create_table() argument
2484 *ptbl = tbl; in pnv_pci_ioda2_create_table()
2604 struct iommu_table **ptbl) in pnv_pci_ioda2_create_table_userspace() argument
2607 num, page_shift, window_size, levels, true, ptbl); in pnv_pci_ioda2_create_table_userspace()