Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/scsi/bnx2i/
Dbnx2i_hwi.c806 u32 *ptbl; in bnx2i_570x_send_conn_ofld_req() local
831 ptbl = (u32 *) ep->qp.sq_pgtbl_virt; in bnx2i_570x_send_conn_ofld_req()
833 ofld_req2.sq_first_pte.hi = *ptbl++; in bnx2i_570x_send_conn_ofld_req()
834 ofld_req2.sq_first_pte.lo = *ptbl; in bnx2i_570x_send_conn_ofld_req()
836 ptbl = (u32 *) ep->qp.cq_pgtbl_virt; in bnx2i_570x_send_conn_ofld_req()
837 ofld_req2.cq_first_pte.hi = *ptbl++; in bnx2i_570x_send_conn_ofld_req()
838 ofld_req2.cq_first_pte.lo = *ptbl; in bnx2i_570x_send_conn_ofld_req()
867 u32 *ptbl; in bnx2i_5771x_send_conn_ofld_req() local
892 ptbl = (u32 *)((u8 *)ep->qp.sq_pgtbl_virt + ISCSI_SQ_DB_SIZE); in bnx2i_5771x_send_conn_ofld_req()
893 ofld_req2.sq_first_pte.hi = *ptbl++; in bnx2i_5771x_send_conn_ofld_req()
[all …]
/linux-3.4.99/block/
Dpartition-generic.c242 struct disk_part_tbl *ptbl = disk->part_tbl; in delete_partition() local
245 if (partno >= ptbl->len) in delete_partition()
248 part = ptbl->part[partno]; in delete_partition()
252 rcu_assign_pointer(ptbl->part[partno], NULL); in delete_partition()
253 rcu_assign_pointer(ptbl->last_lookup, NULL); in delete_partition()
277 struct disk_part_tbl *ptbl; in add_partition() local
284 ptbl = disk->part_tbl; in add_partition()
286 if (ptbl->part[partno]) in add_partition()
351 rcu_assign_pointer(ptbl->part[partno], p); in add_partition()
Dgenhd.c60 struct disk_part_tbl *ptbl; in disk_get_part() local
67 ptbl = rcu_dereference(disk->part_tbl); in disk_get_part()
68 if (likely(partno < ptbl->len)) { in disk_get_part()
69 part = rcu_dereference(ptbl->part[partno]); in disk_get_part()
94 struct disk_part_tbl *ptbl; in disk_part_iter_init() local
97 ptbl = rcu_dereference(disk->part_tbl); in disk_part_iter_init()
103 piter->idx = ptbl->len - 1; in disk_part_iter_init()
126 struct disk_part_tbl *ptbl; in disk_part_iter_next() local
135 ptbl = rcu_dereference(piter->disk->part_tbl); in disk_part_iter_next()
147 end = ptbl->len; in disk_part_iter_next()
[all …]
/linux-3.4.99/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-3.4.99/drivers/iommu/
Dtegra-smmu.c477 unsigned long *ptbl; in locate_pte() local
482 ptbl = page_address(*ptbl_page_p); in locate_pte()
499 ptbl = (unsigned long *)page_address(*ptbl_page_p); in locate_pte()
502 ptbl[pn] = _PTE_VACANT(addr); in locate_pte()
504 FLUSH_CPU_DCACHE(ptbl, *ptbl_page_p, SMMU_PTBL_SIZE); in locate_pte()
513 return &ptbl[ptn % SMMU_PTBL_COUNT]; in locate_pte()
/linux-3.4.99/arch/powerpc/platforms/wsp/
Dwsp_pci.c235 struct wsp_dma_table *ptbl = container_of(tbl, in tce_build_wsp() local
255 tcep = (u64 *)page_address(ptbl->tces[index >> 16]); in tce_build_wsp()
273 struct wsp_dma_table *ptbl = container_of(tbl, in tce_free_wsp() local
277 struct pci_controller *hose = ptbl->phb->hose; in tce_free_wsp()
287 tcep = (u64 *)page_address(ptbl->tces[index >> 16]); in tce_free_wsp()