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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/kernel/
H A Dpci_iommu.c305 unsigned long iopte_protection; local
332 iopte_protection = IOPTE_STREAMING(ctx);
334 iopte_protection = IOPTE_CONSISTENT(ctx);
336 iopte_protection |= IOPTE_WRITE;
339 iopte_val(*base) = iopte_protection | base_paddr;
470 int nused, int nelems, unsigned long iopte_protection)
511 pteval = iopte_protection | (pteval & IOPTE_PAGE);
551 unsigned long flags, ctx, npages, iopte_protection; local
609 iopte_protection = IOPTE_STREAMING(ctx);
611 iopte_protection
469 fill_sg(iopte_t *iopte, struct scatterlist *sg, int nused, int nelems, unsigned long iopte_protection) argument
[all...]
H A Dsbus.c284 unsigned long iopte_protection; local
308 iopte_protection = IOPTE_VALID | IOPTE_STBUF | IOPTE_CACHE;
310 iopte_protection |= IOPTE_WRITE;
313 iopte_val(*base) = iopte_protection | base_paddr;
348 int nused, int nelems, unsigned long iopte_protection)
389 pteval = iopte_protection | (pteval & IOPTE_PAGE);
424 unsigned long flags, npages, iopte_protection; local
469 iopte_protection = IOPTE_VALID | IOPTE_STBUF | IOPTE_CACHE;
471 iopte_protection |= IOPTE_WRITE;
473 fill_sg(base, sglist, used, nelems, iopte_protection);
347 fill_sg(iopte_t *iopte, struct scatterlist *sg, int nused, int nelems, unsigned long iopte_protection) argument
[all...]

Completed in 60 milliseconds