Searched refs:n_ptes (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/infiniband/hw/ehca/
H A Dipz_pt_fn.h186 u32 n_ptes; /* number of page table entries */ member in struct:ipz_qpt
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/powerpc/platforms/cell/
H A Diommu.c150 long n_ptes)
158 while (n_ptes > 0) {
160 n = min(n_ptes, 1l << 11);
169 n_ptes -= n;
149 invalidate_tce_cache(struct cbe_iommu *iommu, unsigned long *pte, long n_ptes) argument

Completed in 41 milliseconds